Home
last modified time | relevance | path

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

/freebsd-14.2/stand/efi/libefi/
H A Dlibefi.c54 return (BS->OpenProtocol(handle, protocol, interface, IH, NULL, in OpenProtocolByHandle()
H A Defihttp.c122 status = BS->OpenProtocol(handle, &ip4config2_guid, in setup_ipv4_config2()
293 status = BS->OpenProtocol(handle, &httpsb_guid, (void **)&sb, IH, NULL, in efihttp_dev_open()
306 status = BS->OpenProtocol(oh->http_handle, &http_guid, in efihttp_dev_open()
372 status = BS->OpenProtocol(oh->dev_handle, &httpsb_guid, (void **)&sb, in efihttp_dev_close()
H A Deficom.c311 status = BS->OpenProtocol(handle, &serial, in comc_probe()
509 status = BS->OpenProtocol(handle, &serial, in comc_port_set()
H A Definet.c120 status = BS->OpenProtocol(h, &sn_guid, (void **)&net, in efinet_probe()
H A Defi_console.c424 status = BS->OpenProtocol(ST->ConsoleInHandle, in efi_cons_probe()
/freebsd-14.2/stand/efi/loader/
H A Dframebuffer.c493 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL, in efifb_gop_get_edid()
498 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL, in efifb_gop_get_edid()
/freebsd-14.2/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1934 EFI_OPEN_PROTOCOL OpenProtocol; member
/freebsd-14.2/stand/efi/include/
H A Defiapi.h802 EFI_OPEN_PROTOCOL OpenProtocol; member