HomeSort by relevance Sort by last modified time
    Searched refs:ChildHandle (Results 1 - 25 of 281) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ServiceBinding/
ServiceBinding.h 34 IN OUT EFI_HANDLE *ChildHandle
43 ChildHandle - Pointer to the handle of the child to create. If it is NULL,
60 IN EFI_HANDLE ChildHandle
69 ChildHandle - Handle of the child to destroy.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
ServiceBinding.h 30 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. If the removed protocol is the
    [all...]
DriverConfiguration.h 36 @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...]
  /device/linaro/bootloader/edk2/SecurityPkg/Hash2DxeCrypto/
Driver.c 26 @param[in, out] ChildHandle Pointer to the handle of the child to create. If
31 @retval EFI_SUCCES The protocol was added to ChildHandle.
32 @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
42 IN OUT EFI_HANDLE *ChildHandle
50 if ((This == NULL) || (ChildHandle == NULL)) {
72 ChildHandle,
82 Instance->Handle = *ChildHandle;
101 protocol that was installed by CreateChild() from ChildHandle. If the removed
102 protocol is the last protocol on ChildHandle, then ChildHandle is destroyed.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
ComponentName.c 114 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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
ComponentName.c 107 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,
198 if (ChildHandle != NULL) {
201 ChildHandle,
211 ChildHandle,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
ComponentName.c 108 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...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DriverConfiguration2/
DriverConfiguration2.h 44 IN EFI_HANDLE ChildHandle OPTIONAL,
58 ChildHandle - The handle of the child controller to set options on. This
80 EFI_INVALID_PARAMETER - ChildHandle is not NULL and it is not a valid EFI_HANDLE.
84 ControllerHandle and ChildHandle.
89 by ControllerHandle and ChildHandle.
92 by ControllerHandle and ChildHandle.
100 IN EFI_HANDLE ChildHandle OPTIONAL
112 ChildHandle - The handle of the child controller to test if it's current
122 ChildHandle that is being managed by the driver
126 EFI_INVALID_PARAMETER - ChildHandle is not NULL and it is not a valid EFI_HANDLE.
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuBusDriverDxe/
ComponentName.c 29 IN EFI_HANDLE ChildHandle OPTIONAL,
118 ControllerHandle and ChildHandle in the form of a Unicode string. If the
122 managing the controller specified by ControllerHandle and ChildHandle,
134 @param ChildHandle[in] The handle of the child controller to retrieve
155 ChildHandle in the language specified by
166 @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid
175 ControllerHandle and ChildHandle.
186 IN EFI_HANDLE ChildHandle OPTIONAL,
208 // This is a bus driver, so ChildHandle can not be NULL.
210 if (ChildHandle == NULL) {
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBusDriverDxe/
ComponentName.c 93 ControllerHandle and ChildHandle in the form of a Unicode string. If the
97 managing the controller specified by ControllerHandle and ChildHandle,
109 @param ChildHandle[in] The handle of the child controller to retrieve
130 ChildHandle in the language specified by
141 @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid
150 ControllerHandle and ChildHandle.
161 IN EFI_HANDLE ChildHandle OPTIONAL,
252 ControllerHandle and ChildHandle in the form of a Unicode string. If the
256 managing the controller specified by ControllerHandle and ChildHandle,
268 @param ChildHandle[in] The handle of the child controller to retrieve
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/
ComponentName.c 78 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,
237 ControllerHandle and ChildHandle in the form of a Unicode string. If the
241 managing the controller specified by ControllerHandle and ChildHandle,
253 @param ChildHandle[in] The handle of the child controller to retrieve
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
Udp4Driver.c 62 if (!NetIsInHandleBuffer (Instance->ChildHandle, NumberOfChildren, ChildHandleBuffer)) {
66 return ServiceBinding->DestroyChild (ServiceBinding, Instance->ChildHandle);
286 The CreateChild() function installs a protocol on ChildHandle.
287 If ChildHandle is a pointer to NULL, then a new handle is created and returned in ChildHandle.
288 If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.
291 @param[in] ChildHandle Pointer to the handle of the child to create. If it is NULL,
295 @retval EFI_SUCCES The protocol was added to ChildHandle.
296 @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
    [all...]
Udp4Driver.h 105 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. If the removed protocol is the
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
Udp6Driver.c 210 if (!NetIsInHandleBuffer (Instance->ChildHandle, NumberOfChildren, ChildHandleBuffer)) {
214 return ServiceBinding->DestroyChild (ServiceBinding, Instance->ChildHandle);
313 The CreateChild() function installs a protocol on ChildHandle.
314 If ChildHandle is a pointer to NULL, then a new handle is created and returned in ChildHandle.
315 If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.
318 @param[in, out] ChildHandle Pointer to the handle of the child to create. If it is NULL,
322 @retval EFI_SUCCES The protocol was added to ChildHandle.
323 @retval EFI_INVALID_PARAMETER This is NULL or ChildHandle is NULL.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ComponentName.c 108 ControllerHandle and ChildHandle in the form of a Unicode string. If the
112 managing the controller specified by ControllerHandle and ChildHandle,
124 @param[in] ChildHandle 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,
187 if (ChildHandle == NULL) {
192 // Make sure this driver produced ChildHandle
196 ChildHandle,
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
ComponentName.c 110 ControllerHandle and ChildHandle in the form of a Unicode string. If the
114 managing the controller specified by ControllerHandle and ChildHandle,
126 @param ChildHandle[in] The handle of the child controller to retrieve
147 ChildHandle in the language specified by
158 @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid
167 ControllerHandle and ChildHandle.
178 IN EFI_HANDLE ChildHandle OPTIONAL,
201 if (ChildHandle != NULL) {
204 ChildHandle,
215 ChildHandle,
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
ComponentName.c 107 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...]
DriverConfiguration.c 88 @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 is not NULL and it is not a valid EFI_HANDLE.
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuBlockIoDxe/
DriverConfiguration.c 30 IN EFI_HANDLE ChildHandle OPTIONAL,
40 IN EFI_HANDLE ChildHandle OPTIONAL
48 IN EFI_HANDLE ChildHandle OPTIONAL,
72 ChildHandle - The handle of the child controller to set options on. This
94 EFI_INVALID_PARAMETER - ChildHandle is not NULL and it is not a valid EFI_HANDLE.
98 ControllerHandle and ChildHandle.
103 by ControllerHandle and ChildHandle.
106 by ControllerHandle and ChildHandle.
114 IN EFI_HANDLE ChildHandle OPTIONAL,
142 if (ChildHandle != NULL) {
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBlockIoDxe/
DriverConfiguration.c 35 IN EFI_HANDLE ChildHandle OPTIONAL,
45 IN EFI_HANDLE ChildHandle OPTIONAL
53 IN EFI_HANDLE ChildHandle OPTIONAL,
73 IN EFI_HANDLE ChildHandle OPTIONAL,
86 ChildHandle - The handle of the child controller to set options on. This
108 EFI_INVALID_PARAMETER - ChildHandle is not NULL and it is not a valid EFI_HANDLE.
112 ControllerHandle and ChildHandle.
117 by ControllerHandle and ChildHandle.
120 by ControllerHandle and ChildHandle.
147 if (ChildHandle != NULL) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
ComponentName.c 246 @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[in] The handle of the child controller to retrieve
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Driver.h 104 The CreateChild() function installs a protocol on ChildHandle.
105 If ChildHandle is a pointer to NULL, then a new handle is created and returned in ChildHandle.
106 If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.
109 @param ChildHandle Pointer to the handle of the child to create. If it is NULL,
113 @retval EFI_SUCCES The protocol was added to ChildHandle.
114 @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
124 IN EFI_HANDLE *ChildHandle
131 that was installed by CreateChild() from ChildHandle. If the removed protocol is the
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Driver.h 99 install the MTFTP protocol to the ChildHandle.
102 @param ChildHandle The Child handle to install the MTFTP protocol.
113 IN EFI_HANDLE *ChildHandle
120 @param ChildHandle The child handle to destroy
132 IN EFI_HANDLE ChildHandle
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Driver.h 108 The CreateChild() function installs a protocol on ChildHandle.
109 If ChildHandle is a pointer to NULL, then a new handle is created and returned in ChildHandle.
110 If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.
113 @param ChildHandle Pointer to the handle of the child to create. If it is NULL,
117 @retval EFI_SUCCES The protocol was added to ChildHandle.
118 @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
128 IN OUT EFI_HANDLE *ChildHandle
135 that was installed by CreateChild() from ChildHandle. If the removed protocol is the
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Driver.h 108 The CreateChild() function installs a protocol on ChildHandle.
109 If ChildHandle is a pointer to NULL, then a new handle is created and returned in ChildHandle.
110 If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.
113 @param[in, out] ChildHandle Pointer to the handle of the child to create. If it is NULL,
117 @retval EFI_SUCCES The protocol was added to ChildHandle.
118 @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
126 IN OUT EFI_HANDLE *ChildHandle
133 that was installed by CreateChild() from ChildHandle. If the removed protocol is the
    [all...]

Completed in 416 milliseconds

1 2 3 4 5 6 7 8 91011>>