/illumos-gate/usr/src/cmd/bnu/ |
H A D | dkdial.c | 64 static int Timer; /* Current alarm setting */ variable 98 Timer = Elapsed = 0; 187 Elapsed += Timer - alarm(Seconds); in setalarm() 188 Timer = Seconds; in setalarm() 200 Elapsed += Timer - alarm(0);
|
/illumos-gate/usr/src/common/acpica/executer/ |
H A D | exdebug.c | 191 UINT32 Timer; in AcpiExDoDebugObject() local 236 Timer = ((UINT32) AcpiOsGetTimer () / 10); in AcpiExDoDebugObject() 237 Timer &= 0x03FFFFFF; in AcpiExDoDebugObject() 239 AcpiOsPrintf ("ACPI Debug: T=0x%8.8X %*s", Timer, Level, " "); in AcpiExDoDebugObject()
|
/illumos-gate/usr/src/cmd/acpi/common/ |
H A D | dmtables.c | 202 time_t Timer; in AdDisassemblerHeader() local 205 time (&Timer); in AdDisassemblerHeader() 228 AcpiOsPrintf (" * Disassembly of %s, %s", Filename, ctime (&Timer)); in AdDisassemblerHeader()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestDrop.java | 50 final Timer timer = new Timer(); in startTimer()
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib.c | 269 enum { JustPoll, Block, Timer } m; in evGetNext() enumerator 290 m = Timer; in evGetNext() 319 if (m == Timer) { in evGetNext() 342 } while (x == 0 && m == Timer && in evGetNext() 391 new->type = Timer; in evGetNext() 530 case Timer: { in evDispatch() 606 case Timer: { in evDrop()
|
H A D | eventlib_p.h | 167 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator
|
H A D | ev_timers.c | 226 ctx->cur->type == Timer && in evClearTimer()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_queue.h | 816 uint32_t Timer: 8; /* TOV */ member 874 uint32_t Timer: 8; /* TOV */ member
|
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t6fw_cfg.txt | 78 # 2. The SGE Timer Values below are expressed below in microseconds. 98 # Set the SGE Doorbell Queue Timer "tick" to 50us and initialize 99 # the Timer Table to a default set of values (which are multiples 100 # of the Timer Tick). Note that the set of Tick Multipliers are
|
H A D | t4fw_cfg.txt | 92 # 2. The SGE Timer Values below are expressed below in microseconds.
|
H A D | t5fw_cfg.txt | 78 # 2. The SGE Timer Values below are expressed below in microseconds.
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | rtl8139.c | 96 Timer=0x48, /* general-purpose counter. */ enumerator
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | errlist | 106 62 ETIME Timer expired
|
/illumos-gate/usr/src/test/test-runner/cmd/ |
H A D | run | 46 from threading import Timer 273 t = Timer(int(self.timeout), self.kill_cmd, [proc])
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_sli4.c | 4364 wqe->Timer = ((timeout > 0xff) ? 0 : timeout); in emlxs_sli4_prep_fct_iocb() 4482 wqe->Timer = ((timeout > 0xff) ? 0 : timeout); in emlxs_sli4_prep_fct_iocb() 4631 wqe->Timer = in emlxs_sli4_prep_fcp_iocb() 4836 wqe->Timer = ((pkt->pkt_timeout > 0xff) ? 0 : pkt->pkt_timeout); in emlxs_sli4_prep_els_iocb() 5201 wqe->Timer = ((pkt->pkt_timeout > 0xff) ? 0 : pkt->pkt_timeout); in emlxs_sli4_prep_ct_iocb()
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README | 98 Event Handlers and Timer Queues
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 1348 Fixed a problem related to the internal use of the Timer() operator where 1466 Added Timer() support to the AML Debug object. The current timer value is 2306 The ACPI Power Management Timer (defined in the FADT) is now optional. 2309 Timer on the platform, AcpiGetTimer returns AE_SUPPORT. An address of 2753 1) The MTMR table (MID Timer Table) 2934 iASL: Added a remark if the Timer() operator is used within a 32-bit 3985 Power Management Timer and Console Buttons (power/sleep) 4002 GTDT /* Generic Timer Description Table */ 11570 Implemented support for the ACPI 3.0 Timer operator. This ASL function 11574 implement the ACPI 3.0 Timer operator. This allows the host OS to [all …]
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex.news | 222 If the local system has the Cornell "Fast Timer" driver, vi uses
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 1202 0014 PCI-Counter/Timer Counter Timer board 6738 3308 Integrated Lights-Out Standard MS Watchdog Timer 23053 4243 PMC424, APC424, AcPC424 Digital I/O and Counter Timer Module 23054 4248 PMC464, APC464, AcPC464 Digital I/O and Counter Timer Module 23069 4a42 PMC483, APC483, AcPC483 Counter Timer Module 23070 4a50 PMC484, APC484, AcPC484 Counter Timer Module 23076 4d4e PMC482, APC482, AcPC482 Counter Timer Board 23132 7042 AP482 Counter Timer Module with TTL Level Input/Output 23133 7043 AP483 Counter Timer Module with TTL Level and RS422 Input/Output 23134 7044 AP484 Counter Timer Module with RS422 Input/Output [all …]
|