HomeSort by relevance Sort by last modified time
    Searched refs:DevPath (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DevicePath.c 21 @param DevPath A pointer to the device path structure.
29 IN EFI_DEVICE_PATH_PROTOCOL *DevPath
32 return ConvertDevicePathToText (DevPath, TRUE, TRUE);
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigDevicePath.c 21 @param[in] DevPath A pointer to the device path structure.
29 IN EFI_DEVICE_PATH_PROTOCOL *DevPath
33 DevPath,
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DevicePath.c 21 @param DevPath A pointer to the device path structure.
29 IN EFI_DEVICE_PATH_PROTOCOL *DevPath
32 return ConvertDevicePathToText (DevPath, TRUE, TRUE);
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
dpath.c 47 EFI_DEVICE_PATH *Start, *Next, *DevPath;
50 DevPath = *DevicePath;
51 Start = DevPath;
53 if (!DevPath) {
62 Next = NextDevicePathNode(DevPath);
64 if (IsDevicePathEndType(DevPath)) {
72 DEBUG((D_ERROR, "DevicePathInstance: DevicePath %x Size %d", *DevicePath, ((UINT8 *) DevPath) - ((UINT8 *) Start) ));
73 DumpHex (0, 0, ((UINT8 *) DevPath) - ((UINT8 *) Start), Start);
77 DevPath = Next;
80 ASSERT (DevicePathSubType(DevPath) == END_ENTIRE_DEVICE_PATH_SUBTYPE |
    [all...]
lib.h 75 IN EFI_DEVICE_PATH *DevPath
hand.c 120 EFI_DEVICE_PATH *Start, *Next, *DevPath;
202 DevPath = DevicePath;
203 Start = DevPath;
211 if ((DevicePathType(DevPath) == MEDIA_DEVICE_PATH) &&
212 (DevicePathSubType(DevPath) == MEDIA_HARDDRIVE_DP)) {
214 HardDriveDevicePath = (HARDDRIVE_DEVICE_PATH *)(DevPath);
218 Next = NextDevicePathNode(DevPath);
242 if (IsDevicePathEnd(DevPath)) {
246 DevPath = NextDevicePathNode(DevPath);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DevicePath.c 57 EFI_DEVICE_PATH_PROTOCOL *DevPath;
72 DevPath = *DevicePath;
73 while (!IsDevicePathEndType (DevPath)) {
74 DevPath = NextDevicePathNode (DevPath);
81 *Size = ((UINTN) DevPath - (UINTN) (*DevicePath)) + sizeof (EFI_DEVICE_PATH_PROTOCOL);
87 Temp = DevPath->SubType;
88 DevPath->SubType = END_ENTIRE_DEVICE_PATH_SUBTYPE;
90 DevPath->SubType = Temp;
93 // If DevPath is the end of an entire device path, then another instance
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
RtDevicePath.c 154 EFI_DEVICE_PATH_PROTOCOL *DevPath;
169 DevPath = *DevicePath;
170 while (!IsDevicePathEndType (DevPath)) {
171 DevPath = NextDevicePathNode (DevPath);
178 *Size = ((UINTN) DevPath - (UINTN) (*DevicePath)) + sizeof (EFI_DEVICE_PATH_PROTOCOL);
184 Temp = DevPath->SubType;
185 DevPath->SubType = END_ENTIRE_DEVICE_PATH_SUBTYPE;
187 DevPath->SubType = Temp;
190 // If DevPath is the end of an entire device path, then another instance
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathToText.c 66 @param DevPath The input device path structure.
78 IN VOID *DevPath,
85 Pci = DevPath;
93 @param DevPath The input device path structure.
105 IN VOID *DevPath,
112 Pccard = DevPath;
120 @param DevPath The input device path structure.
132 IN VOID *DevPath,
139 MemMap = DevPath;
153 @param DevPath The input device path structure.
    [all...]
DevicePathUtilities.c 651 EFI_DEVICE_PATH_PROTOCOL *DevPath;
669 DevPath = *DevicePath;
670 while (!IsDevicePathEndType (DevPath)) {
671 DevPath = NextDevicePathNode (DevPath);
677 *Size = ((UINTN) DevPath - (UINTN) (*DevicePath)) + sizeof (EFI_DEVICE_PATH_PROTOCOL);
682 Temp = DevPath->SubType;
683 DevPath->SubType = END_ENTIRE_DEVICE_PATH_SUBTYPE;
685 DevPath->SubType = Temp;
688 // If DevPath is the end of an entire device path, then another instance
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
RtDevicePath.h 78 IN EFI_DEVICE_PATH_PROTOCOL *DevPath
88 DevPath - The pointer to the device path data.
144 IN EFI_DEVICE_PATH_PROTOCOL *DevPath
152 DevPath - A pointer to a device path data structure.
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
BmLib.c 76 @param DevPath The device Path.
85 IN EFI_DEVICE_PATH_PROTOCOL *DevPath
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/
UefiDevicePathLib.c 323 EFI_DEVICE_PATH_PROTOCOL *DevPath;
337 DevPath = *DevicePath;
338 while (!IsDevicePathEndType (DevPath)) {
339 DevPath = NextDevicePathNode (DevPath);
345 *Size = ((UINTN) DevPath - (UINTN) (*DevicePath)) + sizeof (EFI_DEVICE_PATH_PROTOCOL);
350 Temp = DevPath->SubType;
351 DevPath->SubType = END_ENTIRE_DEVICE_PATH_SUBTYPE;
353 DevPath->SubType = Temp;
356 // If DevPath is the end of an entire device path, then another instance
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Connect.c 202 EFI_DEVICE_PATH_PROTOCOL *DevPath;
216 DevPath = NULL;
223 Status = gRT->GetVariable((CHAR16*)Key, (EFI_GUID*)&gEfiGlobalVariableGuid, NULL, &Length, DevPath);
225 DevPath = AllocateZeroPool(Length);
226 if (DevPath == NULL) {
229 Status = gRT->GetVariable((CHAR16*)Key, (EFI_GUID*)&gEfiGlobalVariableGuid, NULL, &Length, DevPath);
231 if (DevPath != NULL) {
232 FreePool (DevPath);
242 CopyOfDevPath = DevPath;
252 if (DevPath != NULL) {
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Dblk.c 22 @param[in] DevPath The device path to get the blocks from.
31 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevPath,
45 Status = gBS->LocateDevicePath(&gEfiBlockIoProtocolGuid, (EFI_DEVICE_PATH_PROTOCOL **)&DevPath, &BlockIoHandle);
112 EFI_DEVICE_PATH_PROTOCOL *DevPath;
187 DevPath = (EFI_DEVICE_PATH_PROTOCOL*)gEfiShellProtocol->GetDevicePathFromMap(BlockName);
188 if (gBS->LocateDevicePath(&gEfiBlockIoProtocolGuid, &DevPath, NULL) == EFI_NOT_FOUND) {
SetVar.c 80 EFI_DEVICE_PATH_PROTOCOL *DevPath;
87 DevPath = NULL;
271 DevPath = ConvertTextToDevicePath(Data);
272 if (DevPath == NULL) {
276 Status = gRT->SetVariable((CHAR16*)VariableName, &Guid, Attributes, GetDevicePathSize(DevPath), DevPath);
297 if (DevPath != NULL) {
298 FreePool(DevPath);
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciBus.c 162 Node.DevPath = RemainingDevicePath;
163 if (Node.DevPath->Type != HARDWARE_DEVICE_PATH ||
164 Node.DevPath->SubType != HW_PCI_DP ||
165 DevicePathNodeLength(Node.DevPath) != sizeof(PCI_DEVICE_PATH)) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciBus.c 150 Node.DevPath = RemainingDevicePath;
151 if (Node.DevPath->Type != HARDWARE_DEVICE_PATH ||
152 Node.DevPath->SubType != HW_PCI_DP ||
153 DevicePathNodeLength(Node.DevPath) != sizeof(PCI_DEVICE_PATH)) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Library/
GenericBdsLib.h 582 @param DevPath A pointer to the device path structure.
590 IN EFI_DEVICE_PATH_PROTOCOL *DevPath
606 IN VOID *DevPath
901 @param DevPath The Device path in a boot option.
911 IN EFI_DEVICE_PATH_PROTOCOL *DevPath,
922 @param DevPath The Device path in a boot option.
933 IN EFI_DEVICE_PATH_PROTOCOL *DevPath,
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/DevicePathTextLib/
DevicePathTextLib.c 33 @param DevPath The input device path structure.
48 IN VOID *DevPath,
56 Vendor = (EMU_VENDOR_DEVICE_PATH_NODE *)DevPath;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Map.c 301 EFI_DEVICE_PATH_PROTOCOL *DevPath;
316 DevPath = DevicePathFromHandle(Handle);
317 DevPathCopy = DevPath;
401 DevPathString = ConvertDevicePathToText(DevPath, TRUE, FALSE);
418 MediaType = GetDeviceMediaType(DevPath);
420 Removable = IsRemoveableDevice(DevPath);
470 EFI_DEVICE_PATH_PROTOCOL *DevPath;
475 DevPath = DevicePathFromHandle(Handle);
476 DevPathCopy = DevPath;
883 CONST EFI_DEVICE_PATH_PROTOCOL *DevPath;
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
Mmc.c 214 Node.DevPath = RemainingDevicePath;
215 if (Node.DevPath->Type != HARDWARE_DEVICE_PATH ||
216 Node.DevPath->SubType != HW_VENDOR_DP ||
217 DevicePathNodeLength(Node.DevPath) != sizeof(VENDOR_DEVICE_PATH)) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
IsaBus.c 609 Node.DevPath.Type = ACPI_DEVICE_PATH;
610 Node.DevPath.SubType = ACPI_DP;
611 SetDevicePathNodeLength (&Node.DevPath, sizeof (ACPI_HID_DEVICE_PATH));
617 &Node.DevPath
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiExtScsiPassThru.c 222 Node->DevPath.Type = MESSAGING_DEVICE_PATH;
223 Node->DevPath.SubType = MSG_ISCSI_DP;
224 SetDevicePathNodeLength (&Node->DevPath, (UINT16)DevPathNodeLen);
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiExtScsiPassThru.c 245 Node->DevPath.Type = MESSAGING_DEVICE_PATH;
246 Node->DevPath.SubType = MSG_ISCSI_DP;
247 SetDevicePathNodeLength (&Node->DevPath, DevPathNodeLen);

Completed in 2245 milliseconds

1 2 3 4