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

/vbox/src/VBox/Devices/EFI/Firmware/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
236 ControllerHandle and ChildHandle in the form of a Unicode string. If the
240 managing the controller specified by ControllerHandle and ChildHandle,
252 @param[in] ChildHandle Th
301 IpSecComponentNameGetControllerName( 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/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
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DUseEfiSocketLib.c70 EFI_HANDLE ChildHandle; local
85 ChildHandle = NULL;
86 Status = EslSocketAllocate ( &ChildHandle,
H A DTcp4.c832 EFI_HANDLE ChildHandle; local
863 ChildHandle = NULL;
865 Status = EslSocketAllocate ( &ChildHandle,
H A DSocket.c944 and installs a protocol on ChildHandle. If pChildHandle is a
957 @retval EFI_SUCCESS The protocol was added to ChildHandle.
958 @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
1118 EFI_HANDLE ChildHandle; local
1209 ChildHandle = NULL;
1211 &ChildHandle );
1215 ChildHandle,
1223 ChildHandle,
3358 @param [in] ChildHandle Network protocol child handle
3379 IN EFI_HANDLE ChildHandle,
3376 EslSocketPortAllocate( IN ESL_SOCKET * pSocket, IN ESL_SERVICE * pService, IN EFI_HANDLE ChildHandle, IN CONST struct sockaddr * pSockAddr, IN BOOLEAN bBindTest, IN UINTN DebugFlags, OUT ESL_PORT ** ppPort ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.h74 EFI_HANDLE ChildHandle; member in struct:__anon10503
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
464 @param ChildHandle The handle of the child controller to retrieve the name of. This is an
470 is the name of the controller specified by ControllerHandle and ChildHandle.
482 IN EFI_HANDLE ChildHandle,
[all...]
H A DDeviceManager.c648 // Inspect if ChildHandle is one of the agents.
1255 DriverHealthInfo->ChildHandle,
1420 DriverHealthInfo->ChildHandle,
1501 @param ChildHandle The handle of the child controller to retrieve the health
1519 IN EFI_HANDLE ChildHandle, OPTIONAL
1565 DriverHealthInfo->ChildHandle = NULL;
1582 Status = DriverHealth->GetHealthStatus (DriverHealth, ControllerHandle, ChildHandle, HealthStatus, &MessageList, &FormHiiHandle);
1602 DriverHealthInfo->ChildHandle = ChildHandle;
1908 @param ChildHandle Th
1515 GetSingleControllerHealthStatus( IN OUT LIST_ENTRY *DriverHealthList, IN EFI_HANDLE DriverHandle, IN EFI_HANDLE ControllerHandle, OPTIONAL IN EFI_HANDLE ChildHandle, OPTIONAL IN EFI_DRIVER_HEALTH_PROTOCOL *DriverHealth, IN EFI_DRIVER_HEALTH_STATUS *HealthStatus ) argument
1919 ProcessSingleControllerHealth( 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, IN OUT BOOLEAN *RebootRequired ) argument
2365 GetControllerNameWorker( IN EFI_GUID *ProtocolGuid, IN EFI_HANDLE DriverBindingHandle, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle, OUT CHAR16 **ControllerName ) argument
2430 DriverHealthGetControllerName( IN EFI_HANDLE DriverBindingHandle, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle, OUT CHAR16 **ControllerName ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/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,
/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/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
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAcpiSdt.c910 EFI_ACPI_HANDLE ChildHandle; local
931 ChildHandle = NULL;
933 Status = GetChild (HandleIn, &ChildHandle);
938 if (ChildHandle == NULL) {
949 AmlHandle = (EFI_AML_HANDLE *)ChildHandle;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiImpl.h156 EFI_HANDLE ChildHandle; member in struct:_ISCSI_DRIVER_DATA
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DIp4Config.h95 EFI_HANDLE ChildHandle; member in struct:_IP4_CONFIG_INSTANCE
273 ControllerHandle and ChildHandle in the form of a Unicode string. If the
277 managing the controller specified by ControllerHandle and ChildHandle,
287 @param ChildHandle[in] The handle of the child controller to retrieve
306 ChildHandle in the language specified by
315 @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid
321 ControllerHandle and ChildHandle.
331 IN EFI_HANDLE ChildHandle OPTIONAL,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpVlan.c57 EFI_HANDLE ChildHandle; local
94 ChildHandle = NULL;
96 &ChildHandle,
110 return ChildHandle;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Impl.h94 EFI_HANDLE ChildHandle; member in struct:_UDP4_INSTANCE_DATA_
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLib.c527 This function tests whether ChildHandle is one of the children of
530 ChildHandle with an attribute of EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER.
534 @param ChildHandle A child handle to test.
538 @retval EFI_SUCCESS ChildHandle is a child of the ControllerHandle.
539 @retval EFI_UNSUPPORTED ChildHandle is not a child of the
547 IN CONST EFI_HANDLE ChildHandle,
573 // Inspect if ChildHandle is one of the agents.
577 if ((OpenInfoBuffer[Index].ControllerHandle == ChildHandle) &&
545 EfiTestChildHandle( IN CONST EFI_HANDLE ControllerHandle, IN CONST EFI_HANDLE ChildHandle, IN CONST EFI_GUID *ProtocolGuid ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/
H A DUdp6Impl.h89 EFI_HANDLE ChildHandle; member in struct:_UDP6_INSTANCE_DATA
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeIpIoLib/
H A DDxeIpIoLib.c124 @param[in] ChildHandle Pointer to the buffer to save the IP child handle.
138 IN EFI_HANDLE *ChildHandle,
164 ChildHandle
171 // Open the IP protocol installed on the *ChildHandle.
174 *ChildHandle,
189 *ChildHandle
202 @param[in] ChildHandle The child handle of the IP child.
215 IN EFI_HANDLE ChildHandle,
237 ChildHandle,
250 ChildHandle
135 IpIoCreateIpChildOpenProtocol( IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ImageHandle, IN EFI_HANDLE *ChildHandle, IN UINT8 IpVersion, OUT VOID **Interface ) argument
212 IpIoCloseProtocolDestroyIpChild( IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ChildHandle, IN UINT8 IpVersion ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiImpl.h193 EFI_HANDLE ChildHandle; member in struct:_ISCSI_DRIVER_DATA
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigImpl.h180 EFI_HANDLE ChildHandle; member in struct:_IP6_FORM_CALLBACK_INFO
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDrvCfg.c465 @param[in] ChildHandle The handle of a child device of the specified device.
475 EFI_HANDLE ChildHandle,
491 gBS->DisconnectController (ControllerHandle, DriverImageHandle, ChildHandle);
500 gBS->DisconnectController (ControllerHandle, DriverImageHandle, ChildHandle);
534 @param[in] ChildHandle The handle of a child device of the specified device.
550 IN EFI_HANDLE ChildHandle
576 if (ChildHandle == NULL && AllChildren) {
747 if (ChildHandle == NULL) {
869 if (ChildHandle == NULL && !AllChildren) {
890 if (ChildHandle !
472 ShellCmdDriverConfigurationProcessActionRequired( EFI_HANDLE DriverImageHandle, EFI_HANDLE ControllerHandle, EFI_HANDLE ChildHandle, EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED ActionRequired ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DIpIoLib.h234 EFI_HANDLE ChildHandle; member in struct:_IP_IO
302 EFI_HANDLE ChildHandle; member in struct:_IP_IO_IP_INFO
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DIfconfig.c120 @param[in] ChildHandle A child handle to test.
124 @retval EFI_SUCCESS ChildHandle is a child of the ControllerHandle.
125 @retval EFI_UNSUPPORTED ChildHandle is not a child of the ControllerHandle.
131 IN CONST EFI_HANDLE ChildHandle,
157 // Inspect if ChildHandle is one of the agents.
161 if ((OpenInfoBuffer[Index].ControllerHandle == ChildHandle) &&
176 @param[out] ChildHandle Returned child handle.
183 OUT EFI_HANDLE *ChildHandle
235 *ChildHandle = Handles[Index];
561 EFI_HANDLE ChildHandle; local
129 TestChildHandle( IN CONST EFI_HANDLE ControllerHandle, IN CONST EFI_HANDLE ChildHandle, IN CONST EFI_GUID *ProtocolGuid ) argument
762 EFI_HANDLE ChildHandle; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c1582 @param[out] ChildHandle Returned child handle.
1591 OUT EFI_HANDLE *ChildHandle
1643 *ChildHandle = Handles[Index];
1781 If ChildHandle is NULL, then ASSERT().
1786 @param[in, out] ChildHandle The handle to receive the create child.
1798 IN OUT EFI_HANDLE *ChildHandle
1805 ASSERT ((ServiceBindingGuid != NULL) && (ChildHandle != NULL));
1826 Status = Service->CreateChild (Service, ChildHandle);
1841 @param[in] ChildHandle The child to destory.
1853 IN EFI_HANDLE ChildHandle
2481 EFI_HANDLE ChildHandle; local
[all...]

Completed in 253 milliseconds