Home
last modified time | relevance | path

Searched full:sec_max (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/arm64/apple/
H A Dapple_wdog.c163 uint32_t ticks, sec_max; in apple_wdog_watchdog_fn() local
172 sec_max = UINT_MAX / sc->clk_freq; in apple_wdog_watchdog_fn()
173 if (sec == 0 || sec > sec_max) { in apple_wdog_watchdog_fn()
180 sec_max); in apple_wdog_watchdog_fn()
/freebsd/contrib/mandoc/
H A Dcgi.c123 static const int sec_MAX = sizeof(sec_names) / sizeof(char *); variable
467 for (i = 0; i < sec_MAX; i++) { in resp_searchform()