/titanic_41/usr/src/lib/libc/port/rt/ |
H A D | clock_timer.c | 82 timer_create(clockid_t clock_id, struct sigevent *sigevp, timer_t *timerid) in timer_create() argument 107 rc = __timer_create(clock_id, sigevp, timerid); in timer_create() 112 (void) __timer_delete(*timerid); in timer_create() 114 timer_tcd[*timerid] = tcdp; in timer_create() 124 timer_delete(timer_t timerid) in timer_delete() argument 128 if ((rc = del_sigev_timer(timerid)) == 0) in timer_delete() 129 return (__timer_delete(timerid)); in timer_delete() 135 timer_getoverrun(timer_t timerid) in timer_getoverrun() argument 137 return (__timer_getoverrun(timerid) + sigev_timer_getoverrun(timerid)); in timer_getoverrun() 141 timer_gettime(timer_t timerid, itimerspec_t *value) in timer_gettime() argument [all …]
|
/titanic_41/usr/src/cmd/fm/modules/common/sw-diag-response/common/ |
H A D | sw_main_cmn.c | 123 id_t timerid; in sw_timer_install() local 153 msinfo->swms_timers[chosen].swt_timerid = timerid = in sw_timer_install() 158 return (timerid); in sw_timer_install() 165 subtimer_find(struct sw_modspecific *msinfo, id_t who, id_t timerid) in subtimer_find() argument 173 msinfo->swms_timers[slot].swt_timerid == timerid) in subtimer_find() 181 sw_timer_remove(fmd_hdl_t *hdl, id_t who, id_t timerid) in sw_timer_remove() argument 196 if ((slot = subtimer_find(msinfo, who, timerid)) == -1) in sw_timer_remove() 198 "for %s\n", timerid, sip->swsub_name); in sw_timer_remove() 199 fmd_timer_remove(hdl, timerid); in sw_timer_remove() 208 sw_timeout(fmd_hdl_t *hdl, id_t timerid, void *arg) in sw_timeout() argument [all …]
|
/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_sm.c | 1311 timer_val = statep->timerid; in ibcm_process_req_msg() 1312 statep->timerid = 0; in ibcm_process_req_msg() 1522 if (statep->timerid != 0) { in ibcm_process_rep_msg() 1523 timer_val = statep->timerid; in ibcm_process_rep_msg() 1524 statep->timerid = 0; in ibcm_process_rep_msg() 1586 timer_val = stale_qpn->timerid; in ibcm_process_rep_msg() 1587 stale_qpn->timerid = 0; in ibcm_process_rep_msg() 1947 timeout_id_t timer_val = statep->timerid; in ibcm_process_mra_msg() 1962 statep->timerid = 0; in ibcm_process_mra_msg() 2026 statep->timerid = IBCM_TIMEOUT(statep, in ibcm_process_mra_msg() [all …]
|
H A D | ibcm_utils.c | 439 timer_val = statep->timerid; in ibcm_dealloc_state_data() 441 statep->timerid = 0; in ibcm_dealloc_state_data()
|
H A D | ibcm_impl.c | 2329 timeout_id_t timer_val = statep->timerid; in ibcm_comm_est_handler() 2334 statep->timerid = 0; in ibcm_comm_est_handler()
|
H A D | ibcm_ti.c | 581 statep->timerid = 0; in ibt_open_rc_channel() 1382 timeout_id_t timer_val = statep->timerid; in ibcm_close_rc_channel() 1403 statep->timerid = 0; in ibcm_close_rc_channel() 1407 statep->timerid = 0; in ibcm_close_rc_channel() 1596 statep->timerid = 0; in ibcm_close_rc_channel()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd.h | 103 timer_t timerid; member
|
H A D | ilbd_hc.c | 471 ev_obj->timerid = -1; in ilbd_hc_timer_init() 477 if (timer_create(CLOCK_REALTIME, &sigev, &ev_obj->timerid) == -1) { in ilbd_hc_timer_init() 534 if (timer_settime(ev_obj->timerid, 0, &itimeout, NULL) == -1) in ilbd_hc_timer_update()
|
/titanic_41/usr/src/uts/sun/io/eri/ |
H A D | eri.h | 483 timeout_id_t timerid; /* timer id for links */ member
|
H A D | eri.c | 4659 if (erip->timerid) { in eri_stop_timer() 4661 id = erip->timerid; in eri_stop_timer() 4662 erip->timerid = 0; /* prevent other thread do untimeout */ in eri_stop_timer() 4680 erip->timerid = timeout(func, (caddr_t)erip, in eri_start_timer()
|
/titanic_41/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/panic/ |
H A D | panic_diag.c | 316 swde_panic_timeout(fmd_hdl_t *hdl, id_t timerid, void *data) in swde_panic_timeout() argument
|
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hxge.h | 638 void hxge_stop_timer(p_hxge_t hxgep, timeout_id_t timerid);
|
H A D | hxge_main.c | 1061 hxge_stop_timer(p_hxge_t hxgep, timeout_id_t timerid) in hxge_stop_timer() argument 1063 if (timerid) { in hxge_stop_timer() 1064 (void) untimeout(timerid); in hxge_stop_timer()
|
/titanic_41/usr/src/uts/common/sys/ib/mgt/ibcm/ |
H A D | ibcm_impl.h | 391 timeout_id_t timerid; member
|
/titanic_41/usr/src/uts/common/io/nxge/ |
H A D | nxge_main.c | 1750 nxge_stop_timer(p_nxge_t nxgep, timeout_id_t timerid) in nxge_stop_timer() argument 1752 if (timerid) { in nxge_stop_timer() 1753 (void) untimeout(timerid); in nxge_stop_timer()
|
H A D | nxge_mac.c | 6667 timeout_id_t timerid; in nxge_link_monitor() local 6682 timerid = timeout( in nxge_link_monitor() 6687 nxgep->nxge_link_poll_timerid = timerid; in nxge_link_monitor()
|