Searched defs:Hd (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMap.c516 CONST CHAR16 Hd[] = L"hd*"; variable
564 Test = (CHAR16*)Hd;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c1025 HARDDRIVE_DEVICE_PATH *Hd; local
1027 Hd = DevPath;
1028 switch (Hd->SignatureType) {
1033 (UINTN) Hd->PartitionNumber,
1034 (UINTN) *((UINT32 *) (&(Hd->Signature[0])))
1042 (UINTN) Hd->PartitionNumber,
1043 (EFI_GUID *) &(Hd->Signature[0])
1051 (UINTN) Hd->PartitionNumber,
1052 (UINTN) Hd->MBRType,
1053 (UINTN) Hd
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathToText.c1550 HARDDRIVE_DEVICE_PATH *Hd; local
1552 Hd = DevPath;
1553 switch (Hd->SignatureType) {
1558 Hd->PartitionNumber,
1560 *((UINT32 *) (&(Hd->Signature[0])))
1568 Hd->PartitionNumber,
1570 (EFI_GUID *) &(Hd->Signature[0])
1578 Hd->PartitionNumber,
1579 Hd->SignatureType
1584 CatPrint (Str, L"0x%lx,0x%lx)", Hd
[all...]
H A DDevicePathFromText.c2616 HARDDRIVE_DEVICE_PATH *Hd; local
2623 Hd = (HARDDRIVE_DEVICE_PATH *) CreateDeviceNode (
2629 Hd->PartitionNumber = (UINT32) Dtoi (PartitionStr);
2631 ZeroMem (Hd->Signature, 16);
2632 Hd->MBRType = (UINT8) 0;
2635 Hd->SignatureType = SIGNATURE_TYPE_MBR;
2636 Hd->MBRType = 0x01;
2639 CopyMem (Hd->Signature, &Signature32, sizeof (UINT32));
2641 Hd->SignatureType = SIGNATURE_TYPE_GUID;
2642 Hd
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c999 HARDDRIVE_DEVICE_PATH *Hd; local
1001 Hd = DevPath;
1002 switch (Hd->SignatureType) {
1007 (UINTN) Hd->PartitionNumber,
1008 (UINTN) *((UINT32 *) (&(Hd->Signature[0])))
1016 (UINTN) Hd->PartitionNumber,
1017 (EFI_GUID *) &(Hd->Signature[0])
1025 (UINTN) Hd->PartitionNumber,
1026 (UINTN) Hd->MBRType,
1027 (UINTN) Hd
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c433 HARDDRIVE_DEVICE_PATH *Hd; local
438 Hd = (HARDDRIVE_DEVICE_PATH *) DevicePathNode;
443 AppendCSDNum (MappingItem, Hd->PartitionNumber);

Completed in 60 milliseconds