HomeSort by relevance Sort by last modified time
    Searched refs:DevicePath (Results 151 - 175 of 526) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/
Ps2Mouse.h 22 #include <Protocol/DevicePath.h>
100 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2MouseDxe/
Ps2Mouse.h 22 #include <Protocol/DevicePath.h>
100 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
SerialIo.c 21 @param DevicePath Pointer to the device path.
29 EFI_DEVICE_PATH_PROTOCOL *DevicePath,
34 if ((DevicePathType (DevicePath) == HARDWARE_DEVICE_PATH) &&
35 (DevicePathSubType (DevicePath) == HW_CONTROLLER_DP)
41 *ControllerNumber = ((CONTROLLER_DEVICE_PATH *) DevicePath)->ControllerNumber;
43 DevicePath = NextDevicePathNode (DevicePath);
49 return (UART_DEVICE_PATH *) DevicePath;
355 SerialDevice->DevicePath
386 SerialDevice->DevicePath
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMass.h 24 #include <Protocol/DevicePath.h>
180 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
FileExplorer.h 23 #include <Protocol/DevicePath.h>
57 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
NvmExpressPassthru.h 209 If DevicePath is NULL, then EFI_INVALID_PARAMETER is returned.
213 Otherwise, DevicePath is allocated with the boot service AllocatePool(), the contents of DevicePath are
220 @param[in,out] DevicePath A pointer to a single device path node that describes the NVM Express
222 allocating the buffer DevicePath with the boot service AllocatePool().
223 It is the caller's responsibility to free DevicePath when the caller
224 is finished with DevicePath.
226 by NamespaceId was allocated and returned in DevicePath.
228 @retval EFI_INVALID_PARAMETER DevicePath is NULL.
229 @retval EFI_OUT_OF_RESOURCES There are not enough resources to allocate the DevicePath node.
    [all...]
ScsiPassThru.h 254 @param DevicePath A pointer to a single device path node that
257 for allocating the buffer DevicePath with the boot
259 responsibility to free DevicePath when the caller
260 is finished with DevicePath.
264 returned in DevicePath.
267 @retval EFI_INVALID_PARAMETER DevicePath is NULL.
269 DevicePath.
278 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath
285 @param DevicePath A pointer to the device path node that
292 @retval EFI_SUCCESS DevicePath was successfully translated to a
    [all...]
ScsiPassThruExt.h 247 @param DevicePath A pointer to a single device path node that describes the SCSI device
249 allocating the buffer DevicePath with the boot service
251 DevicePath when the caller is finished with DevicePath.
255 DevicePath.
256 @retval EFI_INVALID_PARAMETER DevicePath is NULL.
259 @retval EFI_OUT_OF_RESOURCES There are not enough resources to allocate DevicePath.
268 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath
275 @param DevicePath A pointer to a single device path node that describes the SCSI device
281 @retval EFI_SUCCESS DevicePath was successfully translated to a Target ID and
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseReportStatusCodeLibNull/
BaseReportStatusCodeLib.c 185 Device Path Protocol specified by DevicePath. This function is responsible
196 If DevicePath is NULL, then ASSERT().
200 @param DevicePath The pointer to the Device Path Protocol to be reported.
203 data specified by DevicePath.
214 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath
217 ASSERT (DevicePath != NULL);
  /device/linaro/bootloader/edk2/OvmfPkg/BlockMmioToBlockIoDxe/
BlockIo.h 24 #include <Protocol/DevicePath.h>
45 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioScsiDxe/
VirtioScsi.h 139 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath
147 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath,
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
FvbSmmDxe.c 801 // Set up the devicepath.
807 FvbDevice->DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) AllocateRuntimeCopyPool (sizeof (FV_MEMMAP_DEVICE_PATH), &mFvMemmapDevicePathTemplate);
808 ((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.StartingAddress = (UINTN)Address;
809 ((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.EndingAddress = (UINTN)Address + VolumeHeader->FvLength - 1;
811 FvbDevice->DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) AllocateRuntimeCopyPool (sizeof (FV_PIWG_DEVICE_PATH), &mFvPIWGDevicePathTemplate);
813 &((FV_PIWG_DEVICE_PATH *)FvbDevice->DevicePath)->FvDevPath.FvName,
823 &FvbDevice->DevicePath,
836 FvbDevice->DevicePath,
840 } else if (IsDevicePathEnd (FvbDevice->DevicePath)) {
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSmm/
Platform.c 89 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath
798 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath
803 if (DevicePath == NULL) {
810 Start = DevicePath;
811 while (!IsDevicePathEnd (DevicePath)) {
812 DevicePath = NextDevicePathNode (DevicePath);
818 return ((UINTN)DevicePath - (UINTN)Start) + sizeof(EFI_DEVICE_PATH_PROTOCOL);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbEnumer.c 67 UsbIf->DevicePath,
73 if (UsbIf->DevicePath != NULL) {
74 FreePool (UsbIf->DevicePath);
133 UsbIf->DevicePath = AppendDevicePathNode (HubIf->DevicePath, &UsbNode.Header);
135 if (UsbIf->DevicePath == NULL) {
145 UsbIf->DevicePath,
165 UsbIf->DevicePath,
178 if (UsbIf->DevicePath != NULL) {
179 FreePool (UsbIf->DevicePath);
    [all...]
UsbUtility.c 738 Create a new device path which only contain the first Usb part of the DevicePath.
740 @param DevicePath A full device path which contain the usb nodes.
742 @return A new device path which only contain the Usb part of the DevicePath.
748 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath
759 UsbDevicePathBeginPtr = DevicePath;
788 // The passed in DevicePath does not contain the usb nodes
841 // Compare DEVICE_PATH_LIST_ITEM.DevicePath[]
843 ASSERT (ListItem->DevicePath != NULL);
846 if (UsbDpDevicePathSize == GetDevicePathSize (ListItem->DevicePath)) {
847 if ((CompareMem (UsbDP, ListItem->DevicePath, UsbDpDevicePathSize)) == 0) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AtaAtapiPassThru.c     [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
PlatformBootManager.h 38 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiTpm.h 110 EFI_DEVICE_PATH_PROTOCOL DevicePath[1];
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/
ReportStatusCodeLib.c 342 Device Path Protocol specified by DevicePath. This function is responsible
353 If DevicePath is NULL, then ASSERT().
357 @param DevicePath Pointer to the Device Path Protocol to be reported.
360 data specified by DevicePath.
371 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath
374 ASSERT (DevicePath != NULL);
378 (VOID *)DevicePath,
379 GetDevicePathSize (DevicePath)
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpress.h 29 #include <Protocol/DevicePath.h>
189 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
641 namespace described by DevicePath.
643 If DevicePath is a device path node type that the NVM Express Pass Thru driver supports, then the NVM Express
644 Pass Thru driver will attempt to translate the contents DevicePath into a namespace ID.
649 @param[in] DevicePath A pointer to the device path node that describes an NVM Express namespace on
653 @retval EFI_SUCCESS DevicePath was successfully translated to NamespaceId.
654 @retval EFI_INVALID_PARAMETER If DevicePath or NamespaceId are NULL, then EFI_INVALID_PARAMETER is returned.
655 @retval EFI_UNSUPPORTED If DevicePath is not a device path node type that the NVM Express Pass Thru driver
657 @retval EFI_NOT_FOUND If DevicePath is a device path node type that the NVM Express Pass Thru driver
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciIo.c 278 PciIoDevice->DevicePath
381 PciIoDevice->DevicePath
460 PciIoDevice->DevicePath
538 PciIoDevice->DevicePath
616 PciIoDevice->DevicePath
694 PciIoDevice->DevicePath
763 PciIoDevice->DevicePath
832 PciIoDevice->DevicePath
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
ScsiBus.c 422 ScsiBusDev->DevicePath = ParentDevicePath;
722 ScsiIoDevice->DevicePath,
855 ScsiIoDevice->ScsiBusDeviceData->DevicePath
894 ScsiIoDevice->ScsiBusDeviceData->DevicePath
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeReportStatusCodeLib/
ReportStatusCodeLib.c 339 Device Path Protocol specified by DevicePath. This function is responsible
350 If DevicePath is NULL, then ASSERT().
354 @param DevicePath Pointer to the Device Path Protocol to be reported.
357 data specified by DevicePath.
368 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath
371 ASSERT (DevicePath != NULL);
375 (VOID *)DevicePath,
376 GetDevicePathSize (DevicePath)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
Mbr.c 114 @param[in] DevicePath Parent Device Path.
129 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath
178 DevicePathNode = DevicePath;
235 DevicePath,
298 DevicePath,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiDriver.h 19 #include <Protocol/DevicePath.h>

Completed in 768 milliseconds

1 2 3 4 5 67 8 91011>>