Searched refs:HandleProtocol (Results 1 – 10 of 10) sorted by relevance
| /titanic_53/usr/src/boot/sys/boot/efi/libefi/ |
| H A D | devpath.c | 44 status = BS->HandleProtocol(handle, &ImageDevicePathGUID, in efi_lookup_image_devpath() 57 status = BS->HandleProtocol(handle, &DevicePathGUID, (VOID **)&devpath); in efi_lookup_devpath()
|
| H A D | efipart.c | 232 status = BS->HandleProtocol(efipart_handles[i], in efipart_hdd() 376 status = BS->HandleProtocol(efipart_handles[i], in efipart_updatecd() 624 status = BS->HandleProtocol(efipart_handles[i], in efipart_updatehd() 716 status = BS->HandleProtocol(h, &blkio_guid, (void **)&blkio); in efipart_print_common() 817 status = BS->HandleProtocol(pd->pd_handle, &blkio_guid, in efipart_open()
|
| H A D | libefi.c | 144 status = BS->HandleProtocol(IH, &image_protocol, (VOID**)&img); in efi_main()
|
| H A D | efinet.c | 197 status = BS->HandleProtocol(h, &sn_guid, (VOID **)&nif->nif_devdata); in efinet_init()
|
| /titanic_53/usr/src/boot/sys/boot/efi/boot1/ |
| H A D | boot1.c | 415 if ((status = bs->HandleProtocol(loaderhandle, &LoadedImageGUID, in try_boot() 475 status = bs->HandleProtocol(h, &DevicePathGUID, (void **)&devpath); in probe_handle() 487 status = bs->HandleProtocol(h, &BlockIoProtocolGUID, (void **)&blkio); in probe_handle() 650 status = bs->HandleProtocol(image, &LoadedImageGUID, (VOID**)&img); in efi_main() 653 status = bs->HandleProtocol(img->DeviceHandle, &DevicePathGUID, in efi_main()
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/arch/i386/ |
| H A D | efimd.c | 76 status = BS->HandleProtocol(handle, &fpswa_guid, &fpswa); in ldr_bootinfo()
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/ |
| H A D | main.c | 106 status = BS->HandleProtocol(*walker, &devid, (VOID **)&path); in has_keyboard() 442 BS->HandleProtocol(IH, &imgid, (VOID**)&img); in main() 861 status = BS->HandleProtocol(loaderhandle, &LoadedImageGUID, in command_chain() 916 BS->HandleProtocol(IH, &imgid, (VOID**)&img); in efi_zfs_probe()
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/arch/amd64/ |
| H A D | framebuffer.c | 212 status = BS->HandleProtocol(*hp, &pciio_guid, (void **)&pciio); in efifb_uga_get_pciio()
|
| /titanic_53/usr/src/uts/intel/sys/acpi/platform/ |
| H A D | acefiex.h | 718 EFI_HANDLE_PROTOCOL HandleProtocol; member
|
| /titanic_53/usr/src/boot/sys/boot/efi/include/ |
| H A D | efiapi.h | 768 EFI_HANDLE_PROTOCOL HandleProtocol; member
|