Searched refs:DevicePathNodes (Results 1 – 3 of 3) sorted by relevance
40 OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathNodes63 OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathNodes86 OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathNodes109 OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathNodes275 OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathNodes in BdsLoadOptionFileSystemCreateDevicePath() argument291 *DevicePathNodes = NULL; in BdsLoadOptionFileSystemCreateDevicePath()302 *DevicePathNodes = (EFI_DEVICE_PATH_PROTOCOL*)FilePathDevicePath; in BdsLoadOptionFileSystemCreateDevicePath()521 OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathNodes in BdsLoadOptionMemMapCreateDevicePath() argument552 *DevicePathNodes = (EFI_DEVICE_PATH_PROTOCOL*)MemMapDevicePath; in BdsLoadOptionMemMapCreateDevicePath()693 OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathNodes in BdsLoadOptionPxeCreateDevicePath() argument[all …]
267 EFI_DEVICE_PATH_PROTOCOL *DevicePathNodes; in BootMenuAddBootOption() local285 …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()
71 …US (*CreateDevicePathNode)(IN CHAR16* FileName, OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathNodes);