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

/freebsd-12-stable/sys/ddb/
H A Ddb_command.c723 #ifndef DB_RESET_MAXDELAY
724 #define DB_RESET_MAXDELAY (3600 * 24 * 7) macro
741 if ((uintmax_t)delay > (uintmax_t)DB_RESET_MAXDELAY)
742 delay = DB_RESET_MAXDELAY;

Completed in 89 milliseconds