Searched defs:Date (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileAdd.c182 EFI_USER_INFO_CREATE_DATE Date; local
196 Status = gRT->GetTime (&Date, NULL);
202 CopyMem ((UINT8 *) (NewUserInfo + 1), &Date, sizeof (EFI_USER_INFO_CREATE_DATE));
H A DUserProfileModify.c244 Convert the Date to a string, and update the Hii database DateID string with it.
246 @param[in] Date Points to the date to be converted.
252 IN EFI_TIME *Date,
272 Date->Year,
273 Date->Month,
274 Date->Day
285 Date->Hour,
286 Date->Minute,
287 Date->Second
465 This form displays, username, create Date, usag
251 ResolveDate( IN EFI_TIME *Date, IN EFI_STRING_ID DateId ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DPrintInfo.c2241 Bits 4:0 Date, in the range 1 to 31.
2245 @param[in] Date The date
2250 IN UINT16 Date,
2259 PRINT_INFO_OPTION (Date, Option);
2263 Day = Date & 0x001F;
2264 Month = (Date & 0x00E0) >> 5;
2265 Year = ((Date & 0xFF00) >> 8) + 1980;
2249 DisplaySBDSManufactureDate( IN UINT16 Date, IN UINT8 Option ) argument
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dvdif.h36 CARD16 Date[3]; /* file date Year/Month/Day */ member in struct:_VDIF
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c1904 EFI_USER_INFO_CREATE_DATE Date; local
1926 Status = gRT->GetTime (&Date, NULL);
1932 CopyMem ((UINT8 *) (Info + 1), &Date, sizeof (EFI_USER_INFO_CREATE_DATE));
1950 Status = gRT->GetTime (&Date, NULL);
1956 CopyMem ((UINT8 *) (Info + 1), &Date, sizeof (EFI_USER_INFO_USAGE_DATE));
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGenFw.c80 UINT32 Date; member in struct:__anon9984
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/ddc/
H A Dvdif.h36 CARD16 Date[3]; /* file date Year/Month/Day */ member in struct:_VDIF
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dvdif.h37 CARD16 Date[3]; /* file date Year/Month/Day */ member in struct:_VDIF
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dvdif.h37 CARD16 Date[3]; /* file date Year/Month/Day */ member in struct:_VDIF
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DPeImage.h532 UINT8 Date[12]; ///< File member date - decimal. member in struct:__anon11733
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/IndustryStandard/
H A DPeImage.h545 UINT8 Date[12]; // File member date - decimal. member in struct:__anon10159
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DPeImage.h534 UINT8 Date[12]; ///< File member date - decimal. member in struct:__anon15534
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwincrypt.h3542 FILETIME Date; member in struct:_CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO
3581 FILETIME Date; member in struct:_CMSG_MAIL_LIST_RECIPIENT_ENCODE_INFO
3811 FILETIME Date; member in struct:_CMSG_MAIL_LIST_RECIPIENT_INFO
H A Dwinnt.h3293 BYTE Date[12]; member in struct:_IMAGE_ARCHIVE_MEMBER_HEADER
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwincrypt.h3501 FILETIME Date; member in struct:_CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO
3540 FILETIME Date; member in struct:_CMSG_MAIL_LIST_RECIPIENT_ENCODE_INFO
3770 FILETIME Date; member in struct:_CMSG_MAIL_LIST_RECIPIENT_INFO
H A Dwinnt.h3460 BYTE Date[12]; member in struct:_IMAGE_ARCHIVE_MEMBER_HEADER

Completed in 233 milliseconds