Home
last modified time | relevance | path

Searched refs:bootlimit (Results 1 – 1 of 1) sorted by relevance

/include/
A Dbootcount.h100 unsigned long bootlimit = env_get_ulong("bootlimit", 10, 0); in bootcount_error() local
102 if (bootlimit && bootcount > bootlimit) { in bootcount_error()
103 printf("Warning: Bootlimit (%lu) exceeded.", bootlimit); in bootcount_error()

Completed in 4 milliseconds