Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodmostek.c182 todm_set_watchdog_timer(uint_t timeoutval) in todm_set_watchdog_timer() argument
190 watchdog_timeout = timeoutval; in todm_set_watchdog_timer()
191 watchdog_bits = CLK_WATCHDOG_BITS(timeoutval); in todm_set_watchdog_timer()
194 return (timeoutval); in todm_set_watchdog_timer()
H A Dtodsg.c441 todsg_set_watchdog_timer(uint32_t timeoutval) in todsg_set_watchdog_timer() argument
453 "set watchdog timer value = %d", timeoutval); in todsg_set_watchdog_timer()
456 (char *)&timeoutval, sizeof (uint32_t))) { in todsg_set_watchdog_timer()
462 return (timeoutval); in todsg_set_watchdog_timer()
H A Dpmc.c304 pmc_set_watchdog_timer(uint_t timeoutval) in pmc_set_watchdog_timer() argument
311 timeoutval == 0) in pmc_set_watchdog_timer()
319 timeoutval_minutes = (timeoutval + 59) / 60; in pmc_set_watchdog_timer()
H A Dtodopl.c276 todopl_set_watchdog_timer(uint_t timeoutval) in todopl_set_watchdog_timer() argument
H A Dtodm5819.c391 todm5819_set_watchdog_timer(uint_t timeoutval) in todm5819_set_watchdog_timer() argument
H A Dtodbq4802.c376 todbq4802_set_watchdog_timer(uint_t timeoutval) in todbq4802_set_watchdog_timer() argument
H A Dtodm5819p_rmc.c424 todm5819p_rmc_set_watchdog_timer(uint_t timeoutval) in todm5819p_rmc_set_watchdog_timer() argument
H A Dtodds1337.c715 todds1337_set_watchdog_timer(uint_t timeoutval) in todds1337_set_watchdog_timer() argument
H A Dtodds1287.c1187 todds_set_watchdog_timer(uint_t timeoutval) in todds_set_watchdog_timer() argument
H A Drmclomv.c115 static uint_t rmc_set_watchdog_timer(uint_t timeoutval);
3330 rmc_set_watchdog_timer(uint_t timeoutval) in rmc_set_watchdog_timer() argument
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script.c1039 time_t timeoutval, in get_line() argument
1051 if (timeoutval) { in get_line()
1053 deadline = time(NULL) + timeoutval; in get_line()
1065 timeoutval = deadline - time(NULL); in get_line()
1066 if (timeoutval <= 0) { in get_line()
1070 x = poll(fds, 1, timeoutval*1000); in get_line()