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

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
Terminal.c 326 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
330 DevicePath = Multi;
331 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
346 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
556 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
662 DevicePath = BuildTerminalDevpath (ParentDevicePath, RemainingDevicePath);
663 if (DevicePath != NULL) {
664 ConInSelected = IsTerminalInConsoleVariable (L"ConIn", DevicePath);
665 ConOutSelected = IsTerminalInConsoleVariable (L"ConOut", DevicePath);
666 FreePool (DevicePath);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
I2cBus.c 43 NULL, // DevicePath
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacySio.c 55 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
129 DevicePath = DevicePathFromHandle (HandleBuffer[Index]);
130 if (DevicePath == NULL) {
135 while (!IsDevicePathEnd (DevicePath)) {
136 Acpi = (ACPI_HID_DEVICE_PATH *) DevicePath;
137 DevicePath = NextDevicePathNode (DevicePath);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
BdsEntry.c 269 if (DevicePathType (BootOption->DevicePath) != BBS_DEVICE_PATH) {
274 BdsLibConnectDevicePath (BootOption->DevicePath);
286 Status = BdsLibBootViaBootOption (BootOption, BootOption->DevicePath, &ExitDataSize, &ExitData);
358 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
362 DevicePath = BdsLibGetVariableAndSize (
367 if ((DevicePath != NULL) && !IsDevicePathValid (DevicePath, VariableSize)) {
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
PlatformBootManager.c 73 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
147 DevicePath = AppendDevicePathNode (
161 DevicePath,
217 for (Index = 0; gPlatformConsole[Index].DevicePath != NULL; Index++) {
219 EfiBootManagerUpdateConsoleVariable (ConIn, gPlatformConsole[Index].DevicePath, NULL);
223 EfiBootManagerUpdateConsoleVariable (ConOut, gPlatformConsole[Index].DevicePath, NULL);
227 EfiBootManagerUpdateConsoleVariable (ErrOut, gPlatformConsole[Index].DevicePath, NULL);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
PlatDriOverrideLib.c 44 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
53 @param DevicePath The controller device path to push into stack
61 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath
69 DevicePathStackItem->DevicePath = DuplicateDevicePath (DevicePath);
78 @param DevicePath The controller device path popped from stack
87 OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath
99 if (DevicePath != NULL) {
100 *DevicePath = DuplicateDevicePath (DevicePathStackItem->DevicePath);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DxeDeferImageLoadLib.c 272 @param[in] DevicePath A pointer to a device path.
281 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath,
295 // Get the length of DevicePath before file name.
298 RootDevicePath = (EFI_DEVICE_PATH_PROTOCOL *)DevicePath;
466 Check whether the image pointed to by DevicePath is in the device path list
469 @param[in] DevicePath Points to device path.
472 @retval TRUE The DevicePath is in the specified List.
473 @retval FALSE The DevicePath is not in the specified List.
478 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath,
495 if (CheckDevicePath (Path, DevicePath)) {
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PlatformIntelBdsLib/
IntelBdsPlatform.c 175 EFI_DEVICE_PATH_PROTOCOL* DevicePath;
179 DevicePath = GetNextDevicePathInstance (&ConsoleDevicePaths, &Size);
181 Status = BdsLibConnectDevicePath (DevicePath);
187 gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &DevicePath, Handle);
199 DevicePathTxt = DevicePathToTextProtocol->ConvertDevicePathToText (DevicePath, TRUE, TRUE);
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellProtocol.c 47 @param[in] DevicePath The device path to test.
54 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath
63 DevicePathCopy = (EFI_DEVICE_PATH_PROTOCOL*)DevicePath;
76 @param[in] DevicePath The device path to test.
83 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath
92 DevicePathCopy = (EFI_DEVICE_PATH_PROTOCOL*)DevicePath;
105 @param[in] DevicePath pointer to device path that has been mapped.
116 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath
128 Temp = ConvertDevicePathToText(DevicePath, TRUE, TRUE);
129 DEBUG((EFI_D_INFO, "DevicePath: %S\r\n", Temp));
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
dpath.c 30 EFI_DEVICE_PATH *DevicePath;
32 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handle, &DevicePathProtocol, (VOID*)&DevicePath);
34 DevicePath = NULL;
37 return DevicePath;
43 IN OUT EFI_DEVICE_PATH **DevicePath,
50 DevPath = *DevicePath;
72 DEBUG((D_ERROR, "DevicePathInstance: DevicePath %x Size %d", *DevicePath, ((UINT8 *) DevPath) - ((UINT8 *) Start) ));
91 *DevicePath = Next;
103 IN EFI_DEVICE_PATH *DevicePath
    [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
PlatformBootManager.c 133 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
139 DevicePath = AppendDevicePathNode (
150 DevicePath,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
BiosBlkIo.h 24 #include <Protocol/DevicePath.h>
134 @param DevicePath Device path for output.
144 IN EFI_DEVICE_PATH_PROTOCOL **DevicePath
422 @param DevicePath Device path for output.
429 OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
ScsiBus.h 26 #include <Protocol/DevicePath.h>
85 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
94 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcDxe/
EmmcDxe.h 30 #include <Protocol/DevicePath.h>
99 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
123 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassImpl.c 463 @param DevicePath The remaining device path.
476 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath,
529 UsbMass->DevicePath = AppendDevicePathNode (DevicePath, &LunNode.Header);
531 if (UsbMass->DevicePath == NULL) {
546 UsbMass->DevicePath,
556 FreePool (UsbMass->DevicePath);
578 UsbMass->DevicePath,
585 FreePool (UsbMass->DevicePath);
795 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
DeviceManager.c 273 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
282 DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) Node;
287 while (!IsDevicePathEnd (DevicePath)) {
288 if ((DevicePathType (DevicePath) == MESSAGING_DEVICE_PATH) &&
289 (DevicePathSubType (DevicePath) == MSG_MAC_ADDR_DP)) {
297 if (!GetMacAddressString((MAC_ADDR_DEVICE_PATH*)DevicePath, &Buffer)) {
319 DevicePath = NextDevicePathNode (DevicePath);
352 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
372 Status = gBS->HandleProtocol (DriverHandle, &gEfiDevicePathProtocolGuid, (VOID **) &DevicePath);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ConfigKeywordHandler.c 49 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
77 // Not include PathHdr, return success and DevicePath = NULL.
107 // Check DevicePath Length
124 // Convert DevicePath
138 // Validate DevicePath
140 DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) DevicePathBuffer;
141 while (!IsDevicePathEnd (DevicePath)) {
142 if ((DevicePath->Type == 0) || (DevicePath->SubType == 0) || (DevicePathNodeLength (DevicePath) < sizeof (EFI_DEVICE_PATH_PROTOCOL))) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
VlanConfigDriver.c 129 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
168 (VOID **) &DevicePath,
189 PrivateData->ParentDevicePath = DevicePath;
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigFileExplorer.c 84 This function will open a file or directory referenced by DevicePath.
228 @param DevicePath Device path.
236 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath
245 ASSERT(DevicePath != NULL);
247 String = DevicePathToStr(DevicePath);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmBoot.c 233 @param DevicePath Input device path.
240 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath
247 Node = DevicePath;
253 if ((DevicePathType (DevicePath) == HARDWARE_DEVICE_PATH) && (DevicePathSubType (DevicePath) == HW_MEMMAP_DP)) {
254 DevicePath = NextDevicePathNode (DevicePath);
255 if ((DevicePathType (DevicePath) == MEDIA_DEVICE_PATH) && (DevicePathSubType (DevicePath) == MEDIA_PIWG_FW_FILE_DP)) {
256 return IsDevicePathEnd (NextDevicePathNode (DevicePath));
    [all...]
BmMisc.c 93 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
101 DevicePath = Multi;
102 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
118 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
379 @param DevicePath The device path need to print.
383 EFI_DEVICE_PATH_PROTOCOL *DevicePath
388 Str = ConvertDevicePathToText (DevicePath, FALSE, FALSE);
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
DriverBinding.c 88 Start this driver on Controller by opening PciIo and DevicePath protocols.
237 YukonDriver->DevicePath = AppendDevicePathNode (ParentDevicePath, &MacDeviceNode.Header);
238 if (YukonDriver->DevicePath == NULL) {
258 YukonDriver->DevicePath,
272 gBS->FreePool (YukonDriver->DevicePath);
294 YukonDriver->DevicePath,
305 gBS->FreePool (YukonDriver->DevicePath);
332 closing the DevicePath and PciIo protocols on Controller.
421 YukonDriver->DevicePath,
434 gBS->FreePool (YukonDriver->DevicePath);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ScsiPassThru/
ScsiPassThru.h 196 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath
210 DevicePath - A pointer to a single device path node that
213 for allocating the buffer DevicePath with the boot
215 responsibility to free DevicePath when the caller
216 is finished with DevicePath.
220 returned in DevicePath.
223 EFI_INVALID_PARAMETER - DevicePath is NULL.
225 DevicePath.
233 IN EFI_DEVICE_PATH_PROTOCOL * DevicePath,
244 DevicePath - A pointer to the device path node that
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ScsiPassThruExt/
ScsiPassThruExt.h 195 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath
213 DevicePath - A pointer to a single device path node that describes the SCSI device
215 allocating the buffer DevicePath with the boot service
217 DevicePath when the caller is finished with DevicePath.
222 DevicePath.
223 EFI_INVALID_PARAMETER - DevicePath is NULL.
226 EFI_OUT_OF_RESOURCES - There are not enough resources to allocate DevicePath.
235 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath,
246 DevicePath - A pointer to a single device path node that describes the SCSI device
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
Ps2MouseAbsolutePointer.h 22 #include <Protocol/DevicePath.h>
100 EFI_DEVICE_PATH_PROTOCOL *DevicePath;

Completed in 9048 milliseconds

1 2 3 4 56 7 8 91011>>