Searched refs:ChildHandle (Results 1 - 25 of 185) sorted by relevance

12345678

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DServiceBinding.h30 The CreateChild() function installs a protocol on ChildHandle.
31 If ChildHandle is a pointer to NULL, then a new handle is created and returned in ChildHandle.
32 If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.
35 @param ChildHandle Pointer to the handle of the child to create. If it is NULL,
39 @retval EFI_SUCCES The protocol was added to ChildHandle.
40 @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
50 IN OUT EFI_HANDLE *ChildHandle
57 that was installed by CreateChild() from ChildHandle
[all...]
H A DDriverConfiguration.h36 @param ChildHandle The handle of the child controller to set options on. This
57 @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid EFI_HANDLE.
61 ControllerHandle and ChildHandle.
66 by ControllerHandle and ChildHandle.
69 by ControllerHandle and ChildHandle.
77 IN EFI_HANDLE ChildHandle OPTIONAL,
88 @param ChildHandle The handle of the child controller to test if it's current
97 ChildHandle that is being managed by the driver
101 @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid EFI_HANDLE.
104 and ChildHandle
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DComponentName.c114 ControllerHandle and ChildHandle in the form of a Unicode string. If the
118 managing the controller specified by ControllerHandle and ChildHandle,
130 @param ChildHandle[in] The handle of the child controller to retrieve
151 ChildHandle in the language specified by
162 @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid
171 ControllerHandle and ChildHandle.
182 IN EFI_HANDLE ChildHandle OPTIONAL,
205 if (ChildHandle != NULL) {
208 ChildHandle,
218 ChildHandle,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DComponentName.c108 ControllerHandle and ChildHandle in the form of a Unicode string. If the
112 managing the controller specified by ControllerHandle and ChildHandle,
124 @param ChildHandle[in] The handle of the child controller to retrieve
145 ChildHandle in the language specified by
156 @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid
165 ControllerHandle and ChildHandle.
176 IN EFI_HANDLE ChildHandle OPTIONAL,
198 // This is a bus driver, so ChildHandle can not be NULL.
200 if (ChildHandle == NULL) {
206 ChildHandle,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Driver.c231 ServiceBinding->DestroyChild (ServiceBinding, Instance->ChildHandle);
242 The CreateChild() function installs a protocol on ChildHandle.
243 If ChildHandle is a pointer to NULL, then a new handle is created and returned in ChildHandle.
244 If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.
247 @param[in] ChildHandle Pointer to the handle of the child to create. If it is NULL,
251 @retval EFI_SUCCES The protocol was added to ChildHandle.
252 @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
262 IN EFI_HANDLE *ChildHandle
[all...]
H A DUdp4Driver.h105 The CreateChild() function installs a protocol on ChildHandle.
106 If ChildHandle is a pointer to NULL, then a new handle is created and returned in ChildHandle.
107 If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.
110 @param[in] ChildHandle Pointer to the handle of the child to create. If it is NULL,
114 @retval EFI_SUCCES The protocol was added to ChildHandle.
115 @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
125 IN EFI_HANDLE *ChildHandle
132 that was installed by CreateChild() from ChildHandle
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/
H A DUdp6Driver.c260 Status = ServiceBinding->DestroyChild (ServiceBinding, Instance->ChildHandle);
270 The CreateChild() function installs a protocol on ChildHandle.
271 If ChildHandle is a pointer to NULL, then a new handle is created and returned in ChildHandle.
272 If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.
275 @param[in, out] ChildHandle Pointer to the handle of the child to create. If it is NULL,
279 @retval EFI_SUCCES The protocol was added to ChildHandle.
280 @retval EFI_INVALID_PARAMETER This is NULL or ChildHandle is NULL.
290 IN OUT EFI_HANDLE *ChildHandle
[all...]
H A DUdp6Driver.h132 The CreateChild() function installs a protocol on ChildHandle.
133 If ChildHandle is a pointer to NULL, then a new handle is created and returned in ChildHandle.
134 If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.
137 @param[in, out] ChildHandle Pointer to the handle of the child to create. If it is NULL,
141 @retval EFI_SUCCES The protocol was added to ChildHandle.
142 @retval EFI_INVALID_PARAMETER This is NULL or ChildHandle is NULL.
152 IN OUT EFI_HANDLE *ChildHandle
158 that was installed by CreateChild() from ChildHandle
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DComponentName.c107 ControllerHandle and ChildHandle in the form of a Unicode string. If the
111 managing the controller specified by ControllerHandle and ChildHandle,
123 @param ChildHandle[in] The handle of the child controller to retrieve
144 ChildHandle in the language specified by
155 @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid
164 ControllerHandle and ChildHandle.
175 IN EFI_HANDLE ChildHandle OPTIONAL,
196 if (ChildHandle == NULL) {
208 ChildHandle,
219 ChildHandle,
[all...]
H A DDriverConfiguration.c88 @param ChildHandle The handle of the child controller to set options on.
106 @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid EFI_HANDLE.
109 the controller specified by ControllerHandle and ChildHandle.
112 controller specified by ControllerHandle and ChildHandle.
114 controller specified by ControllerHandle and ChildHandle
121 IN EFI_HANDLE ChildHandle OPTIONAL,
132 if (ChildHandle != NULL) {
187 @param ChildHandle The handle of the child controller to test if it's current configuration
193 @retval EFI_SUCCESS The controller specified by ControllerHandle and ChildHandle that is being
197 @retval EFI_INVALID_PARAMETER ChildHandle i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DDxeSupport.c33 @retval EFI_SUCCESS The protocol was added to ChildHandle.
34 @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
76 @param [in] ChildHandle Handle of the child to destroy
78 @retval EFI_SUCCESS The protocol was removed from ChildHandle.
79 @retval EFI_UNSUPPORTED ChildHandle does not support the protocol that is being removed.
81 @retval EFI_ACCESS_DENIED The protocol could not be removed from the ChildHandle
90 IN EFI_HANDLE ChildHandle
107 ChildHandle,
172 ChildHandle,
179 ChildHandle ));
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConSplitterDxe/
H A DComponentName.c246 @param ChildHandle A child handle to test.
251 specifed by DriverBindingHandle and ChildHandle
255 @retval EFI_UNSUPPORTED ChildHandle is not a child of the
264 IN EFI_HANDLE ChildHandle,
271 // here ChildHandle is not an Optional parameter.
273 if (ChildHandle == NULL) {
294 ChildHandle,
306 ControllerHandle and ChildHandle in the form of a Unicode string. If the
310 managing the controller specified by ControllerHandle and ChildHandle,
322 @param ChildHandle[i
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
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Driver.h103 The CreateChild() function installs a protocol on ChildHandle.
104 If ChildHandle is a pointer to NULL, then a new handle is created and returned in ChildHandle.
105 If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.
108 @param ChildHandle Pointer to the handle of the child to create. If it is NULL,
112 @retval EFI_SUCCES The protocol was added to ChildHandle.
113 @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
123 IN EFI_HANDLE *ChildHandle
130 that was installed by CreateChild() from ChildHandle
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Driver.h136 The CreateChild() function installs a protocol on ChildHandle.
137 If ChildHandle is a pointer to NULL, then a new handle is created and returned in ChildHandle.
138 If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.
141 @param ChildHandle Pointer to the handle of the child to create. If it is NULL,
145 @retval EFI_SUCCES The protocol was added to ChildHandle.
146 @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
156 IN OUT EFI_HANDLE *ChildHandle
163 that was installed by CreateChild() from ChildHandle
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Driver.h98 install the MTFTP protocol to the ChildHandle.
101 @param ChildHandle The Child handle to install the MTFTP protocol.
112 IN EFI_HANDLE *ChildHandle
119 @param ChildHandle The child handle to destory
131 IN EFI_HANDLE ChildHandle
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Driver.h107 The CreateChild() function installs a protocol on ChildHandle.
108 If ChildHandle is a pointer to NULL, then a new handle is created and returned in ChildHandle.
109 If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.
112 @param ChildHandle Pointer to the handle of the child to create. If it is NULL,
116 @retval EFI_SUCCES The protocol was added to ChildHandle.
117 @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
127 IN OUT EFI_HANDLE *ChildHandle
134 that was installed by CreateChild() from ChildHandle
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Driver.h107 The CreateChild() function installs a protocol on ChildHandle.
108 If ChildHandle is a pointer to NULL, then a new handle is created and returned in ChildHandle.
109 If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.
112 @param[in, out] ChildHandle Pointer to the handle of the child to create. If it is NULL,
116 @retval EFI_SUCCES The protocol was added to ChildHandle.
117 @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
125 IN OUT EFI_HANDLE *ChildHandle
132 that was installed by CreateChild() from ChildHandle
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
H A DComponentName.h74 ControllerHandle and ChildHandle in the form of a Unicode string. If the
78 managing the controller specified by ControllerHandle and ChildHandle,
90 @param ChildHandle[in] The handle of the child controller to retrieve
111 ChildHandle in the language specified by
122 @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid
131 ControllerHandle and ChildHandle.
142 IN EFI_HANDLE ChildHandle OPTIONAL,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DComponentName.h74 ControllerHandle and ChildHandle in the form of a Unicode string. If the
78 managing the controller specified by ControllerHandle and ChildHandle,
90 @param ChildHandle[in] The handle of the child controller to retrieve
111 ChildHandle in the language specified by
122 @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid
131 ControllerHandle and ChildHandle.
142 IN EFI_HANDLE ChildHandle OPTIONAL,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
H A DComponentName.h79 ControllerHandle and ChildHandle in the form of a Unicode string. If the
83 managing the controller specified by ControllerHandle and ChildHandle,
95 @param ChildHandle[in] The handle of the child controller to retrieve
116 ChildHandle in the language specified by
127 @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid
136 ControllerHandle and ChildHandle.
147 IN EFI_HANDLE ChildHandle OPTIONAL,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DComponentName.h73 ControllerHandle and ChildHandle in the form of a Unicode string. If the
77 managing the controller specified by ControllerHandle and ChildHandle,
89 @param ChildHandle[in] The handle of the child controller to retrieve
110 ChildHandle in the language specified by
121 @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid
130 ControllerHandle and ChildHandle.
141 IN EFI_HANDLE ChildHandle OPTIONAL,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DComponentName.h78 ControllerHandle and ChildHandle in the form of a Unicode string. If the
82 managing the controller specified by ControllerHandle and ChildHandle,
94 @param ChildHandle[in] The handle of the child controller to retrieve
115 ChildHandle in the language specified by
126 @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid
135 ControllerHandle and ChildHandle.
146 IN EFI_HANDLE ChildHandle OPTIONAL,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DComponentName.h72 ControllerHandle and ChildHandle in the form of a Unicode string. If the
76 managing the controller specified by ControllerHandle and ChildHandle,
88 @param ChildHandle[in] The handle of the child controller to retrieve
109 ChildHandle in the language specified by
120 @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid
129 ControllerHandle and ChildHandle.
140 IN EFI_HANDLE ChildHandle OPTIONAL,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DComponentName.h72 ControllerHandle and ChildHandle in the form of a Unicode string. If the
76 managing the controller specified by ControllerHandle and ChildHandle,
88 @param ChildHandle[in] The handle of the child controller to retrieve
109 ChildHandle in the language specified by
120 @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid
129 ControllerHandle and ChildHandle.
140 IN EFI_HANDLE ChildHandle OPTIONAL,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpDriver.h158 The CreateChild() function installs a protocol on ChildHandle.
159 If ChildHandle is a pointer to NULL, then a new handle is created and returned
160 in ChildHandle. If ChildHandle is not a pointer to NULL, then the protocol
161 installs on the existing ChildHandle.
164 @param ChildHandle Pointer to the handle of the child to create. If it is NULL,
168 @retval EFI_SUCCES The protocol was added to ChildHandle.
169 @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
179 IN EFI_HANDLE *ChildHandle
186 that was installed by CreateChild() from ChildHandle
[all...]

Completed in 68 milliseconds

12345678