Searched refs:Hour (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/stand/efi/libefi/
H A Dtime.c137 for (efi_time->Hour = 0; time > SECSPERHOUR; efi_time->Hour++)
164 ETime->Hour > 23 || ETime->Minute > 59 ||
197 UTime += (ETime->Hour * SECSPERHOUR);
/freebsd-11-stable/contrib/ntp/util/
H A Dtg2.c581 int Hour; local
855 &Hour, &Minute, &Second);
1074 Hour = TimeStructure->tm_hour;
1087 StraightBinarySeconds = Second + (Minute * SECONDS_PER_MINUTE) + (Hour * SECONDS_PER_HOUR);
1098 printf(" Year = %02d, Day of year = %03d, Time = %02d:%02d:%02d, Minute tone = %d Hz, Hour tone = %d Hz.\n",
1099 Year, DayOfYear, Hour, Minute, Second, tone, HourTone);
1101 Year / 10, DayOfYear, Hour, Minute, Year % 10);
1105 Year, DayOfYear, Hour, Minute, Second, code);
1127 Year, DayOfYear, Hour, Minute, Second, StraightBinarySeconds, StraightBinarySeconds);
1160 Year, DayOfYear, Hour, Minut
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_getdate.c72 int HaveTime; /* Hour/minute/second */
78 time_t Hour; member in struct:gdstate
114 gds->Hour = gds->tokenp[0].value;
124 gds->Hour = gds->tokenp[0].value;
133 gds->Hour = gds->tokenp[0].value;
144 if (gds->Hour == 12)
145 gds->Hour = 0;
147 gds->Hour += 12;
495 gds->Hour = gds->tokenp[0].value;
505 gds->Hour
[all...]
/freebsd-11-stable/stand/efi/include/
H A Defidef.h89 UINT8 Hour; // 0 - 23 member in struct:__anon3961
/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiBaseType.h66 /// Hour: 0 - 23
76 UINT8 Hour; member in struct:__anon6088
H A DUefiInternalFormRepresentation.h666 UINT8 Hour; member in struct:__anon6098
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacbuffer.h194 UINT8 Hour; member in struct:acpi_grt_info
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_ripencc.c382 unsigned char *Hour, unsigned char *Minute, unsigned char *Second,
3137 unsigned char *Hour,
3151 *Hour = rpt->buf[11];
5010 Hour, local
5041 &Hour,
5071 Day, Month, Year, Hour, Minute, Second, (long)(FracSec*1.e9));
3133 rpt_0x8FAD( TSIPPKT *rpt, unsigned short *COUNT, double *FracSec, unsigned char *Hour, unsigned char *Minute, unsigned char *Second, unsigned char *Day, unsigned char *Month, unsigned short *Year, unsigned char *Status, unsigned char *Flags ) argument
/freebsd-11-stable/sys/dev/aac/
H A Daacreg.h421 u_int32_t Hour:6; /* 0-23 */ member in struct:aac_container_creation
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_reg.h378 u_int32_t Hour:6; /* 0-23 */ member in struct:aac_container_creation

Completed in 277 milliseconds