Searched refs:OpenProtocol (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/stand/efi/libefi/ |
| H A D | libefi.c | 57 return (BS->OpenProtocol(handle, protocol, interface, IH, NULL, in OpenProtocolByHandle()
|
| H A D | efihttp.c | 127 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 D | efinet.c | 123 status = BS->OpenProtocol(h, &sn_guid, (void **)&net, in efinet_probe()
|
| H A D | efi_console.c | 426 status = BS->OpenProtocol(ST->ConsoleInHandle, in efi_cons_probe()
|
| /freebsd-13.1/stand/efi/loader/ |
| H A D | efiserialio.c | 291 status = BS->OpenProtocol(handle, &serial, in comc_probe() 441 status = BS->OpenProtocol(handle, &serial, in comc_port_set()
|
| H A D | framebuffer.c | 492 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 D | UefiSpec.h | 1934 EFI_OPEN_PROTOCOL OpenProtocol; member
|
| /freebsd-13.1/stand/efi/include/ |
| H A D | efiapi.h | 803 EFI_OPEN_PROTOCOL OpenProtocol; member
|