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

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac.c157 static timeout_id_t ac_hot_plug_timeout; variable
1502 if ((ac_hot_plug_timeout == (timeout_id_t)NULL) &&
1512 } else if ((ac_hot_plug_timeout == (timeout_id_t)NULL) &&
1538 } else if (ac_hot_plug_timeout != (timeout_id_t)NULL) {
1546 (void) untimeout(ac_hot_plug_timeout);
1547 ac_hot_plug_timeout = NULL;
1553 ac_hot_plug_timeout = timeout(ac_timeout, NULL,
1570 ac_hot_plug_timeout = (timeout_id_t)NULL;

Completed in 59 milliseconds