Home
last modified time | relevance | path

Searched refs:nhandles (Results 1 – 8 of 8) 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 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.c829 uint_t nhandles; in efi_cons_devinfo() local
834 &gEfiGraphicsOutputProtocolGuid, &nhandles, &handles); in efi_cons_devinfo()
837 &nhandles, &handles); in efi_cons_devinfo()
842 for (uint_t i = 0; i < nhandles; i++) in efi_cons_devinfo()
/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 Defiserialio.c173 uint_t index, nhandles; in efi_serial_get_handle() local
179 &nhandles, &handles); in efi_serial_get_handle()
184 for (index = 0; index < nhandles; index++) { in efi_serial_get_handle()
196 if (port < nhandles && handle == NULL) in efi_serial_get_handle()
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()