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

/freebsd-10.1-release/sys/ddb/
H A Ddb_command.c700 #ifndef DB_RESET_MAXDELAY
701 #define DB_RESET_MAXDELAY (3600 * 24 * 7) macro
718 if ((uintmax_t)delay > (uintmax_t)DB_RESET_MAXDELAY)
719 delay = DB_RESET_MAXDELAY;

Completed in 50 milliseconds