Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ipmi/
H A Dipmi.c90 static int cycle_wait = 10; /* sec */ variable
111 SYSCTL_INT(_hw_ipmi, OID_AUTO, cycle_wait, CTLFLAG_RWTUN,
112 &cycle_wait, 0,
829 DELAY(cycle_wait * 1000 * 1000); in ipmi_power_cycle()