Home
last modified time | relevance | path

Searched refs:efi_destroy_binding (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/efi/
Dudp.c107 efi_destroy_binding(b, &Udp4ServiceBindingProtocol); in core_udp_open()
109 efi_destroy_binding(udp_reader, &Udp4ServiceBindingProtocol); in core_udp_open()
122 efi_destroy_binding(udp_reader, &Udp4ServiceBindingProtocol); in core_udp_close()
128 efi_destroy_binding(socket->net.efi.binding, &Udp4ServiceBindingProtocol); in core_udp_close()
416 efi_destroy_binding(b, &Udp4ServiceBindingProtocol); in core_udp_sendto()
Defi.h58 extern void efi_destroy_binding(struct efi_binding *, EFI_GUID *);
Dtcp.c14 extern void efi_destroy_binding(struct efi_binding *, EFI_GUID *);
196 efi_destroy_binding(b, &Tcp4ServiceBindingProtocol); in core_tcp_close_file()
Dmain.c106 void efi_destroy_binding(struct efi_binding *b, EFI_GUID *guid) in efi_destroy_binding() function