Searched defs:ControllerHandle (Results 76 - 100 of 124) sorted by relevance

12345

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Driver.c59 Test to see if this driver supports ControllerHandle. This service
67 @param[in] ControllerHandle Handle of device to test
80 IN EFI_HANDLE ControllerHandle,
90 ControllerHandle,
94 ControllerHandle,
106 ControllerHandle,
110 ControllerHandle,
401 Start this driver on ControllerHandle. This service is called by the
409 @param[in] ControllerHandle Handle of device to bind driver to
413 @retval EFI_SUCCESS This driver is added to ControllerHandle
78 Ip4DriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL * This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL * RemainingDevicePath OPTIONAL ) argument
420 Ip4DriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL * This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL * RemainingDevicePath OPTIONAL ) argument
525 Ip4DriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpDriver.c30 Test to see if this driver supports ControllerHandle. This service
38 @param[in] ControllerHandle Handle of device to test.
51 IN EFI_HANDLE ControllerHandle,
62 ControllerHandle,
66 ControllerHandle,
77 ControllerHandle,
80 ControllerHandle
88 Start this driver on ControllerHandle. This service is called by the
95 @param[in] ControllerHandle Handle of device to bind driver to.
99 @retval EFI_SUCCESS This driver is added to ControllerHandle
49 MnpDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
107 MnpDriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
267 MnpDriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer OPTIONAL ) argument
[all...]
H A DMnpDriver.h44 EFI_HANDLE ControllerHandle; member in struct:__anon11230
138 Test to see if this driver supports ControllerHandle. This service
146 @param[in] ControllerHandle Handle of device to test.
159 IN EFI_HANDLE ControllerHandle,
164 Start this driver on ControllerHandle. This service is called by the
171 @param[in] ControllerHandle Handle of device to bind driver to.
175 @retval EFI_SUCCESS This driver is added to ControllerHandle.
176 @retval EFI_ALREADY_STARTED This driver is already running on ControllerHandle.
185 IN EFI_HANDLE ControllerHandle,
191 Stop this driver on ControllerHandle
[all...]
H A DMnpVlan.c42 @param[in] ControllerHandle Handle of device to bind driver to.
52 IN EFI_HANDLE ControllerHandle,
67 ControllerHandle,
71 ControllerHandle,
50 MnpCreateVlanChild( IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ControllerHandle, IN UINT16 VlanId, OUT EFI_DEVICE_PATH_PROTOCOL **Devicepath OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Driver.h47 EFI_HANDLE ControllerHandle; member in struct:_TCP4_SERVICE_DATA
157 @param ControllerHandle The handle of the controller to test. This handle
164 @retval EFI_SUCCESS The device specified by ControllerHandle and
167 @retval EFI_ALREADY_STARTED The device specified by ControllerHandle and
170 @retval EFI_ACCESS_DENIED The device specified by ControllerHandle and
174 @retval EFI_UNSUPPORTED The device specified by ControllerHandle and
183 IN EFI_HANDLE ControllerHandle,
188 Start this driver on ControllerHandle.
195 1. ControllerHandle must be a valid EFI_HANDLE.
203 @param ControllerHandle Th
[all...]
H A DTcp4Driver.c190 @param ControllerHandle The handle of the controller to test. This handle
197 @retval EFI_SUCCESS The device specified by ControllerHandle and
200 @retval EFI_ALREADY_STARTED The device specified by ControllerHandle and
203 @retval EFI_ACCESS_DENIED The device specified by ControllerHandle and
207 @retval EFI_UNSUPPORTED The device specified by ControllerHandle and
216 IN EFI_HANDLE ControllerHandle,
226 ControllerHandle,
230 ControllerHandle,
241 ControllerHandle,
245 ControllerHandle,
214 Tcp4DriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
284 Tcp4DriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
427 Tcp4DriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpDriver.h31 EFI_HANDLE ControllerHandle; member in struct:_TCP_SERVICE_DATA
79 Test to see if this driver supports ControllerHandle.
82 @param[in] ControllerHandle Handle of the device to test.
95 IN EFI_HANDLE ControllerHandle,
100 Start this driver on ControllerHandle.
103 @param[in] ControllerHandle Handle of device to bind driver to.
107 @retval EFI_SUCCESS The driver was added to ControllerHandle.
110 @retval other The driver cannot be added to ControllerHandle.
117 IN EFI_HANDLE ControllerHandle,
122 Stop this driver on ControllerHandle
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A DVBoxFsDxe.c44 VBoxFsDB_Supported(IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle,
47 VBoxFsDB_Start(IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle,
50 VBoxFsDB_Stop(IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle,
58 IN EFI_HANDLE ControllerHandle,
67 IN EFI_HANDLE ControllerHandle,
140 VBoxFsDB_Supported(IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, argument
154 VBoxFsDB_Start(IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, argument
167 VBoxFsDB_Stop(IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, argument
191 IN EFI_HANDLE ControllerHandle,
214 IN EFI_HANDLE ControllerHandle,
190 VBoxFsCN_GetControllerName(IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName) argument
213 VBoxFsCN2_GetControllerName(IN EFI_COMPONENT_NAME2_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.h73 EFI_HANDLE ControllerHandle; member in struct:__anon10503
215 @param ControllerHandle The class guid specifies which form set will be displayed.
233 IN EFI_HANDLE ControllerHandle, OPTIONAL
293 @param ControllerHandle The class guid specifies which form set will be displayed.
298 with the controller specified by ControllerHandle and
301 controller specified by ControllerHandle and ChildHandle.
307 IN EFI_HANDLE ControllerHandle, OPTIONAL
462 @param ControllerHandle The handle of a controller that the driver specified by This is managing.
470 is the name of the controller specified by ControllerHandle and ChildHandle.
481 IN EFI_HANDLE ControllerHandle,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DHandle.h89 EFI_HANDLE ControllerHandle; member in struct:__anon10932
183 @param ControllerHandle Handle of the controller to be
191 specified by ControllerHandle.
194 connected to ControllerHandle.
198 ControllerHandle.
203 IN EFI_HANDLE ControllerHandle,
H A DDriverSupport.c25 @param ControllerHandle Handle of the controller to be
33 by ControllerHandle.
43 IN EFI_HANDLE ControllerHandle,
62 // Make sure ControllerHandle is valid
64 Status = CoreValidateHandle (ControllerHandle);
69 Handle = ControllerHandle;
84 // Connect all drivers to ControllerHandle
91 ControllerHandle,
105 // If recursive, then connect all drivers to all of ControllerHandle's children
116 Status = CoreValidateHandle (ControllerHandle);
42 CoreConnectController( IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE *DriverImageHandle OPTIONAL, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL, IN BOOLEAN Recursive ) argument
339 CoreConnectSingleController( IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE *ContextDriverImageHandles OPTIONAL, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
678 CoreDisconnectController( IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE DriverImageHandle OPTIONAL, IN EFI_HANDLE ChildHandle OPTIONAL ) argument
[all...]
H A DHandle.c963 @param ControllerHandle The controller handle that is requiring this
979 IN EFI_HANDLE ControllerHandle,
1027 Status = CoreValidateHandle (ControllerHandle);
1031 if (UserHandle == ControllerHandle) {
1041 Status = CoreValidateHandle (ControllerHandle);
1088 (OpenData->ControllerHandle == ControllerHandle));
1164 OpenData->ControllerHandle = ControllerHandle;
1193 @param ControllerHandle I
974 CoreOpenProtocol( IN EFI_HANDLE UserHandle, IN EFI_GUID *Protocol, OUT VOID **Interface OPTIONAL, IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ControllerHandle, IN UINT32 Attributes ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConSplitterDxe/
H A DComponentName.c240 @param ControllerHandle A handle for a controller to test.
250 @retval EFI_SUCCESS ControllerHandle is managed by the driver
252 is a child of the ControllerHandle.
253 @retval EFI_UNSUPPORTED ControllerHandle is not managed by the driver
256 ControllerHandle.
261 IN CONST EFI_HANDLE ControllerHandle,
281 ControllerHandle,
293 ControllerHandle,
306 ControllerHandle and ChildHandle in the form of a Unicode string. If the
310 managing the controller specified by ControllerHandle an
260 ConSplitterTestControllerHandles( IN CONST EFI_HANDLE ControllerHandle, IN CONST EFI_HANDLE DriverBindingHandle, IN CONST EFI_GUID *ProtocolGuid, IN EFI_HANDLE ChildHandle, IN CONST EFI_GUID *ConsumsedGuid ) argument
371 ConSplitterConInComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
471 ConSplitterSimplePointerComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
548 ConSplitterAbsolutePointerComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
648 ConSplitterConOutComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
748 ConSplitterStdErrComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugPortDxe/
H A DDebugPort.c180 @param ControllerHandle Handle of device to test.
194 IN EFI_HANDLE ControllerHandle,
237 if (Status == EFI_SUCCESS && TempHandle != ControllerHandle) {
260 ControllerHandle,
264 ControllerHandle,
272 ControllerHandle,
275 ControllerHandle
286 @param ControllerHandle Handle of device to bind driver to.
290 @retval EFI_SUCCESS This driver is added to ControllerHandle.
299 IN EFI_HANDLE ControllerHandle,
192 DebugPortSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
297 DebugPortStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
442 DebugPortStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/DiskIoDxe/
H A DDiskIo.c53 Test to see if this driver supports ControllerHandle.
56 @param ControllerHandle Handle of device to test
69 IN EFI_HANDLE ControllerHandle,
80 ControllerHandle,
84 ControllerHandle,
95 ControllerHandle,
98 ControllerHandle
105 Start this driver on ControllerHandle by opening a Block IO protocol and
106 installing a Disk IO protocol on ControllerHandle.
109 @param ControllerHandle Handl
67 DiskIoDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
120 DiskIoDriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
204 DiskIoDriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Driver.c347 Test to see if this driver supports ControllerHandle. This service
355 @param[in] ControllerHandle The handle of device to be tested.
367 IN EFI_HANDLE ControllerHandle,
372 ControllerHandle,
376 ControllerHandle,
383 Start this driver on ControllerHandle. This service is called by the
391 @param[in] ControllerHandle The handle of device to be started.
395 @retval EFI_SUCCESS This driver is installed to ControllerHandle.
396 @retval EFI_ALREADY_STARTED This driver is already running on ControllerHandle.
404 IN EFI_HANDLE ControllerHandle,
365 Dhcp6DriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
402 Dhcp6DriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
479 Dhcp6DriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Driver.c60 Test to see if this driver supports ControllerHandle.
63 @param[in] ControllerHandle Handle of device to test.
76 IN EFI_HANDLE ControllerHandle,
84 ControllerHandle,
88 ControllerHandle,
488 Start this driver on ControllerHandle.
491 @param[in] ControllerHandle Handle of device to bind driver to.
495 @retval EFI_SUCCES This driver is added to ControllerHandle.
496 @retval EFI_ALREADY_STARTED This driver is already running on ControllerHandle.
504 IN EFI_HANDLE ControllerHandle,
74 Ip6DriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
502 Ip6DriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
579 Ip6DriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDriver.c31 @param[in] ControllerHandle Pointer to child handle over IPv4.
38 IN EFI_HANDLE ControllerHandle
43 NicHandle = NetLibGetNicHandle (ControllerHandle, &gEfiArpProtocolGuid);
45 NicHandle = NetLibGetNicHandle (ControllerHandle, &gEfiIp4ProtocolGuid);
47 NicHandle = NetLibGetNicHandle (ControllerHandle, &gEfiUdp4ProtocolGuid);
49 NicHandle = NetLibGetNicHandle (ControllerHandle, &gEfiDhcp4ProtocolGuid);
51 NicHandle = NetLibGetNicHandle (ControllerHandle, &gEfiMtftp4ProtocolGuid);
67 @param[in] ControllerHandle Pointer to child handle over IPv6.
74 IN EFI_HANDLE ControllerHandle
79 NicHandle = NetLibGetNicHandle (ControllerHandle,
448 PxeBcCreateIp4Children( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN PXEBC_PRIVATE_DATA *Private ) argument
769 PxeBcCreateIp6Children( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN PXEBC_PRIVATE_DATA *Private ) argument
1111 PxeBcDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
1195 PxeBcDriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
1352 PxeBcDriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLib.c445 currently managing the controller specified by ControllerHandle. This test
447 present on ControllerHandle and is was opened by DriverBindingHandle with an
451 @param ControllerHandle A handle for a controller to test.
458 @retval EFI_SUCCESS ControllerHandle is managed by the driver
460 @retval EFI_UNSUPPORTED ControllerHandle is not managed by the driver
467 IN CONST EFI_HANDLE ControllerHandle,
478 ControllerHandle,
482 ControllerHandle,
487 ControllerHandle,
490 ControllerHandle
466 EfiTestManagedDevice( IN CONST EFI_HANDLE ControllerHandle, IN CONST EFI_HANDLE DriverBindingHandle, IN CONST EFI_GUID *ProtocolGuid ) argument
523 EfiTestChildHandle( IN CONST EFI_HANDLE ControllerHandle, IN CONST EFI_HANDLE ChildHandle, IN CONST EFI_GUID *ProtocolGuid ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAtaAtapiPassThru.h85 EFI_HANDLE ControllerHandle; member in struct:__anon10798
232 ControllerHandle and ChildHandle in the form of a Unicode string. If the
236 managing the controller specified by ControllerHandle and ChildHandle,
243 @param ControllerHandle[in] The handle of a controller that the driver
268 controller specified by ControllerHandle and
278 @retval EFI_INVALID_PARAMETER ControllerHandle is NULL.
289 ControllerHandle and ChildHandle.
299 IN EFI_HANDLE ControllerHandle,
310 ControllerHandle. Drivers will typically use the device path attached to
311 ControllerHandle an
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c83 Test to see if EFI_SIMPLE_TEXT_INPUT_PROTOCOL is supported on ControllerHandle.
86 @param ControllerHandle Handle of device to test.
98 IN EFI_HANDLE ControllerHandle,
104 ControllerHandle,
111 Test to see if EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL is supported on ControllerHandle.
114 @param ControllerHandle Handle of device to test.
126 IN EFI_HANDLE ControllerHandle,
132 ControllerHandle,
139 Test to see if the specified protocol is supported on ControllerHandle.
142 @param ControllerHandle Handl
96 ConPlatformTextInDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
124 ConPlatformTextOutDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
150 ConPlatformDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_GUID *ProtocolGuid ) argument
220 ConPlatformTextInDriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
352 ConPlatformTextOutDriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
529 ConPlatformTextInDriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
603 ConPlatformTextOutDriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/
H A DPartition.c52 Test to see if this driver supports ControllerHandle. Any ControllerHandle
57 @param[in] ControllerHandle Handle of device to test.
70 IN EFI_HANDLE ControllerHandle,
105 ControllerHandle,
109 ControllerHandle,
122 ControllerHandle,
125 ControllerHandle
132 ControllerHandle,
136 ControllerHandle,
68 PartitionDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
192 PartitionDriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
373 PartitionDriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Impl.h67 EFI_HANDLE ControllerHandle; member in struct:_UDP4_SERVICE_DATA_
416 @param[in] ControllerHandle The controller handle this udp4 driver binds on.
428 IN EFI_HANDLE ControllerHandle
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLib.c467 currently managing the controller specified by ControllerHandle. This test
469 present on ControllerHandle and is was opened by DriverBindingHandle with an
473 @param ControllerHandle A handle for a controller to test.
480 @retval EFI_SUCCESS ControllerHandle is managed by the driver
482 @retval EFI_UNSUPPORTED ControllerHandle is not managed by the driver
489 IN CONST EFI_HANDLE ControllerHandle,
500 ControllerHandle,
504 ControllerHandle,
509 ControllerHandle,
512 ControllerHandle
488 EfiTestManagedDevice( IN CONST EFI_HANDLE ControllerHandle, IN CONST EFI_HANDLE DriverBindingHandle, IN CONST EFI_GUID *ProtocolGuid ) argument
545 EfiTestChildHandle( IN CONST EFI_HANDLE ControllerHandle, IN CONST EFI_HANDLE ChildHandle, IN CONST EFI_GUID *ProtocolGuid ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiDriver.c37 by ControllerHandle and the child controller specified
42 @retval EFI_UNSUPPORTED The device specified by ControllerHandle and
74 ControllerHandle. Drivers typically use the device path attached to
75 ControllerHandle and/or the services from the bus I/O abstraction attached to
76 ControllerHandle to determine if the driver supports ControllerHandle. This function
80 device specified by ControllerHandle may already be managed by the same driver or a
83 Since ControllerHandle may have been previously started by the same driver, if a protocol is
85 to guarantee the state of ControllerHandle is not modified by this function.
88 @param[in] ControllerHandle Th
113 IScsiDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
201 IScsiStart( IN EFI_HANDLE Image, IN EFI_HANDLE ControllerHandle, IN UINT8 IpVersion ) argument
816 IScsiDriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
872 IScsiDriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer OPTIONAL ) argument
[all...]

Completed in 122 milliseconds

12345