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

/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/panic/
H A Dpanic_diag.c97 static id_t mytimerid; variable
347 mytimerid = sw_timer_install(hdl, myid, NULL, NULL,
381 if (mytimerid != 0)
382 mytimerid = sw_timer_install(hdl, myid,
479 if (mytimerid == 0) {
480 mytimerid = sw_timer_install(hdl, myid, NULL, ep,
578 if (mytimerid)
579 sw_timer_remove(hdl, myid, mytimerid);

Completed in 44 milliseconds