Home
last modified time | relevance | path

Searched refs:DevicePathNodes (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
DBootOptionSupport.c40 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 in BdsLoadOptionFileSystemCreateDevicePath() argument
291 *DevicePathNodes = NULL; in BdsLoadOptionFileSystemCreateDevicePath()
302 *DevicePathNodes = (EFI_DEVICE_PATH_PROTOCOL*)FilePathDevicePath; in BdsLoadOptionFileSystemCreateDevicePath()
521 OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathNodes in BdsLoadOptionMemMapCreateDevicePath() argument
552 *DevicePathNodes = (EFI_DEVICE_PATH_PROTOCOL*)MemMapDevicePath; in BdsLoadOptionMemMapCreateDevicePath()
693 OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathNodes in BdsLoadOptionPxeCreateDevicePath() argument
[all …]
DBootMenu.c267 EFI_DEVICE_PATH_PROTOCOL *DevicePathNodes; in BootMenuAddBootOption() local
285 …rtedBootDevice->Support->CreateDevicePathNode (L"EFI Application or the kernel", &DevicePathNodes); in BootMenuAddBootOption()
287 …Status = SupportedBootDevice->Support->CreateDevicePathNode (L"EFI Application", &DevicePathNodes); in BootMenuAddBootOption()
294 …ePath (SupportedBootDevice->DevicePathProtocol, (CONST EFI_DEVICE_PATH_PROTOCOL *)DevicePathNodes); in BootMenuAddBootOption()
DBdsInternal.h71 …US (*CreateDevicePathNode)(IN CHAR16* FileName, OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathNodes);