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

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dclock_timer.c82 timer_create(clockid_t clock_id, struct sigevent *sigevp, timer_t *timerid) argument
107 rc = __timer_create(clock_id, sigevp, timerid);
112 (void) __timer_delete(*timerid);
114 timer_tcd[*timerid] = tcdp;
124 timer_delete(timer_t timerid) argument
128 if ((rc = del_sigev_timer(timerid)) == 0)
129 return (__timer_delete(timerid));
135 timer_getoverrun(timer_t timerid) argument
137 return (__timer_getoverrun(timerid) + sigev_timer_getoverrun(timerid));
141 timer_gettime(timer_t timerid, itimerspec_t *value) argument
147 timer_settime(timer_t timerid, int flags, const itimerspec_t *value, itimerspec_t *ovalue) argument
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/common/
H A Dsw_main_cmn.c123 id_t timerid; local
153 msinfo->swms_timers[chosen].swt_timerid = timerid =
158 return (timerid);
162 * Look for a timer installed by a given subsidiary matching timerid.
165 subtimer_find(struct sw_modspecific *msinfo, id_t who, id_t timerid) argument
173 msinfo->swms_timers[slot].swt_timerid == timerid)
181 sw_timer_remove(fmd_hdl_t *hdl, id_t who, id_t timerid) argument
196 if ((slot = subtimer_find(msinfo, who, timerid)) == -1)
197 fmd_hdl_abort(hdl, "sw_timer_remove: timerid %d not found "
198 "for %s\n", timerid, si
208 sw_timeout(fmd_hdl_t *hdl, id_t timerid, void *arg) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c1311 timer_val = statep->timerid;
1312 statep->timerid = 0;
1522 if (statep->timerid != 0) {
1523 timer_val = statep->timerid;
1524 statep->timerid = 0;
1586 timer_val = stale_qpn->timerid;
1587 stale_qpn->timerid = 0;
1947 timeout_id_t timer_val = statep->timerid;
1962 statep->timerid = 0;
2026 statep->timerid
[all...]
H A Dibcm_utils.c439 timer_val = statep->timerid;
441 statep->timerid = 0;
H A Dibcm_impl.c2329 timeout_id_t timer_val = statep->timerid;
2334 statep->timerid = 0;
H A Dibcm_ti.c581 statep->timerid = 0;
1382 timeout_id_t timer_val = statep->timerid;
1403 statep->timerid = 0;
1407 statep->timerid = 0;
1596 statep->timerid = 0;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd.h103 timer_t timerid; member in struct:__anon156
H A Dilbd_hc.c471 ev_obj->timerid = -1;
477 if (timer_create(CLOCK_REALTIME, &sigev, &ev_obj->timerid) == -1) {
534 if (timer_settime(ev_obj->timerid, 0, &itimeout, NULL) == -1)
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.h483 timeout_id_t timerid; /* timer id for links */ member in struct:eri
H A Deri.c4659 if (erip->timerid) {
4661 id = erip->timerid;
4662 erip->timerid = 0; /* prevent other thread do untimeout */
4680 erip->timerid = timeout(func, (caddr_t)erip,
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/panic/
H A Dpanic_diag.c315 swde_panic_timeout(fmd_hdl_t *hdl, id_t timerid, void *data) argument
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge.h638 void hxge_stop_timer(p_hxge_t hxgep, timeout_id_t timerid);
H A Dhxge_main.c1062 hxge_stop_timer(p_hxge_t hxgep, timeout_id_t timerid) argument
1064 if (timerid) {
1065 (void) untimeout(timerid);
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h316 * timerid : Timer id for the timeout either for re-sending the
391 timeout_id_t timerid; member in struct:ibcm_state_data_s
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c1751 nxge_stop_timer(p_nxge_t nxgep, timeout_id_t timerid) argument
1753 if (timerid) {
1754 (void) untimeout(timerid);
H A Dnxge_mac.c6667 timeout_id_t timerid; local
6682 timerid = timeout(
6687 nxgep->nxge_link_poll_timerid = timerid;
6704 /* If <timerid> == 0, the link monitor has */

Completed in 173 milliseconds