/titanic_44/usr/src/lib/libsip/common/ |
H A D | sip_miscdefs.h | 101 #define SIP_SET_TIMEOUT(timer, time) { \ argument 104 (timer).sip_timeout_val.tv_sec = mtime / MILLISEC; \ 105 mtime -= (timer).sip_timeout_val.tv_sec * MILLISEC; \ 106 (timer).sip_timeout_val.tv_usec = mtime * MILLISEC; \ 110 #define SIP_INIT_TIMER(timer, time) { \ argument 111 SIP_SET_TIMEOUT(timer, time); \ 112 (timer).sip_timerid = 0; \ 115 #define SIP_SCHED_TIMER(timer, obj, func) { \ argument 116 (timer).sip_timerid = sip_stack_timeout((void *)(obj), \ 117 (func), &((timer).sip_timeout_val)); \ [all …]
|
/titanic_44/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_timers.c | 59 evTimer * timer; member 233 ctx->cur->u.timer.this == del) { in evClearTimer() 265 evTimer *timer = id.opaque; in evConfigTimer() local 270 if (heap_element(ctx->timers, timer->index) != timer) in evConfigTimer() 274 timer->mode |= EV_TMR_RATE; in evConfigTimer() 276 timer->mode &= ~EV_TMR_RATE; in evConfigTimer() 292 evTimer *timer = id.opaque; in evResetTimer() local 296 if (heap_element(ctx->timers, timer->index) != timer) in evResetTimer() 316 old_due = timer->due; in evResetTimer() 318 timer->func = func; in evResetTimer() [all …]
|
H A D | ev_streams.c | 125 evTimeRW(evContext opaqueCtx, evStreamID id, evTimerID timer) /*ARGSUSED*/ { in evTimeRW() argument 130 str->timer = timer; in evTimeRW() 269 evTouchIdleTimer(opaqueCtx, str->timer); in writable() 292 evTouchIdleTimer(opaqueCtx, str->timer); in readable()
|
/titanic_44/usr/src/lib/libc/port/rt/ |
H A D | clock_timer.c | 160 int timer; in postfork1_child_sigev_timer() local 162 for (timer = 0; timer < timer_max; timer++) { in postfork1_child_sigev_timer() 163 if ((tcdp = timer_tcd[timer]) != NULL) { in postfork1_child_sigev_timer() 164 timer_tcd[timer] = NULL; in postfork1_child_sigev_timer()
|
H A D | sigev_thread.c | 550 del_sigev_timer(timer_t timer) in del_sigev_timer() argument 555 if ((uint_t)timer < timer_max && (tcdp = timer_tcd[timer]) != NULL) { in del_sigev_timer() 560 dprintf("del_sigev_timer(%d) OK.\n", timer); in del_sigev_timer() 563 timer_tcd[timer] = NULL; in del_sigev_timer() 570 sigev_timer_getoverrun(timer_t timer) in sigev_timer_getoverrun() argument 574 if ((uint_t)timer < timer_max && (tcdp = timer_tcd[timer]) != NULL) in sigev_timer_getoverrun()
|
H A D | sigev_thread.h | 69 } timer; member 80 #define tcd_overruns tcd_object.timer.overruns
|
/titanic_44/usr/src/uts/common/netinet/ |
H A D | igmp_var.h | 69 #define MCAST_RANDOM_DELAY(timer, maxticks) \ argument 71 (void) random_get_pseudo_bytes((uint8_t *)&(timer), sizeof (uint_t)); \ 72 (timer) = ((uint_t)(timer) % (maxticks)) + 1
|
/titanic_44/usr/src/uts/common/io/chxge/ |
H A D | glue.c | 483 cyclic->timer = 0; in ch_init_cyclic() 496 if (cyclic->timer != 0) { in ch_cyclic() 498 cyclic->timer = timeout((void(*)(void *))ch_cyclic, in ch_cyclic() 510 if (cyclic->timer == 0) { in ch_start_cyclic() 511 cyclic->timer = timeout((void(*)(void *))ch_cyclic, in ch_start_cyclic() 522 timeout_id_t timer; in ch_stop_cyclic() local 526 timer = cyclic->timer; in ch_stop_cyclic() 527 cyclic->timer = 0; in ch_stop_cyclic() 528 value = untimeout(timer); in ch_stop_cyclic() 531 } while ((timer != 0) && (value == 0)); in ch_stop_cyclic()
|
/titanic_44/usr/src/uts/i86pc/io/ |
H A D | hpet_acpi.c | 279 hpet_disable_timer(&hpet_info, hpet_info.cstate_timer.timer); in hpet_acpi_fini() 318 hpet_timer_set_up(&hpet_info, hpet_info.cstate_timer.timer, in hpet_init_proxy() 340 hpet_enable_timer(&hpet_info, hpet_info.cstate_timer.timer); in hpet_install_proxy() 635 int timer; in hpet_get_IOAPIC_intr_capable_timer() local 638 for (timer = HPET_FIRST_NON_LEGACY_TIMER; in hpet_get_IOAPIC_intr_capable_timer() 639 timer < hip->gen_cap.num_tim_cap; ++timer) { in hpet_get_IOAPIC_intr_capable_timer() 641 if (!hpet_timer_available(hip->allocated_timers, timer)) in hpet_get_IOAPIC_intr_capable_timer() 644 intr = lowbit(hip->timer_n_config[timer].int_route_cap) - 1; in hpet_get_IOAPIC_intr_capable_timer() 646 hpet_timer_alloc(&hip->allocated_timers, timer); in hpet_get_IOAPIC_intr_capable_timer() 647 hip->cstate_timer.timer = timer; in hpet_get_IOAPIC_intr_capable_timer() [all …]
|
/titanic_44/usr/src/uts/common/ipp/flowacct/ |
H A D | flowacctddi.c | 189 uint32_t timer = FLOWACCT_DEF_TIMER; in flowacct_create_action() local 231 (void) nvlist_lookup_uint32(nvlp, FLOWACCT_TIMER, &timer); in flowacct_create_action() 234 flowacct_data->timer = (uint64_t)timer * FLOWACCT_MSEC_TO_USEC; in flowacct_create_action() 290 uint32_t timeout, timer, bstats, max_limit; in flowacct_modify_action() local 356 if ((rc = nvlist_lookup_uint32(nvlp, FLOWACCT_TIMER, &timer)) == 0) { in flowacct_modify_action() 357 flowacct_data->timer = (uint64_t)timer * FLOWACCT_MSEC_TO_USEC; in flowacct_modify_action() 498 param = flowacct_data->timer / FLOWACCT_MSEC_TO_USEC; in flowacct_info()
|
/titanic_44/usr/src/uts/common/io/hxge/ |
H A D | hpi_vir.c | 145 uint8_t timer) in hpi_intr_ldg_mgmt_set() argument 155 if (!LD_INTTIMER_VALID(timer)) { in hpi_intr_ldg_mgmt_set() 158 " timer <0x%x>", timer)); in hpi_intr_ldg_mgmt_set() 169 mgm.bits.timer = timer; in hpi_intr_ldg_mgmt_set()
|
/titanic_44/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_state.h | 161 #define CMD_TIMERTYPE_ISCPU(timer) ((timer) != CMD_TIMERTYPE_MEM && \ argument 162 (timer) != CMD_TIMERTYPE_DP)
|
/titanic_44/usr/src/uts/common/inet/ilb/ |
H A D | ilb_conn.c | 203 ilb_timer_t *timer = (ilb_timer_t *)arg; in ilb_conn_cleanup() local 212 ilbs = timer->ilbs; in ilb_conn_cleanup() 217 for (i = timer->start; i < timer->end; i++) { in ilb_conn_cleanup() 279 ilb_timer_t *timer = (ilb_timer_t *)arg; in ilb_conn_timer() local 281 (void) taskq_dispatch(timer->ilbs->ilbs_conn_taskq, ilb_conn_cleanup, in ilb_conn_timer() 283 mutex_enter(&timer->tid_lock); in ilb_conn_timer() 284 if (timer->tid == 0) { in ilb_conn_timer() 285 mutex_exit(&timer->tid_lock); in ilb_conn_timer() 287 timer->tid = timeout(ilb_conn_timer, arg, in ilb_conn_timer() 289 mutex_exit(&timer->tid_lock); in ilb_conn_timer() [all …]
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestDrop.java | 50 final Timer timer = new Timer(); in startTimer() local 51 timer.schedule(new TimerTask() { in startTimer() 54 timer.cancel(); in startTimer()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_nx.c | 1034 ql_8021_hw_lock(ql_adapter_state_t *ha, uint32_t timer) in ql_8021_hw_lock() argument 1044 if (timeout >= timer) { in ql_8021_hw_lock() 1119 clock_t timer; in ql_8021_wait_flash_done() local 1122 for (timer = 30 * drv_usectohz(1000000); timer; timer--) { in ql_8021_wait_flash_done() 1847 clock_t timer; in ql_8021_need_reset_handler() local 1859 for (timer = 30; timer && drv_state != drv_active; timer--) { in ql_8021_need_reset_handler() 1873 clock_t timer; in ql_8021_idc_handler() local 1878 timer = 30; in ql_8021_idc_handler() 1879 while (timer) { in ql_8021_idc_handler() 1911 timer = 0; in ql_8021_idc_handler() [all …]
|
H A D | ql_init.c | 257 uint32_t timer; in ql_pci_sbus_config() local 290 for (timer = 0; timer < 30000; timer++) { in ql_pci_sbus_config() 312 for (timer = 0; timer < 30000; timer++) { in ql_pci_sbus_config() 2738 clock_t timer; in ql_init_rings() local 2741 for (timer = 3000; timer; timer--) { in ql_init_rings() 2760 if (timer == 0) { in ql_init_rings() 2829 clock_t timer; in ql_fw_ready() local 2838 timer = ha->r_a_tov < secs ? secs : ha->r_a_tov; in ql_fw_ready() 2839 timer = (timer + 2) * sec_delay; in ql_fw_ready() 2842 while (timer != 0 && wait != 0 && in ql_fw_ready() [all …]
|
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | hpet_acpi.h | 186 #define HPET_INTR_STATUS_MASK(timer) ((uint64_t)1 << (timer)) argument 240 int timer; member
|
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | SystemMonitor.java | 40 import com.sun.solaris.service.timer.*; 88 private RecurringEventTimer timer; field in SystemMonitor 150 timer = new SimpleRecurringEventTimer(interval); in initialize() 237 timer.waitUntilNextFiring(); in getNext()
|
/titanic_44/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_tlist.c | 73 hci1394_tlist_init(hci1394_drvinfo_t *drvinfo, hci1394_tlist_timer_t *timer, in hci1394_tlist_init() argument 93 if (timer == NULL) { in hci1394_tlist_init() 96 ASSERT(timer->tlt_callback != NULL); in hci1394_tlist_init() 98 list->tl_timer_info = *timer; in hci1394_tlist_init()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | igmp.c | 489 int timer; in igmp_query_in() local 525 timer = SEC_TO_MSEC(IGMP_MAX_HOST_REPORT_DELAY); in igmp_query_in() 564 timer = DSEC_TO_MSEC((int)igmpa->igmpa_code); in igmp_query_in() 604 if (ilm->ilm_timer > timer) { in igmp_query_in() 605 MCAST_RANDOM_DELAY(ilm->ilm_timer, timer); in igmp_query_in() 625 uint_t i, next, mrd, qqi, timer, delay, numsrc; in igmpv3_query_in() local 654 timer = DSEC_TO_MSEC(mrd); in igmpv3_query_in() 655 MCAST_RANDOM_DELAY(delay, timer); in igmpv3_query_in() 771 uint_t timer; in igmp_joingroup() local 820 timer = ilm->ilm_rtx.rtx_timer; in igmp_joingroup() [all …]
|
/titanic_44/usr/src/uts/common/io/net80211/ |
H A D | net80211_output.c | 103 int type, int timer) in ieee80211_mgmt_output() argument 116 if (timer > 0) { in ieee80211_mgmt_output() 120 im->im_mgt_timer = timer; in ieee80211_mgmt_output() 485 int timer; in ieee80211_send_mgmt() local 490 timer = 0; in ieee80211_send_mgmt() 646 timer = IEEE80211_TRANS_WAIT; in ieee80211_send_mgmt() 729 timer = IEEE80211_TRANS_WAIT; in ieee80211_send_mgmt() 783 ret = ieee80211_mgmt_output(ic, in, mp, type, timer); in ieee80211_send_mgmt()
|
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/service/timer/ |
H A D | RecurringEventTimer.java | 29 package com.sun.solaris.service.timer;
|
H A D | SimpleRecurringEventTimer.java | 29 package com.sun.solaris.service.timer;
|
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | Makefile.solaris | 23 libdrivers_a-timer.o 134 tftp.h tg3.c tg3.h timer.c timer.h tlan.c tlan.h tulip.c \
|
/titanic_44/usr/src/cmd/pools/poold/ |
H A D | Makefile | 41 com/sun/solaris/service/timer \ 69 com.sun.solaris.service.timer \
|