/src/sys/external/bsd/acpica/dist/os_specific/service_layers/ |
osunixxf.c | 166 #include <sys/time.h> 989 struct timespec Time; 1061 * The interface to sem_timedwait is an absolute time, so we need to 1062 * get the current time, then add in the millisecond Timeout value. 1064 if (clock_gettime (CLOCK_REALTIME, &Time) == -1) 1070 Time.tv_sec += (MsecTimeout / ACPI_MSEC_PER_SEC); 1071 Time.tv_nsec += ((MsecTimeout % ACPI_MSEC_PER_SEC) * ACPI_NSEC_PER_MSEC); 1075 if (Time.tv_nsec >= ACPI_NSEC_PER_SEC) 1077 Time.tv_sec += (Time.tv_nsec / ACPI_NSEC_PER_SEC) 1300 struct timeval time; local in function:AcpiOsGetTimer [all...] |
/src/sys/arch/mac68k/mac68k/ |
macrom.h | 54 extern u_long Time; /* ticks since startup */
|
macromasm.s | 84 loglob(Time, 0x20c) /* Sec since midnight, 1-1-1904 */
|
/src/sys/external/bsd/gnu-efi/dist/lib/ |
print.c | 1065 t - EFI time structure 1456 IN EFI_TIME *Time 1463 Hour = Time->Hour; 1464 if (Time->Hour == 0) { 1466 } else if (Time->Hour >= 12) { 1468 if (Time->Hour >= 13) { 1473 Year = Time->Year % 100; 1477 Time->Month, 1478 Time->Day, 1481 Time->Minute [all...] |
/src/sys/external/bsd/acpica/dist/include/ |
acinterp.h | 542 UINT64 Time); 546 UINT32 Time); 554 ACPI_OPERAND_OBJECT *Time,
|
actypes.h | 384 #define AcpiOsAcquireMutex(Handle,Time) AcpiOsWaitSemaphore (Handle, 1, Time) 575 /* Time constants for timer calculations */ 930 * | +--------- Has been enabled automatically at init time
|
/src/sys/external/bsd/gnu-efi/dist/inc/ |
efiapi.h | 269 // EFI Time 275 BOOLEAN SetsToZero; // Set clears sub-second time 282 OUT EFI_TIME *Time, 289 IN EFI_TIME *Time 297 OUT EFI_TIME *Time 304 IN EFI_TIME *Time OPTIONAL 774 // Time services
|
efilib.h | 651 IN EFI_TIME *Time
|
/src/sys/arch/mvme68k/stand/libsa/ |
SRT0.S | 29 | SRT0.S - Stand-alone Run-Time startup code, part 0
|
/src/sys/arch/sun68k/stand/libsa/ |
SRT0.S | 32 | SRT0.S - Stand-alone Run-Time startup code, part 0 105 | Call the run-time startup C code, which will:
|
/src/lib/libc/time/ |
tzselect.ksh | 2 # Ask the user about the time zone, and output the resulting TZ value to stdout. 61 ask for selection from time zones whose largest cities 186 say >&2 "$0: time zone files are not set up correctly" 252 # Awk script to process a time zone table and output the same table, 254 # If output_times is set, each row is instead preceded by its local time 374 'so that time zone rules can be set correctly.' 380 time= 391 'Please select a continent, ocean, "coord", "TZ", "time", or "now".' 429 "time - I know local time already." [all...] |
/src/sys/external/bsd/acpica/dist/include/platform/ |
acefiex.h | 673 * EFI Time 684 ACPI_EFI_TIME *Time, 690 ACPI_EFI_TIME *Time);
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
am335x-cm-t335.dts | 319 /* Real Time Clock */
|
stih407-family.dtsi | 600 /* Watchdog and Real-Time Clock */
|
/src/common/dist/zlib/contrib/ada/ |
test.adb | 65 Time_Stamp : Ada.Calendar.Time; 101 -- Print the time statistic with the message.
|
zlib.adb | 55 16#00#, 16#00#, 16#00#, 16#00#, -- Time
|
/src/common/dist/zlib/ |
make_vms.com | 264 $ Time = F$CvTime(F$File(P1,"RDT")) 278 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
|