Searched refs:OpenProtocol (Results 1 – 7 of 7) sorted by relevance
| /freebsd/stand/efi/libefi/ |
| H A D | libefi.c | 54 return (BS->OpenProtocol(handle, protocol, interface, IH, NULL, in OpenProtocolByHandle()
|
| H A D | efihttp.c | 121 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 D | eficom.c | 312 status = BS->OpenProtocol(handle, &serial, in comc_probe() 510 status = BS->OpenProtocol(handle, &serial, in comc_port_set()
|
| H A D | efinet.c | 121 status = BS->OpenProtocol(h, &sn_guid, (void **)&net, in efinet_probe()
|
| H A D | efi_console.c | 424 status = BS->OpenProtocol(ST->ConsoleInHandle, in efi_cons_probe()
|
| /freebsd/stand/efi/loader/ |
| H A D | framebuffer.c | 507 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 D | UefiSpec.h | 1997 EFI_OPEN_PROTOCOL OpenProtocol; member
|