Home
last modified time | relevance | path

Searched refs:sw_timer_install (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/panic/
H A Dpanic_diag.c347 mytimerid = sw_timer_install(hdl, myid, NULL, NULL, in swde_panic_timeout()
382 mytimerid = sw_timer_install(hdl, myid, in swde_panic_vrfy()
480 mytimerid = sw_timer_install(hdl, myid, NULL, ep, in swde_panic_detected()
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/common/
H A Dsw.h184 extern id_t sw_timer_install(fmd_hdl_t *, id_t, void *, fmd_event_t *,
H A Dsw_main_cmn.c116 sw_timer_install(fmd_hdl_t *hdl, id_t who, void *arg, fmd_event_t *ep, in sw_timer_install() function