Searched defs:DevicePathToConnect (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmConnect.c101 @param DevicePathToConnect The device path which will be connected, it can be
103 @param MatchingHandle Return the controller handle closest to the DevicePathToConnect
116 IN EFI_DEVICE_PATH_PROTOCOL *DevicePathToConnect,
126 if (DevicePathToConnect == NULL) {
141 RemainingDevicePath = DevicePathToConnect;
115 EfiBootManagerConnectDevicePath( IN EFI_DEVICE_PATH_PROTOCOL *DevicePathToConnect, OUT EFI_HANDLE *MatchingHandle OPTIONAL ) argument

Completed in 86 milliseconds