Home
last modified time | relevance | path

Searched refs:HandleProtocol (Results 1 – 10 of 10) sorted by relevance

/titanic_53/usr/src/boot/sys/boot/efi/libefi/
H A Ddevpath.c44 status = BS->HandleProtocol(handle, &ImageDevicePathGUID, in efi_lookup_image_devpath()
57 status = BS->HandleProtocol(handle, &DevicePathGUID, (VOID **)&devpath); in efi_lookup_devpath()
H A Defipart.c232 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 Dlibefi.c144 status = BS->HandleProtocol(IH, &image_protocol, (VOID**)&img); in efi_main()
H A Definet.c197 status = BS->HandleProtocol(h, &sn_guid, (VOID **)&nif->nif_devdata); in efinet_init()
/titanic_53/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c415 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 Defimd.c76 status = BS->HandleProtocol(handle, &fpswa_guid, &fpswa); in ldr_bootinfo()
/titanic_53/usr/src/boot/sys/boot/efi/loader/
H A Dmain.c106 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 Dframebuffer.c212 status = BS->HandleProtocol(*hp, &pciio_guid, (void **)&pciio); in efifb_uga_get_pciio()
/titanic_53/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h718 EFI_HANDLE_PROTOCOL HandleProtocol; member
/titanic_53/usr/src/boot/sys/boot/efi/include/
H A Defiapi.h768 EFI_HANDLE_PROTOCOL HandleProtocol; member