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

/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/software-diagnosis/
H A Dswde_main.c35 sw_timeout, /* fmdo_timeout - provided by common code */
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/software-response/
H A Dswrp_main.c35 sw_timeout, /* fmdo_timeout */
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/common/
H A Dsw_impl.h80 * sw_timeout is the fmdo_timeout entry point; it looks up the unique id_t
95 extern void sw_timeout(fmd_hdl_t *, id_t, void *);
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 55 milliseconds