Searched refs:DestroyChild (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DServiceBinding.h56 The DestroyChild() function does the opposite of CreateChild(). It removes a protocol
81 /// in CreateChild() and removing protocols in DestroyChild(). It is also required
83 /// to establish the parent-child relationship, and closes the protocol in DestroyChild().
84 /// The pseudo code for CreateChild() and DestroyChild() is provided to specify the
87 /// protocol and calling DestroyChild() when it is finished with that protocol.
91 EFI_SERVICE_BINDING_DESTROY_CHILD DestroyChild; member in struct:_EFI_SERVICE_BINDING_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dclose.c62 Status = pServiceBinding->DestroyChild ( pServiceBinding,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpDriver.c69 ArpService->ServiceBinding.DestroyChild = ArpServiceBindingDestroyChild;
499 ServiceBinding->DestroyChild (ServiceBinding, Instance->Handle);
641 The DestroyChild() function does the opposite of CreateChild(). It removes a protocol
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Driver.c177 IpSb->ServiceBinding.DestroyChild = Ip4ServiceBindingDestroyChild;
663 ServiceBinding->DestroyChild (ServiceBinding, IpInstance->Handle);
731 ServiceBinding->DestroyChild (ServiceBinding, IpInstance->Handle);
855 The DestroyChild() function does the opposite of CreateChild(). It removes a protocol
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Driver.c231 ServiceBinding->DestroyChild (ServiceBinding, Instance->ChildHandle);
364 The DestroyChild() function does the opposite of CreateChild(). It removes a protocol
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/
H A DUdp6Driver.c260 Status = ServiceBinding->DestroyChild (ServiceBinding, Instance->ChildHandle);
390 The DestroyChild() function does the opposite of CreateChild(). It removes a protocol
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Driver.c245 IpSb->ServiceBinding.DestroyChild = Ip6ServiceBindingDestroyChild;
672 ServiceBinding->DestroyChild (ServiceBinding, IpInstance->Handle);
H A DIp6Common.c356 // IP protocol instances, in other words, calling ServiceBinding->DestroyChild to
368 ServiceBinding->DestroyChild (ServiceBinding, Instance->Handle);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Driver.c503 ServiceBinding->DestroyChild (ServiceBinding, Sock->SockHandle);
690 The DestroyChild() function does the opposite of CreateChild(). It removes a protocol
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c1880 Status = Service->DestroyChild (Service, ChildHandle);
2133 MnpSb->DestroyChild (MnpSb, MnpChildHandle);
2142 MnpSb->DestroyChild (MnpSb, MnpChildHandle);
2150 MnpSb->DestroyChild (MnpSb, MnpChildHandle);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Driver.c444 ServiceBinding->DestroyChild (ServiceBinding, Instance->Handle);
585 The DestroyChild() function does the opposite of CreateChild(). It removes a protocol
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Driver.c548 ServiceBinding->DestroyChild (ServiceBinding, Instance->Handle);
681 The DestroyChild() function does the opposite of CreateChild(). It removes a protocol
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpDriver.c427 ServiceBinding->DestroyChild (ServiceBinding, Sock->SockHandle);
817 The DestroyChild() function does the opposite of CreateChild(). It removes a protocol
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/Ping6/
H A DPing6.c798 Ip6Sb->DestroyChild (Ip6Sb, Private->Ip6ChildHandle);
832 Ip6Sb->DestroyChild (Ip6Sb, Private->Ip6ChildHandle);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DPing.c1186 EfiSb->DestroyChild (EfiSb, Private->IpChildHandle);
1221 IpSb->DestroyChild (IpSb, Private->IpChildHandle);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpConfig.c719 Status = ServiceBinding->DestroyChild (ServiceBinding, Instance->Handle);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/DataSource/
H A DDataSource.c687 Status = pTcp4Service->DestroyChild ( pTcp4Service,
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DSocket.c3580 TempStatus = pServiceBinding->DestroyChild ( pServiceBinding,
3803 Status = pServiceBinding->DestroyChild ( pServiceBinding,

Completed in 1782 milliseconds