/titanic_41/usr/src/cmd/krb5/kadmin/gui/dchanger/ |
H A D | DCPanel.java | 59 private Timer bigTimer; 60 private Timer smallTimer; 167 private abstract class Timer extends Thread { class in DCPanel 213 private class BigTimer extends Timer { 238 private class SmallTimer extends Timer {
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | dkdial.c | 66 static int Timer; /* Current alarm setting */ variable 100 Timer = Elapsed = 0; 189 Elapsed += Timer - alarm(Seconds); in setalarm() 190 Timer = Seconds; in setalarm() 202 Elapsed += Timer - alarm(0);
|
/titanic_41/usr/src/uts/intel/io/acpica/executer/ |
H A D | exdebug.c | 83 UINT32 Timer; in AcpiExDoDebugObject() local 129 Timer = ((UINT32) AcpiOsGetTimer () / 10); in AcpiExDoDebugObject() 130 Timer &= 0x03FFFFFF; in AcpiExDoDebugObject() 132 AcpiOsPrintf ("[ACPI Debug T=0x%8.8X] %*s", Timer, Level, " "); in AcpiExDoDebugObject()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestDrop.java | 50 final Timer timer = new Timer(); in startTimer()
|
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib.c | 273 enum { JustPoll, Block, Timer } m; in evGetNext() enumerator 294 m = Timer; in evGetNext() 323 if (m == Timer) { in evGetNext() 346 } while (x == 0 && m == Timer && in evGetNext() 395 new->type = Timer; in evGetNext() 534 case Timer: { in evDispatch() 610 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 | 232 ctx->cur->type == Timer && in evClearTimer()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_queue.h | 814 uint32_t Timer: 8; /* TOV */ member 872 uint32_t Timer: 8; /* TOV */ member
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | errlist | 101 62 Timer expired
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | rtl8139.c | 96 Timer=0x48, /* general-purpose counter. */ enumerator
|
/titanic_41/usr/src/test/test-runner/cmd/ |
H A D | run.py | 30 from threading import Timer 203 t = Timer(int(self.timeout), self.kill_cmd, [proc])
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_sli4.c | 4018 wqe->Timer = ((timeout > 0xff) ? 0 : timeout); in emlxs_sli4_prep_fct_iocb() 4136 wqe->Timer = ((timeout > 0xff) ? 0 : timeout); in emlxs_sli4_prep_fct_iocb() 4290 wqe->Timer = in emlxs_sli4_prep_fcp_iocb() 4496 wqe->Timer = ((pkt->pkt_timeout > 0xff) ? 0 : pkt->pkt_timeout); in emlxs_sli4_prep_els_iocb() 4872 wqe->Timer = ((pkt->pkt_timeout > 0xff) ? 0 : pkt->pkt_timeout); in emlxs_sli4_prep_ct_iocb()
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README | 99 Event Handlers and Timer Queues
|
/titanic_41/usr/src/data/hwdata/ |
H A D | pci.ids | 748 0014 PCI-Counter/Timer Counter Timer board 5400 3308 Integrated Lights-Out Standard MS Watchdog Timer 19737 4243 PMC424, APC424, AcPC424 Digital I/O and Counter Timer Module 19738 4248 PMC464, APC464, AcPC464 Digital I/O and Counter Timer Module 19753 4a42 PMC483, APC483, AcPC483 Counter Timer Module 19754 4a50 PMC484, APC484, AcPC484 Counter Timer Module 19760 4d4e PMC482, APC482, AcPC482 Counter Timer Board 19815 7042 AP482 Counter Timer Module with TTL Level Input/Output 19816 7043 AP483 Counter Timer Module with TTL Level and RS422 Input/Output 19817 7044 AP484 Counter Timer Module with RS422 Input/Output [all …]
|
/titanic_41/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 …]
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex.news | 222 If the local system has the Cornell "Fast Timer" driver, vi uses
|