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

/freebsd-current/stand/efi/libefi/
H A Defihttp.c48 static EFI_GUID httpsb_guid = EFI_HTTP_SERVICE_BINDING_PROTOCOL_GUID; variable
206 status = BS->LocateDevicePath(&httpsb_guid, &imgpath, &handle);
250 status = BS->LocateDevicePath(&httpsb_guid, &devpath, &handle);
293 status = BS->OpenProtocol(handle, &httpsb_guid, (void **)&sb, IH, NULL,
372 status = BS->OpenProtocol(oh->dev_handle, &httpsb_guid, (void **)&sb,

Completed in 45 milliseconds