Searched defs:sw_timeout (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/common/
H A Dsw_main_cmn.c208 sw_timeout(fmd_hdl_t *hdl, id_t timerid, void *arg) function
220 fmd_hdl_abort(hdl, "sw_timeout: timerid %d not found\n");
225 fmd_hdl_abort(hdl, "sw_timeout: invalid subid\n");
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82571.c517 s32 sw_timeout = hw->nvm.word_size + 1; local
531 sw_timeout = 1;
534 while (i < sw_timeout) {
543 if (i == sw_timeout) {

Completed in 119 milliseconds