Searched refs:DB_RESET_MAXDELAY (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/ddb/
H A Ddb_command.c708 #ifndef DB_RESET_MAXDELAY
709 #define DB_RESET_MAXDELAY (3600 * 24 * 7) macro
726 if ((uintmax_t)delay > (uintmax_t)DB_RESET_MAXDELAY)
727 delay = DB_RESET_MAXDELAY;

Completed in 177 milliseconds