Home
last modified time | relevance | path

Searched refs:timer (Results 76 – 100 of 122) sorted by relevance

12345

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c1037 ql_8021_hw_lock(ql_adapter_state_t *ha, uint32_t timer) in ql_8021_hw_lock() argument
1047 if (timeout >= timer) { in ql_8021_hw_lock()
1122 clock_t timer; in ql_8021_wait_flash_done() local
1125 for (timer = 500000; timer; timer--) { in ql_8021_wait_flash_done()
H A Dql_mbx.c88 clock_t timer, cv_stat; in ql_mailbox_command() local
111 timer = ha->mailbox_flags & MBX_BUSY_FLG ? in ql_mailbox_command()
113 timer = timer * drv_usectohz(1000000); in ql_mailbox_command()
115 &ha->pha->mbx_mutex, timer, TR_CLOCK_TICK); in ql_mailbox_command()
167 timer = mcp->timeout * drv_usectohz(1000000); in ql_mailbox_command()
172 &ha->pha->mbx_mutex, timer, TR_CLOCK_TICK) == -1) { in ql_mailbox_command()
196 for (timer = mcp->timeout * 100; timer; timer--) { in ql_mailbox_command()
212 } else if (!ddi_in_panic() && timer % 101 == 0) { in ql_mailbox_command()
H A Dql_xioctl.c3428 uint32_t rval, timer, bpsize; in ql_diagnostic_loopback() local
3560 timer = 30; in ql_diagnostic_loopback()
3563 } while (timer-- && LOOP_NOT_READY(ha)); in ql_diagnostic_loopback()
3643 uint32_t timer; in ql_set_loop_point() local
3678 for (timer = opt ? 10 : 0; timer; timer--) { in ql_set_loop_point()
9246 uint8_t timer; in ql_reset_cmd() local
9258 for (timer = 180; timer; timer--) { in ql_reset_cmd()
9293 for (timer = 6; timer; timer--) { in ql_reset_cmd()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_event.c247 entry->timer = entry->timestamp + evt->timeout; in emlxs_event()
328 if ((!entry->timer) || in emlxs_timer_check_events()
329 (entry->timer > hba->timer_tics)) { in emlxs_timer_check_events()
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.h441 } timer; member
H A Ddnet.c1504 if (dnetp->timer.cb) in dnet_intr()
1505 dnetp->timer.cb(dnetp); in dnet_intr()
3508 (dnetp->timer.cb ? GPTIMER_INTR : 0) | in enable_interrupts()
4600 dnetp->timer.start_ticks = (usecs * 100) / 8192; in dnet_usectimeout()
4601 dnetp->timer.cb = cback; in dnet_usectimeout()
4603 dnetp->timer.start_ticks | (contin ? GPTIMER_CONT : 0)); in dnet_usectimeout()
4604 if (dnetp->timer.cb) in dnet_usectimeout()
4612 uint32_t ticks = dnetp->timer.start_ticks - in dnet_usecelapsed()
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_xaction_state_mc.c132 _sip_msg_t *sip_msg, sip_timer_t timer, int type) in sip_setup_timer() argument
140 if (SIP_IS_TIMER_RUNNING(timer)) in sip_setup_timer()
141 SIP_CANCEL_TIMER(timer); in sip_setup_timer()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_intr.c1095 mgm.bits.ldw.timer = group->ldg_timer; in nxge_hio_ldgimgn()
1098 mgm.bits.ldw.timer = 0; in nxge_hio_ldgimgn()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h447 clock_t timer);
H A Dfctl_private.h114 clock_t timer; member
/illumos-gate/usr/src/test/os-tests/runfiles/
H A Ddefault.run76 [/opt/os-tests/tests/timer]
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c1031 uint32_t timer; in qlt_quiesce() local
1051 for (timer = 0; timer < 30000; timer++) { in qlt_quiesce()
4522 uint32_t timer; in qlt_read_flash_word() local
4531 for (timer = 3000; timer; timer--) { in qlt_read_flash_word()
10270 clock_t timer; in qlt_27xx_dt_prisc() local
10287 timer--) { in qlt_27xx_dt_prisc()
10288 if (timer) { in qlt_27xx_dt_prisc()
10305 clock_t timer; in qlt_27xx_dt_rrisc() local
10322 for (timer = 0; timer < 30000; timer++) { in qlt_27xx_dt_rrisc()
10334 for (timer = 30000; timer; timer--) { in qlt_27xx_dt_rrisc()
[all …]
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c649 drv_usectohz(flowacct_data->timer)); in flowacct_timeout_flows()
923 flowacct_data, drv_usectohz(flowacct_data->timer)); in flowacct_process()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h237 timer : 27, member
/illumos-gate/usr/src/cmd/sendmail/src/
H A DREAD_ME81 timers.h Header file for timer stuff.
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c2038 if (pwrk->timer == 0) { in pmcs_check_commands()
2046 if (pwrk->timer >= US2WT(PMCS_WATCH_INTERVAL)) { in pmcs_check_commands()
2047 pwrk->timer -= US2WT(PMCS_WATCH_INTERVAL); in pmcs_check_commands()
2049 pwrk->timer = 0; in pmcs_check_commands()
2051 if (pwrk->timer > 0) { in pmcs_check_commands()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c1253 s32 timer; in e1000_set_obff_timer_pch_lpt() local
1258 timer = itr & E1000_ITR_MASK; in e1000_set_obff_timer_pch_lpt()
1259 timer = (timer * E1000_ITR_MULT) / 1000; in e1000_set_obff_timer_pch_lpt()
1261 if ((timer < 0) || (timer > E1000_ITR_MASK)) { in e1000_set_obff_timer_pch_lpt()
1262 DEBUGOUT1("Invalid OBFF timer %d\n", timer); in e1000_set_obff_timer_pch_lpt()
1268 svcr |= timer << E1000_SVCR_OFF_TIMER_SHIFT; in e1000_set_obff_timer_pch_lpt()
/illumos-gate/usr/src/uts/common/io/
H A Di8042.c529 int timer = 0; in i8042_wait_obf() local
533 if (++timer > OBF_WAIT_COUNT) in i8042_wait_obf()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c176 static timer_t timer; /* timer for waiting */ variable
721 if (timer_create(CLOCK_REALTIME, NULL, &timer) != 0) { in main()
1786 if (timer_settime(timer, TIMER_RELTIME, &it, NULL) != 0) { in schedule_sigalrm()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c103 id_t timer; /* for setting an fmd time-out */ member
1923 fmep->timer); in print_suspects()
3221 fmd_timer_remove(fmep->hdl, fmep->timer); in fme_close_case()
3280 fmd_timer_remove(fmep->hdl, fmep->timer); in fme_set_timer()
3283 fmep->timer = fmd_timer_install(fmep->hdl, (void *)fmep, in fme_set_timer()
3285 out(O_ALTFP|O_VERB, "timer set, id is %ld", fmep->timer); in fme_set_timer()
3494 fmd_timer_remove(fmep->hdl, fmep->timer); in fme_eval()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-ostest.p5m165 dir path=opt/os-tests/tests/timer
166 file path=opt/os-tests/tests/timer/timer_limit mode=0555
H A Dsource-system-grub.p5m174 file path=usr/share/src/grub/netboot/timer.c
175 file path=usr/share/src/grub/netboot/timer.h
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c151 uint32_t timer = 5; /* 5 second */ in ql_wait_reg_bit() local
156 timer = delay; in ql_wait_reg_bit()
158 delay_ticks = timer * 100; in ql_wait_reg_bit()
/illumos-gate/usr/src/boot/forth/
H A Dmenu.4th68 \ Menu timer [count-down] variables
608 \ halt the timer
613 \ update the timer display ( N -- )
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c962 mdb_printf(" timer : %d\n", pd.pd_logo_tc.timer); in remote_port()

12345