Home
last modified time | relevance | path

Searched refs:timer (Results 1 – 25 of 122) sorted by last modified time

12345

/illumos-gate/usr/src/test/os-tests/tests/
H A DMakefile46 timer \
/illumos-gate/usr/src/test/os-tests/runfiles/
H A Ddefault.run76 [/opt/os-tests/tests/timer]
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-ostest.p5m168 dir path=opt/os-tests/tests/timer
169 file path=opt/os-tests/tests/timer/timer_limit mode=0555
H A Dsystem-header.p5m1424 file path=usr/include/sys/timer.h
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c3436 clock_t timer; in emlxs_fca_pkt_abort() local
3777 timer = time + drv_usectohz(1000000); in emlxs_fca_pkt_abort()
3784 if (time >= timer) { in emlxs_fca_pkt_abort()
3786 timer = time + drv_usectohz(1000000); in emlxs_fca_pkt_abort()
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile613 timer.h \
/illumos-gate/usr/src/uts/common/
H A DMakefile.files375 timer.o \
/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/data/terminfo/
H A Dterminfo.src8072 # 6 X Screen blanking timer (ON)
8073 # X Screen blanking timer (OFF)
H A Dtermcap.src7227 # 6 X Screen blanking timer (ON)
7228 # X Screen blanking timer (OFF)
/illumos-gate/usr/src/cmd/init/
H A Dinit.c590 static void timer(int);
984 timer(5); in enter_maintenance()
1452 timer(20); in spawn()
1565 timer(3); in getcmd()
1574 timer(3); in getcmd()
1926 (void) timer(TWARN); in killproc()
3004 timer(int waitime) in timer() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndp.c301 timer_t timer; in ndp_start_timer() local
306 if (timer_create(CLOCK_REALTIME, NULL, &timer) != 0) { in ndp_start_timer()
310 if (timer_settime(timer, 0, &interval, NULL) != 0) { in ndp_start_timer()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c160 static void timer(void);
451 (void) signal(SIGALRM, timer); in main()
457 sv.sv_handler = timer; in main()
462 timer(); /* start things going */ in main()
501 timer(void) in timer() function
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvhpet.c330 struct vhpet_timer *timer = &vhpet->timer[n]; in vhpet_start_timer() local
334 if (timer->comprate != 0) in vhpet_start_timer()
346 timer->compval - counter); in vhpet_start_timer()
348 callout_reset_hrtime(&timer->callout, timer->callout_expire, in vhpet_start_timer()
711 arg = &vhpet->timer[i].arg; in vhpet_init()
751 struct vhpet_timer *timer = &vhpet->timer[i]; in vhpet_pause() local
763 struct vhpet_timer *timer = &vhpet->timer[i]; in vhpet_resume() local
790 const struct vhpet_timer *timer = &vhpet->timer[i]; in vhpet_data_read() local
800 timer->callout_expire); in vhpet_data_read()
910 struct vhpet_timer *timer = &vhpet->timer[i]; in vhpet_data_write() local
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
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()
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_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_init.c257 uint32_t timer; in ql_pci_sbus_config() local
293 for (timer = 0; timer < 30000; timer++) { in ql_pci_sbus_config()
315 for (timer = 0; timer < 30000; timer++) { in ql_pci_sbus_config()
2819 for (timer = 3000; timer; timer--) { in ql_init_rings()
3934 for (timer = 0; timer < 30000; timer++) { in ql_reset_24xx_chip()
3953 for (timer = 0; timer < 30000; timer++) { in ql_reset_24xx_chip()
3970 for (timer = 30000; timer; timer--) { in ql_reset_24xx_chip()
3988 for (timer = 0; timer < 30000; timer++) { in ql_reset_24xx_chip()
4019 for (timer = 0; timer < 30000; timer++) { in ql_reset_24xx_chip()
4474 int timer; in ql_vport_enable() local
[all …]
H A Dql_iocb.c296 uint32_t timer; in ql_req_pkt() local
303 for (timer = 30000; timer != 0; timer--) { in ql_req_pkt()
H A Dql_api.c2516 for (timer = 0; timer < 20000; timer++) { in ql_quiesce()
2532 for (timer = 0; timer < 20000; timer++) { in ql_quiesce()
2556 for (timer = 0; timer < 30000; timer++) { in ql_quiesce()
11887 for (timer = 300000; timer; timer--) { in ql_24xx_read_flash()
11944 for (timer = 3000000; timer; timer--) { in ql_24xx_write_flash()
12002 for (timer = 3000; timer; timer--) { in ql_24xx_unprotect_flash()
12096 for (timer = 3000; timer; timer--) { in ql_24xx_protect_flash()
18854 for (timer = 30; timer; timer--) { in ql_toggle_loop_state()
22523 for (timer = 0; timer < 30000; timer++) { in ql_2700_dt_rrisc()
22535 for (timer = 30000; timer; timer--) { in ql_2700_dt_rrisc()
[all …]
/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/io/bnx/570x/driver/common/lmdev/
H A Dbnx_hw_reset.c737 timer.timer_sw_tmr_reload_value1, in lm_chip_reset()
/illumos-gate/usr/src/uts/common/io/bnx/570x/common/include/
H A D5706_reg.h13582 timer_reg_t timer; member
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c53 evTimer * timer; member
264 if (heap_element(ctx->timers, timer->index) != timer) in evConfigTimer()
290 if (heap_element(ctx->timers, timer->index) != timer) in evResetTimer()
310 old_due = timer->due; in evResetTimer()
312 timer->func = func; in evResetTimer()
313 timer->uap = uap; in evResetTimer()
314 timer->due = due; in evResetTimer()
315 timer->inter = inter; in evResetTimer()
436 evTimer *timer; in set_index() local
438 timer = what; in set_index()
[all …]
H A Deventlib.c392 new->u.timer.this = nextTimer; in evGetNext()
531 evTimer *this = ev->u.timer.this; in evDispatch()
607 evTimer *this = ev->u.timer.this; in evDrop()

12345