Home
last modified time | relevance | path

Searched refs:OpenProtocol (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/stand/efi/libefi/
H A Dlibefi.c57 return (BS->OpenProtocol(handle, protocol, interface, IH, NULL, in OpenProtocolByHandle()
H A Defihttp.c127 status = BS->OpenProtocol(handle, &ip4config2_guid, in setup_ipv4_config2()
298 status = BS->OpenProtocol(handle, &httpsb_guid, (void **)&sb, IH, NULL, in efihttp_dev_open()
311 status = BS->OpenProtocol(oh->http_handle, &http_guid, in efihttp_dev_open()
377 status = BS->OpenProtocol(oh->dev_handle, &httpsb_guid, (void **)&sb, in efihttp_dev_close()
H A Definet.c123 status = BS->OpenProtocol(h, &sn_guid, (void **)&net, in efinet_probe()
H A Defi_console.c426 status = BS->OpenProtocol(ST->ConsoleInHandle, in efi_cons_probe()
/freebsd-13.1/stand/efi/loader/
H A Defiserialio.c291 status = BS->OpenProtocol(handle, &serial, in comc_probe()
441 status = BS->OpenProtocol(handle, &serial, in comc_port_set()
H A Dframebuffer.c492 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL, in efifb_gop_get_edid()
497 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL, in efifb_gop_get_edid()
/freebsd-13.1/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1934 EFI_OPEN_PROTOCOL OpenProtocol; member
/freebsd-13.1/stand/efi/include/
H A Defiapi.h803 EFI_OPEN_PROTOCOL OpenProtocol; member