Searched refs:bootlimit (Results 1 – 1 of 1) sorted by relevance
100 unsigned long bootlimit = env_get_ulong("bootlimit", 10, 0); in bootcount_error() local102 if (bootlimit && bootcount > bootlimit) { in bootcount_error()103 printf("Warning: Bootlimit (%lu) exceeded.", bootlimit); in bootcount_error()
Completed in 4 milliseconds