Searched defs:Drive (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
H A D | Cd.c | 34 CHAR16 *Drive; local 44 Drive = NULL; 116 Drive = GetFullyQualifiedPath(Directory); 117 PathRemoveLastItem(Drive); 119 if (ShellStatus == SHELL_SUCCESS && Drive != NULL) { 123 Status = gEfiShellProtocol->SetCurDir(NULL, Drive); 138 Drive = GetFullyQualifiedPath(Directory); 139 while (PathRemoveLastItem(Drive)) ; 141 if (ShellStatus == SHELL_SUCCESS && Drive != NULL) { 145 Status = gEfiShellProtocol->SetCurDir(NULL, Drive); [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/ |
H A D | BiosBlkIo.c | 625 @param Drive Legacy drive. 632 IN BIOS_LEGACY_DRIVE *Drive, 644 if (Drive->EddVersion == EDD_VERSION_30) { 648 Status = BuildEdd30DevicePath (BaseDevicePath, Drive, DevicePath); 660 VendorNode.LegacyDriveLetter = Drive->Number; 669 @param Drive Legacy drive. 679 IN BIOS_LEGACY_DRIVE *Drive, 690 Controller = (UINT32) Drive->Parameters.InterfacePath.Pci.Controller; 693 if ((AsciiStrnCmp ("ATAPI", Drive->Parameters.InterfaceType, 5) == 0) || 694 (AsciiStrnCmp ("ATA", Drive 630 SetBiosInitBlockIoDevicePath( IN EFI_DEVICE_PATH_PROTOCOL *BaseDevicePath, IN BIOS_LEGACY_DRIVE *Drive, OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath ) argument 677 BuildEdd30DevicePath( IN EFI_DEVICE_PATH_PROTOCOL *BaseDevicePath, IN BIOS_LEGACY_DRIVE *Drive, IN EFI_DEVICE_PATH_PROTOCOL **DevicePath ) argument [all...] |
Completed in 60 milliseconds