Home
last modified time | relevance | path

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, in swde_panic_timeout()
381 if (mytimerid != 0) in swde_panic_vrfy()
382 mytimerid = sw_timer_install(hdl, myid, in swde_panic_vrfy()
479 if (mytimerid == 0) { in swde_panic_detected()
480 mytimerid = sw_timer_install(hdl, myid, NULL, ep, in swde_panic_detected()
578 if (mytimerid) in swde_panic_fini()
579 sw_timer_remove(hdl, myid, mytimerid); in swde_panic_fini()