Searched refs:RemainingDevicePath (Results 1 - 25 of 218) sorted by relevance

123456789

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDriver.h28 @param RemainingDevicePath Optional parameter use to pick a specific child
41 IN EFI_DEVICE_PATH_PROTOCOL * RemainingDevicePath OPTIONAL
54 @param RemainingDevicePath Optional parameter use to pick a specific child
67 IN EFI_DEVICE_PATH_PROTOCOL * RemainingDevicePath OPTIONAL
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConnect.c94 EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath; local
134 // Start the real work of connect with RemainingDevicePath
141 // RemainingDevicePath.
143 RemainingDevicePath = Instance;
144 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingDevicePath, &Handle);
172 // Connect all drivers that apply to Handle and RemainingDevicePath,
186 gBS->ConnectController (Handle, NULL, RemainingDevicePath, FALSE);
190 // Loop until RemainingDevicePath is an empty device path
192 } while (!EFI_ERROR (Status) && !IsDevicePathEnd (RemainingDevicePath));
337 @param RemainingDevicePath
[all...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConnect.c94 EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath; local
134 // Start the real work of connect with RemainingDevicePath
141 // RemainingDevicePath.
143 RemainingDevicePath = Instance;
144 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingDevicePath, &Handle);
172 // Connect all drivers that apply to Handle and RemainingDevicePath,
186 gBS->ConnectController (Handle, NULL, RemainingDevicePath, FALSE);
190 // Loop until RemainingDevicePath is an empty device path
192 } while (!EFI_ERROR (Status) && !IsDevicePathEnd (RemainingDevicePath));
337 @param RemainingDevicePath
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDriver.h32 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
44 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
57 @param[in] RemainingDevicePath Optional parameter used to pick a specific child
70 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
112 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
124 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
137 @param[in] RemainingDevicePath Optional parameter used to pick a specific child
150 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
H A DDriverBinding.h24 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
29 by RemainingDevicePath are both supported by this
33 RemainingDevicePath is supported by the driver specified by This.
35 RemainingDevicePath is already being managed by the driver
38 RemainingDevicePath is already being managed by a different
42 RemainingDevicePath is not supported by the driver specified by This.
49 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
60 2. If RemainingDevicePath is not NULL, then it must be a pointer to a naturally aligned
69 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
76 RemainingDevicePath i
[all...]
/device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
H A DDriverBinding.h39 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
44 by RemainingDevicePath are both supported by this
48 RemainingDevicePath is supported by the driver specified by This.
50 RemainingDevicePath is already being managed by the driver
53 RemainingDevicePath is already being managed by a different
57 RemainingDevicePath is not supported by the driver specified by This.
64 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
75 2. If RemainingDevicePath is not NULL, then it must be a pointer to a naturally aligned
84 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
91 RemainingDevicePath i
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DriverBinding/
H A DDriverBinding.h42 IN EFI_DEVICE_PATH_PROTOCOL * RemainingDevicePath OPTIONAL
52 RemainingDevicePath - Optional parameter use to pick a specific child
68 IN EFI_DEVICE_PATH_PROTOCOL * RemainingDevicePath OPTIONAL
78 RemainingDevicePath - Optional parameter use to pick a specific child
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Driver.h32 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
45 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
58 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
71 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Driver.h36 @param RemainingDevicePath The remaining device path
48 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
59 @param RemainingDevicePath Remaining device path.
72 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Driver.h33 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
46 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
59 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
72 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DDriverBinding.h53 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
58 by RemainingDevicePath are both supported by this
62 RemainingDevicePath is supported by the driver specified by This.
64 RemainingDevicePath is already being managed by the driver
67 RemainingDevicePath is already being managed by a different
71 RemainingDevicePath is not supported by the driver specified by This.
78 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
89 2. If RemainingDevicePath is not NULL, then it must be a pointer to a naturally aligned
98 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
105 RemainingDevicePath i
[all...]
H A DPciHotPlugRequest.h88 hot-plug controller, and create handle for the device specified by RemainingDevicePath.
89 The RemainingDevicePath is an optional parameter. If it is not NULL, only the
103 @param[in] RemainingDevicePath The remaining device path for the PCI-like
148 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL,
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Driver.h36 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
49 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
62 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
75 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Driver.h36 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
48 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
61 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
74 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
/device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
H A DUdp6Driver.h45 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
50 by RemainingDevicePath are both supported by this
54 RemainingDevicePath is supported by the driver specified by This.
56 RemainingDevicePath is already being managed by the driver
59 RemainingDevicePath is already being managed by a different
63 RemainingDevicePath is not supported by the driver specified by This.
70 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
84 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
97 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
H A DPciBus.c42 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
50 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
136 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
148 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
161 if (RemainingDevicePath != NULL) {
162 Node.DevPath = RemainingDevicePath;
226 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
238 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
263 StartPciDevices (Controller, RemainingDevicePath);
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciBus.c116 @param RemainingDevicePath Optional parameter use to pick a specific child.
129 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
138 // Check RemainingDevicePath validation
140 if (RemainingDevicePath != NULL) {
142 // Check if RemainingDevicePath is the End of Device Path Node,
145 if (!IsDevicePathEnd (RemainingDevicePath)) {
147 // If RemainingDevicePath isn't the End of Device Path Node,
150 Node.DevPath = RemainingDevicePath;
226 @param RemainingDevicePath Optional parameter use to pick a specific child.
239 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
[all...]
H A DPciDeviceSupport.h153 @param RemainingDevicePath A pointer to the EFI_DEVICE_PATH_PROTOCOL.
167 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath,
262 @param RemainingDevicePath Given searching device path.
272 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmConnect.c121 EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath; local
132 // Start the real work of connect with RemainingDevicePath
139 // RemainingDevicePath.
141 RemainingDevicePath = DevicePathToConnect;
142 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingDevicePath, &Handle);
167 // Connect all drivers that apply to Handle and RemainingDevicePath,
171 // do dispatch, because partial RemainingDevicePath may be in the new FV
180 Status = gBS->ConnectController (Handle, NULL, RemainingDevicePath, FALSE);
190 // Loop until RemainingDevicePath is an empty device path
192 } while (!EFI_ERROR (Status) && !IsDevicePathEnd (RemainingDevicePath));
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/PciHotPlugRequest/
H A DPciHotPlugRequest.h41 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL,
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
H A DHttpDriver.h110 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
115 by RemainingDevicePath are both supported by this
119 RemainingDevicePath is supported by the driver specified by This.
121 RemainingDevicePath is already being managed by the driver
124 RemainingDevicePath is already being managed by a different
128 RemainingDevicePath is not supported by the driver specified by This.
135 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
146 2. If RemainingDevicePath is not NULL, then it must be a pointer to a naturally aligned
155 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
162 RemainingDevicePath i
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
H A DTcpDriver.h82 @param[in] RemainingDevicePath Optional parameter use to pick a specific
95 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
103 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
117 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
149 @param[in] RemainingDevicePath Optional parameter use to pick a specific
162 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
170 @param[in] RemainingDevicePath Optional parameter use to pick a specific child
184 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
H A DI2cBus.c246 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path.
247 @param[in] RemainingHasControllerNode Indicate if RemainingDevicePath contains CONTROLLER_DEVICE_PATH.
258 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath,
304 if (CompareMem (SystemDevicePath, RemainingDevicePath, sizeof (VENDOR_DEVICE_PATH)) == 0) {
361 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
366 by RemainingDevicePath are both supported by this
370 RemainingDevicePath is supported by the driver specified by This.
372 RemainingDevicePath is already being managed by the driver
375 RemainingDevicePath is already being managed by a different
379 RemainingDevicePath i
255 CheckRemainingDevicePath( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath, IN BOOLEAN RemainingHasControllerNode, IN UINT32 RemainingControllerNumber ) argument
[all...]
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
H A DBdsFilePath.c352 OUT EFI_DEVICE_PATH_PROTOCOL **RemainingDevicePath
422 Status = BdsConnectAndUpdateDevicePath (&NewDevicePath, Handle, RemainingDevicePath);
428 if (RemainingDevicePath) {
429 *RemainingDevicePath = Remaining;
440 @param RemainingDevicePath Remaining DevicePath nodes that do not match the driver DevicePath
451 OUT EFI_DEVICE_PATH_PROTOCOL **RemainingDevicePath
454 return BdsConnectAndUpdateDevicePath (&DevicePath, Handle, RemainingDevicePath);
461 IN EFI_DEVICE_PATH *RemainingDevicePath
467 if (IS_DEVICE_PATH_NODE (RemainingDevicePath, MEDIA_DEVICE_PATH, MEDIA_FILEPATH_DP)) {
478 IN EFI_DEVICE_PATH *RemainingDevicePath,
475 BdsFileSystemLoadImage( IN OUT EFI_DEVICE_PATH **DevicePath, IN EFI_HANDLE Handle, IN EFI_DEVICE_PATH *RemainingDevicePath, IN EFI_ALLOCATE_TYPE Type, IN OUT EFI_PHYSICAL_ADDRESS *Image, OUT UINTN *ImageSize ) argument
568 BdsMemoryMapLoadImage( IN OUT EFI_DEVICE_PATH **DevicePath, IN EFI_HANDLE Handle, IN EFI_DEVICE_PATH *RemainingDevicePath, IN EFI_ALLOCATE_TYPE Type, IN OUT EFI_PHYSICAL_ADDRESS* Image, OUT UINTN *ImageSize ) argument
620 BdsFirmwareVolumeLoadImage( IN OUT EFI_DEVICE_PATH **DevicePath, IN EFI_HANDLE Handle, IN EFI_DEVICE_PATH *RemainingDevicePath, IN EFI_ALLOCATE_TYPE Type, IN OUT EFI_PHYSICAL_ADDRESS* Image, OUT UINTN *ImageSize ) argument
756 BdsPxeLoadImage( IN OUT EFI_DEVICE_PATH **DevicePath, IN EFI_HANDLE Handle, IN EFI_DEVICE_PATH *RemainingDevicePath, IN EFI_ALLOCATE_TYPE Type, IN OUT EFI_PHYSICAL_ADDRESS* Image, OUT UINTN *ImageSize ) argument
1041 BdsTftpLoadImage( IN OUT EFI_DEVICE_PATH **DevicePath, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH *RemainingDevicePath, IN EFI_ALLOCATE_TYPE Type, IN OUT EFI_PHYSICAL_ADDRESS *Image, OUT UINTN *ImageSize ) argument
1523 BdsAndroidKernelLoadImage( IN OUT EFI_DEVICE_PATH **DevicePath, IN EFI_HANDLE Handle, IN EFI_DEVICE_PATH *RemainingDevicePath, IN EFI_ALLOCATE_TYPE Type, IN OUT EFI_PHYSICAL_ADDRESS *Image, OUT UINTN *ImageSize ) argument
1605 EFI_DEVICE_PATH *RemainingDevicePath; local
[all...]
/device/linaro/bootloader/edk2/EmulatorPkg/EmuBusDriverDxe/
H A DEmuBusDriverDxe.h83 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath
92 IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath

Completed in 365 milliseconds

123456789