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

/freebsd-current/stand/efi/libefi/
H A Dlibefi.c54 return (BS->OpenProtocol(handle, protocol, interface, IH, NULL,
H A Deficom.c311 status = BS->OpenProtocol(handle, &serial,
509 status = BS->OpenProtocol(handle, &serial,
513 printf("OpenProtocol: %lu\n", EFI_ERROR_CODE(status));
H A Defihttp.c122 status = BS->OpenProtocol(handle, &ip4config2_guid,
293 status = BS->OpenProtocol(handle, &httpsb_guid, (void **)&sb, IH, NULL,
306 status = BS->OpenProtocol(oh->http_handle, &http_guid,
372 status = BS->OpenProtocol(oh->dev_handle, &httpsb_guid, (void **)&sb,
H A Definet.c120 status = BS->OpenProtocol(h, &sn_guid, (void **)&net,
H A Defi_console.c424 status = BS->OpenProtocol(ST->ConsoleInHandle,
/freebsd-current/stand/efi/loader/
H A Dframebuffer.c493 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL,
498 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL,
/freebsd-current/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1342 Closes a protocol on a handle that was opened using OpenProtocol().
1345 with OpenProtocol(), and is now being closed.
1934 EFI_OPEN_PROTOCOL OpenProtocol; member in struct:__anon9504
/freebsd-current/stand/efi/include/
H A Defiapi.h802 EFI_OPEN_PROTOCOL OpenProtocol; member in struct:__anon607

Completed in 257 milliseconds