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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
PlatformSetupDxe.h 43 #include <Protocol/DevicePath.h>
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
hand.c 118 EFI_DEVICE_PATH *DevicePath;
185 (VOID*)&DevicePath
189 // Search DevicePath for a Hard Drive Media Device Path node.
198 if (DevicePath != NULL) {
202 DevPath = DevicePath;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DwMmcHcDxe.h 39 #include <Protocol/DevicePath.h>
278 If DevicePath is NULL, then EFI_INVALID_PARAMETER is returned.
283 Otherwise, DevicePath is allocated with the boot service AllocatePool(), the contents of
284 DevicePath are initialized to describe the SD card specified by Slot, and EFI_SUCCESS is
290 @param[in,out] DevicePath A pointer to a single device path node that describes the SD
292 allocating the buffer DevicePath with the boot service
294 DevicePath when the caller is finished with DevicePath.
297 Slot was allocated and returned in DevicePath.
299 @retval EFI_INVALID_PARAMETER DevicePath is NULL.
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
SdMmcPciHcDxe.h 33 #include <Protocol/DevicePath.h>
283 If DevicePath is NULL, then EFI_INVALID_PARAMETER is returned.
288 Otherwise, DevicePath is allocated with the boot service AllocatePool(), the contents of
289 DevicePath are initialized to describe the SD card specified by Slot, and EFI_SUCCESS is
295 @param[in,out] DevicePath A pointer to a single device path node that describes the SD
297 allocating the buffer DevicePath with the boot service
299 DevicePath when the caller is finished with DevicePath.
302 Slot was allocated and returned in DevicePath.
304 @retval EFI_INVALID_PARAMETER DevicePath is NULL.
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
BiosVideo.h 22 #include <Protocol/DevicePath.h>
32 #include <Protocol/DevicePath.h>
126 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiDriverLib.h 359 // DevicePath.c
363 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath
371 DevicePath - A pointer to a device path data structure.
375 TRUE - If DevicePath is multi instance.
376 FALSE - If DevicePath is not multi instance.
383 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath,
392 DevicePath - A pointer to a device path data structure.
400 and a pointer to the next device path instance in DevicePath.
401 If there are no more device path instances in DevicePath, then DevicePath will be set to NULL.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueReportStatusCodeLib.h 153 UINT8 *DevicePath;
171 UINT8 *DevicePath;
352 Device Path Protocol specified by DevicePath. This function is responsible
363 If DevicePath is NULL, then ASSERT().
367 @param DevicePath Pointer to the Device Path Protocol to be reported.
370 data specified by DevicePath.
381 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath
570 passing in Type, Value, and DevicePath.
574 @param DevicePath Pointer to the Device Path Protocol to be reported.
577 data specified by DevicePath.
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
SerialIo.c 532 StdErrSerialDev->DevicePath.Index = 1;
539 &gEfiDevicePathProtocolGuid, &StdOutSerialDev->DevicePath,
548 &gEfiDevicePathProtocolGuid, &StdErrSerialDev->DevicePath,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyIde.c 51 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
136 (VOID *) &DevicePath
140 DevicePathNode = DevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
AtaBus.c 74 NULL, // DevicePath
161 if (AtaDevice->DevicePath != NULL) {
162 FreePool (AtaDevice->DevicePath);
228 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
234 DevicePath = NULL;
246 DevicePath = AppendDevicePathNode (AtaBusDriverData->ParentDevicePath, NewDevicePathNode);
247 if (DevicePath == NULL) {
253 RemainingDevicePath = DevicePath;
257 FreePool (DevicePath);
276 AtaDevice->DevicePath = DevicePath;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
SdMmcPciHcDxe.h 33 #include <Protocol/DevicePath.h>
283 If DevicePath is NULL, then EFI_INVALID_PARAMETER is returned.
288 Otherwise, DevicePath is allocated with the boot service AllocatePool(), the contents of
289 DevicePath are initialized to describe the SD card specified by Slot, and EFI_SUCCESS is
295 @param[in,out] DevicePath A pointer to a single device path node that describes the SD
297 allocating the buffer DevicePath with the boot service
299 DevicePath when the caller is finished with DevicePath.
302 Slot was allocated and returned in DevicePath.
304 @retval EFI_INVALID_PARAMETER DevicePath is NULL.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
InternalBm.h 31 #include <Protocol/DevicePath.h>
237 @param DevicePath A short-form device path that starts with the first
241 @return EFI_INVALID_PARAMETER DevicePath is NULL pointer.
242 DevicePath is not a USB device path.
250 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath
376 @param DevicePath The device path need to print.
380 EFI_DEVICE_PATH_PROTOCOL *DevicePath
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/
RamDiskImpl.h 102 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
162 @param[out] DevicePath On return, points to a pointer to the device path
165 DevicePath is created by appending a RAM disk node
167 NULL, the returned DevicePath is a RAM disk device
169 responsible for allocating the buffer DevicePath
173 @retval EFI_INVALID_PARAMETER DevicePath or RamDiskType is NULL.
188 OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath
192 Unregister a RAM disk specified by DevicePath.
194 @param[in] DevicePath A pointer to the device path that describes a RAM
198 @retval EFI_INVALID_PARAMETER DevicePath is NULL.
    [all...]
RamDiskImpl.c 184 (EFI_DEVICE_PATH_PROTOCOL *) PrivateData->DevicePath,
199 FreePool (PrivateData->DevicePath);
310 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
427 &DevicePath
700 (EFI_DEVICE_PATH_PROTOCOL *) PrivateData->DevicePath
  /device/linaro/bootloader/edk2/ShellPkg/Include/Library/
ShellCommandLib.h 43 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
510 Create a consistent mapped name for the device specified by DevicePath
516 @param[in] DevicePath The pointer to the dev path for the device.
525 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath,
552 @param[in] DevicePath The Device Path for this map.
564 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath,
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
PciEmulation.c 28 EFI_PCI_IO_DEVICE_PATH DevicePath;
560 CopyMem (&Private->DevicePath, &PciIoDevicePathTemplate, sizeof (PciIoDevicePathTemplate));
561 Private->DevicePath.AcpiDevicePath.UID = 1; // Use '1' to differentiate from PLDA root complex
562 Private->DevicePath.PciDevicePath.Device = DeviceId;
569 &gEfiDevicePathProtocolGuid, &Private->DevicePath,
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuSnpDxe/
EmuSnpDxe.c 779 Private->DevicePath = AppendDevicePathNode (ParentDevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&Node);
780 if ( Private->DevicePath == NULL ) {
807 &gEfiDevicePathProtocolGuid, Private->DevicePath,
929 &gEfiDevicePathProtocolGuid, Private->DevicePath,
933 FreePool (Private->DevicePath);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDriver.c 250 Private->Ip4Nic->DevicePath,
410 Private->Ip6Nic->DevicePath,
767 Private->Ip4Nic->DevicePath = AppendDevicePathNode (Private->DevicePath, &Ip4Node.Header);
769 if (Private->Ip4Nic->DevicePath == NULL) {
782 // and install PxeBaseCode, LoadFile and DevicePath protocols.
787 Private->Ip4Nic->DevicePath,
1110 Private->Ip6Nic->DevicePath = AppendDevicePathNode (Private->DevicePath, &Ip6Node.Header);
1112 if (Private->Ip6Nic->DevicePath == NULL) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/EntryPoints/
EdkIIGlueSmmDriverEntryPoint.c 156 of the device path data structure specified by DevicePath.
157 If DevicePath is NULL, then 0 is returned.
159 @param DevicePath A pointer to a device path data structure.
168 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath
173 if (DevicePath == NULL) {
180 Start = DevicePath;
181 while (!EfiIsDevicePathEnd (DevicePath)) {
182 DevicePath = EfiNextDevicePathNode (DevicePath);
188 return ((UINTN) DevicePath - (UINTN) Start) + sizeof (EFI_DEVICE_PATH_PROTOCOL);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootMaint.h 263 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
301 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
311 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
325 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
710 @param DevicePath The devicepath protocol instance wanted to be updated.
715 IN OUT EFI_DEVICE_PATH_PROTOCOL *DevicePath
723 @param DevicePath The multi-instance device path.
732 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
EfiKey.c 184 (VOID **) &UsbKeyboardDevice->DevicePath,
199 UsbKeyboardDevice->DevicePath
208 UsbKeyboardDevice->DevicePath
263 UsbKeyboardDevice->DevicePath
526 UsbKeyboardDevice->DevicePath
648 UsbKeyboardDevice->DevicePath
659 UsbKeyboardDevice->DevicePath
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/
DriverBinding.c 25 #include <Protocol/DevicePath.h>
160 @param[in] DevicePath The device path that is installed on
167 produced if DevicePath contains at least one
182 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath,
192 if (EFI_ERROR (gBS->LocateDevicePath (&gEfiPciIoProtocolGuid, &DevicePath,
556 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
607 (VOID **)&DevicePath, This->DriverBindingHandle,
625 DevicePath, &VgpuDevName);
675 Status = InitVgpuGop (VgpuDev, DevicePath, ControllerHandle,
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Dh.c 225 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
242 DevicePath = LoadedImage->FilePath;
243 *Name = ConvertDevicePathToText(DevicePath, TRUE, TRUE);
271 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
330 DevicePath = NULL;
332 Status = gBS->HandleProtocol (Handle, &gEfiDevicePathProtocolGuid, (VOID**)&DevicePath);
338 TempStringPointer = ConvertDevicePathToText(DevicePath, TRUE, FALSE);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ConfigRouting.c 85 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
115 // Check DevicePath Length
132 // Convert DevicePath
146 // Validate DevicePath
148 DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) DevicePathBuffer;
149 while (!IsDevicePathEnd (DevicePath)) {
150 if ((DevicePath->Type == 0) || (DevicePath->SubType == 0) || (DevicePathNodeLength (DevicePath) < sizeof (EFI_DEVICE_PATH_PROTOCOL))) {
157 DevicePath = NextDevicePathNode (DevicePath);
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.c 637 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath
653 DevicePath - A pointer to a single device path node that
656 for allocating the buffer DevicePath with the boot
658 responsibility to free DevicePath when the caller
659 is finished with DevicePath.
663 returned in DevicePath.
666 EFI_INVALID_PARAMETER - DevicePath is NULL.
668 DevicePath.
678 if (DevicePath == NULL) {
702 *DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) Node;
    [all...]

Completed in 653 milliseconds

<<11121314151617181920>>