HomeSort by relevance Sort by last modified time
    Searched refs:DevicePathNodes (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
BootOptionSupport.c 40 OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathNodes
63 OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathNodes
86 OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathNodes
109 OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathNodes
275 OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathNodes
291 *DevicePathNodes = NULL;
302 *DevicePathNodes = (EFI_DEVICE_PATH_PROTOCOL*)FilePathDevicePath;
521 OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathNodes
552 *DevicePathNodes = (EFI_DEVICE_PATH_PROTOCOL*)MemMapDevicePath;
693 OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathNodes
    [all...]
BdsInternal.h 71 EFI_STATUS (*CreateDevicePathNode)(IN CHAR16* FileName, OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathNodes);
BootMenu.c 267 EFI_DEVICE_PATH_PROTOCOL *DevicePathNodes;
285 Status = SupportedBootDevice->Support->CreateDevicePathNode (L"EFI Application or the kernel", &DevicePathNodes);
287 Status = SupportedBootDevice->Support->CreateDevicePathNode (L"EFI Application", &DevicePathNodes);
294 DevicePath = AppendDevicePath (SupportedBootDevice->DevicePathProtocol, (CONST EFI_DEVICE_PATH_PROTOCOL *)DevicePathNodes);
    [all...]

Completed in 175 milliseconds