Searched defs:ChildHandle (Results 1 - 25 of 36) sorted by relevance

12

/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
H A DComponentName.c106 ControllerHandle and ChildHandle in the form of a Unicode string. If the
110 managing the controller specified by ControllerHandle and ChildHandle,
120 @param [in] ChildHandle The handle of the child controller to retrieve
139 ChildHandle in the language specified by
148 @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid
154 ControllerHandle and ChildHandle.
164 IN OPTIONAL EFI_HANDLE ChildHandle,
161 GetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL * pThis, IN EFI_HANDLE ControllerHandle, IN OPTIONAL EFI_HANDLE ChildHandle, IN CHAR8 * pLanguage, OUT CHAR16 ** ppControllerName ) argument
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
H A DComponentName.c105 ControllerHandle and ChildHandle in the form of a Unicode string. If the
109 managing the controller specified by ControllerHandle and ChildHandle,
119 @param [in] ChildHandle The handle of the child controller to retrieve
138 ChildHandle in the language specified by
147 @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid
153 ControllerHandle and ChildHandle.
163 IN OPTIONAL EFI_HANDLE ChildHandle,
160 GetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL * pThis, IN EFI_HANDLE ControllerHandle, IN OPTIONAL EFI_HANDLE ChildHandle, IN CHAR8 * pLanguage, OUT CHAR16 ** ppControllerName ) argument
/device/linaro/bootloader/edk2/StdLib/SocketDxe/
H A DComponentName.c104 ControllerHandle and ChildHandle in the form of a Unicode string. If the
108 managing the controller specified by ControllerHandle and ChildHandle,
118 @param [in] ChildHandle The handle of the child controller to retrieve
137 ChildHandle in the language specified by
146 @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid
152 ControllerHandle and ChildHandle.
162 IN OPTIONAL EFI_HANDLE ChildHandle,
159 GetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL * pThis, IN EFI_HANDLE ControllerHandle, IN OPTIONAL EFI_HANDLE ChildHandle, IN CHAR8 * pLanguage, OUT CHAR16 ** ppControllerName ) argument
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
H A DComponentName.c73 ControllerHandle and ChildHandle in the form of a Unicode string. If the
77 managing the controller specified by ControllerHandle and ChildHandle,
89 @param[in] ChildHandle 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
247 ControllerHandle and ChildHandle in the form of a Unicode string. If the
251 managing the controller specified by ControllerHandle and ChildHandle,
263 @param[in] ChildHandle Th
312 IpSecComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle, OPTIONAL IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
[all...]
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
H A DComponentName.c88 @param ChildHandle The handle of the child controller to retrieve the
103 specified by ControllerHandle and ChildHandle in the
112 @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid
118 ControllerHandle and ChildHandle.
130 IN EFI_HANDLE ChildHandle,
127 VirtioNetGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
H A DEfiDriverModelLib.c388 IN EFI_HANDLE ChildHandle,
401 ChildHandle - Child handle to test
433 // See if one of the agents is ChildHandle
437 if (OpenInfoBuffer[Index].ControllerHandle == ChildHandle &&
386 EfiLibTestChildHandle( IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle, IN EFI_GUID *ConsumedGuid ) argument
/device/linaro/bootloader/edk2/OvmfPkg/XenIoPciDxe/
H A DXenIoPciDxe.c326 IN EFI_HANDLE ChildHandle,
323 XenIoPciGetDeviceName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_HANDLE ChildHandle, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
H A DUseEfiSocketLib.c128 EFI_HANDLE ChildHandle; local
143 ChildHandle = NULL;
144 Status = EslSocketAllocate ( &ChildHandle,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.h74 EFI_HANDLE ChildHandle; member in struct:__anon5386
216 @param ChildHandle The handle of the child controller to retrieve the health
234 IN EFI_HANDLE ChildHandle, OPTIONAL
294 @param ChildHandle The handle of the child controller to retrieve the health
299 ChildHandle. This is an optional parameter that may be NULL.
301 controller specified by ControllerHandle and ChildHandle.
308 IN EFI_HANDLE ChildHandle, OPTIONAL
471 @param ChildHandle The handle of the child controller to retrieve the name of. This is an
477 is the name of the controller specified by ControllerHandle and ChildHandle.
489 IN EFI_HANDLE ChildHandle,
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeTcpIoLib/
H A DDxeTcpIoLib.c417 EFI_HANDLE ChildHandle; local
493 ChildHandle = NULL;
500 ChildHandle = TcpIo->ListenToken.Tcp4Token.NewChildHandle;
506 ChildHandle = TcpIo->ListenToken.Tcp6Token.NewChildHandle;
510 if (ChildHandle != NULL) {
513 ChildHandle,
/device/linaro/bootloader/edk2/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...]
/device/linaro/bootloader/edk2/OvmfPkg/VirtioPciDeviceDxe/
H A DVirtioPciDevice.c639 IN EFI_HANDLE ChildHandle,
636 VirtioPciGetDeviceName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_HANDLE ChildHandle, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
H A DUefiLib.c425 This function tests whether ChildHandle is one of the children of
428 ChildHandle with an attribute of EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER.
432 @param ChildHandle A child handle to test.
436 @retval EFI_SUCCESS ChildHandle is a child of the ControllerHandle.
437 @retval EFI_UNSUPPORTED ChildHandle is not a child of the
445 IN CONST EFI_HANDLE ChildHandle,
471 // Inspect if ChildHandle is one of the agents.
475 if ((OpenInfoBuffer[Index].ControllerHandle == ChildHandle) &&
443 EfiTestChildHandle( IN CONST EFI_HANDLE ControllerHandle, IN CONST EFI_HANDLE ChildHandle, IN CONST EFI_GUID *ProtocolGuid ) argument
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLib.c505 This function tests whether ChildHandle is one of the children of
508 ChildHandle with an attribute of EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER.
512 @param ChildHandle A child handle to test.
516 @retval EFI_SUCCESS ChildHandle is a child of the ControllerHandle.
517 @retval EFI_UNSUPPORTED ChildHandle is not a child of the
525 IN CONST EFI_HANDLE ChildHandle,
551 // Inspect if ChildHandle is one of the agents.
555 if ((OpenInfoBuffer[Index].ControllerHandle == ChildHandle) &&
523 EfiTestChildHandle( IN CONST EFI_HANDLE ControllerHandle, IN CONST EFI_HANDLE ChildHandle, IN CONST EFI_GUID *ProtocolGuid ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
H A DUefiBootManagerLib.h663 EFI_HANDLE ChildHandle; member in struct:__anon6211
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAcpiSdt.c913 EFI_ACPI_HANDLE ChildHandle; local
935 ChildHandle = NULL;
937 Status = GetChild (HandleIn, &ChildHandle);
942 if (ChildHandle == NULL) {
953 AmlHandle = (EFI_AML_HANDLE *)ChildHandle;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiImpl.h156 EFI_HANDLE ChildHandle; member in struct:_ISCSI_DRIVER_DATA
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpVlan.c57 EFI_HANDLE ChildHandle; local
94 ChildHandle = NULL;
96 &ChildHandle,
110 return ChildHandle;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Impl.h94 EFI_HANDLE ChildHandle; member in struct:_UDP4_INSTANCE_DATA_
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
H A DDnsDriver.h82 EFI_HANDLE ChildHandle; member in struct:_DNS_INSTANCE
506 The CreateChild() function installs a protocol on ChildHandle.
507 If ChildHandle is a pointer to NULL, then a new handle is created and returned in ChildHandle.
508 If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.
511 @param[in] ChildHandle Pointer to the handle of the child to create. If it is NULL,
515 @retval EFI_SUCCES The protocol was added to ChildHandle.
516 @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
526 IN EFI_HANDLE *ChildHandle
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
H A DUdp6Impl.h90 EFI_HANDLE ChildHandle; member in struct:_UDP6_INSTANCE_DATA
/device/linaro/bootloader/edk2/OvmfPkg/VirtioBlkDxe/
H A DVirtioBlk.c1102 IN EFI_HANDLE ChildHandle,
1099 VirtioBlkGetDeviceName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_HANDLE ChildHandle, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
/device/linaro/bootloader/edk2/OvmfPkg/VirtioScsiDxe/
H A DVirtioScsi.c1223 IN EFI_HANDLE ChildHandle,
1220 VirtioScsiGetDeviceName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE DeviceHandle, IN EFI_HANDLE ChildHandle, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeIpIoLib/
H A DDxeIpIoLib.c125 @param[in] ChildHandle Pointer to the buffer to save the IP child handle.
139 IN EFI_HANDLE *ChildHandle,
165 ChildHandle
172 // Open the IP protocol installed on the *ChildHandle.
175 *ChildHandle,
190 *ChildHandle
203 @param[in] ChildHandle The child handle of the IP child.
216 IN EFI_HANDLE ChildHandle,
238 ChildHandle,
251 ChildHandle
136 IpIoCreateIpChildOpenProtocol( IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ImageHandle, IN EFI_HANDLE *ChildHandle, IN UINT8 IpVersion, OUT VOID **Interface ) argument
213 IpIoCloseProtocolDestroyIpChild( IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ChildHandle, IN UINT8 IpVersion ) argument
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
H A DDriverHealthManagerDxe.c353 specified by ControllerHandle and ChildHandle.
396 @param ChildHandle The handle of the child controller to retrieve the name of. This is an
402 is the name of the controller specified by ControllerHandle and ChildHandle.
414 IN EFI_HANDLE ChildHandle,
442 ChildHandle,
461 @param ChildHandle The handle of the child controller to retrieve the name of. This is an
468 specified by ControllerHandle and ChildHandle.
474 IN EFI_HANDLE ChildHandle
487 ChildHandle,
499 ChildHandle,
410 DriverHealthManagerGetControllerNameWorker( IN EFI_GUID *ProtocolGuid, IN EFI_HANDLE DriverBindingHandle, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle, OUT CHAR16 **ControllerName ) argument
634 DriverHealthManagerProcessSingleControllerHealth( IN EFI_DRIVER_HEALTH_PROTOCOL *DriverHealth, IN EFI_HANDLE ControllerHandle, OPTIONAL IN EFI_HANDLE ChildHandle, OPTIONAL IN EFI_DRIVER_HEALTH_STATUS HealthStatus, IN EFI_DRIVER_HEALTH_HII_MESSAGE **MessageList, OPTIONAL IN EFI_HII_HANDLE FormHiiHandle ) argument
[all...]

Completed in 622 milliseconds

12