/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | ServiceBinding.h | 56 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 D | close.c | 62 Status = pServiceBinding->DestroyChild ( pServiceBinding,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/ArpDxe/ |
H A D | ArpDriver.c | 69 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 D | Ip4Driver.c | 177 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 D | Udp4Driver.c | 231 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 D | Udp6Driver.c | 260 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 D | Ip6Driver.c | 245 IpSb->ServiceBinding.DestroyChild = Ip6ServiceBindingDestroyChild; 672 ServiceBinding->DestroyChild (ServiceBinding, IpInstance->Handle);
|
H A D | Ip6Common.c | 356 // 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 D | Tcp4Driver.c | 503 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 D | DxeNetLib.c | 1880 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 D | Dhcp4Driver.c | 444 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 D | Dhcp6Driver.c | 548 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 D | TcpDriver.c | 427 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 D | Ping6.c | 798 Ip6Sb->DestroyChild (Ip6Sb, Private->Ip6ChildHandle); 832 Ip6Sb->DestroyChild (Ip6Sb, Private->Ip6ChildHandle);
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/ |
H A D | Ping.c | 1186 EfiSb->DestroyChild (EfiSb, Private->IpChildHandle); 1221 IpSb->DestroyChild (IpSb, Private->IpChildHandle);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/ |
H A D | MnpConfig.c | 719 Status = ServiceBinding->DestroyChild (ServiceBinding, Instance->Handle);
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/DataSource/ |
H A D | DataSource.c | 687 Status = pTcp4Service->DestroyChild ( pTcp4Service,
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/ |
H A D | Socket.c | 3580 TempStatus = pServiceBinding->DestroyChild ( pServiceBinding, 3803 Status = pServiceBinding->DestroyChild ( pServiceBinding,
|