Home
last modified time | relevance | path

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

/freebsd/stand/efi/libefi/
H A Dlibefi.c54 return (BS->OpenProtocol(handle, protocol, interface, IH, NULL, in OpenProtocolByHandle()
H A Defihttp.c121 status = BS->OpenProtocol(handle, &ip4config2_guid, in setup_ipv4_config2()
292 status = BS->OpenProtocol(handle, &httpsb_guid, (void **)&sb, IH, NULL, in efihttp_dev_open()
305 status = BS->OpenProtocol(oh->http_handle, &http_guid, in efihttp_dev_open()
371 status = BS->OpenProtocol(oh->dev_handle, &httpsb_guid, (void **)&sb, in efihttp_dev_close()
H A Deficom.c312 status = BS->OpenProtocol(handle, &serial, in comc_probe()
510 status = BS->OpenProtocol(handle, &serial, in comc_port_set()
H A Definet.c121 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/stand/efi/loader/
H A Dframebuffer.c507 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL, in efifb_gop_get_edid()
512 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL, in efifb_gop_get_edid()
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1997 EFI_OPEN_PROTOCOL OpenProtocol; member