Home
last modified time | relevance | path

Searched refs:nhandles (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/boot/efi/libefi/
H A Dlibefi.c64 efi_get_protocol_handles(EFI_GUID *protocolguid, uint_t *nhandles, in efi_get_protocol_handles() argument
74 *nhandles = 0; in efi_get_protocol_handles()
85 *nhandles = (uint_t)(bufsz / sizeof (EFI_HANDLE)); in efi_get_protocol_handles()
93 *nhandles = 0; in efi_get_protocol_handles()
H A Defi_driver_utils.c41 uint_t nhandles, i; in connect_controllers() local
43 status = efi_get_protocol_handles(filter, &nhandles, &handles); in connect_controllers()
48 for (i = 0; i < nhandles; i++) { in connect_controllers()
H A Defiserialio.c265 efi_get_io_handle(EFI_HANDLE *handles, uint_t nhandles, EFI_DEVICE_PATH *dp, in efi_get_io_handle() argument
272 for (uint_t i = 0; i < nhandles; i++) { in efi_get_io_handle()
535 uint_t nhandles; in efi_set_serial_name() local
541 &nhandles, &handles); in efi_set_serial_name()
543 status = efi_get_io_handle(handles, nhandles, in efi_set_serial_name()
556 &nhandles, &handles); in efi_set_serial_name()
558 status = efi_get_io_handle(handles, nhandles, in efi_set_serial_name()
681 uint_t c, n, index, nhandles; in efi_serial_ini() local
684 status = efi_get_protocol_handles(&gEfiSerialIoProtocolGuid, &nhandles, in efi_serial_ini()
689 if (nhandles == 0) in efi_serial_ini()
[all …]
H A Definet.c300 uint_t i, nhandles, nifs; in efinet_dev_init() local
305 &nhandles, &handles); in efinet_dev_init()
308 handles2 = (EFI_HANDLE *)malloc(nhandles * sizeof (EFI_HANDLE)); in efinet_dev_init()
314 for (i = 0; i < nhandles; i++) { in efinet_dev_init()
H A Defi_console.c849 uint_t nhandles; in efi_cons_devinfo() local
854 &gEfiGraphicsOutputProtocolGuid, &nhandles, &handles); in efi_cons_devinfo()
857 &nhandles, &handles); in efi_cons_devinfo()
862 for (uint_t i = 0; i < nhandles; i++) in efi_cons_devinfo()
H A Defiisaio.c474 uint_t count, nhandles, index; in efi_isa_probe_ports() local
477 nhandles = 0; in efi_isa_probe_ports()
480 &nhandles, &handles); in efi_isa_probe_ports()
482 for (index = 0; index < nhandles; index++) { in efi_isa_probe_ports()
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Defimd.c71 uint_t nhandles; in ldr_bootinfo() local
76 status = efi_get_protocol_handles(&fpswa_guid, &nhandles, &handles); in ldr_bootinfo()
/illumos-gate/usr/src/boot/efi/loader/
H A Dframebuffer.c219 uint_t i, nhandles; in efifb_uga_get_pciio() local
223 &nhandles, &handles); in efifb_uga_get_pciio()
230 for (i = 0; i < nhandles; i++) { in efifb_uga_get_pciio()
515 uint_t nhandles, i; in efi_find_framebuffer() local
525 &nhandles, &hlist); in efi_find_framebuffer()
533 for (i = 0; i < nhandles; i++) { in efi_find_framebuffer()
H A Dmain.c155 uint_t i, nhandles; in has_keyboard() local
163 &nhandles, &hin); in has_keyboard()
173 for (i = 0; i < nhandles; i++) { in has_keyboard()
631 uint_t i, nhandles; in uefi_serial_console() local
649 &nhandles, &handles); in uefi_serial_console()
655 for (i = 0; i < nhandles; i++) { in uefi_serial_console()