Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_command.c724 #ifndef DB_RESET_MAXDELAY
725 #define DB_RESET_MAXDELAY (3600 * 24 * 7) macro
742 if ((uintmax_t)delay > (uintmax_t)DB_RESET_MAXDELAY) in db_reset()
743 delay = DB_RESET_MAXDELAY; in db_reset()