Searched refs:nhandles (Results 1 – 10 of 10) sorted by relevance
/freebsd/stand/efi/libefi/ |
H A D | efi_driver_utils.c | 41 UINTN nhandles, i, hsize; in connect_controllers() local 43 nhandles = 0; in connect_controllers() 55 nhandles = hsize / sizeof(EFI_HANDLE); in connect_controllers() 64 for(i = 0; i < nhandles; i++) { in connect_controllers()
|
H A D | eficom.c | 93 efi_serial_init(EFI_HANDLE **handlep, int *nhandles) in efi_serial_init() argument 102 *nhandles = 0; in efi_serial_init() 111 *nhandles = (int)(bufsz / sizeof (EFI_HANDLE)); in efi_serial_init() 118 *nhandles = 0; in efi_serial_init() 165 int index, nhandles; in efi_serial_get_handle() local 171 nhandles = 0; in efi_serial_get_handle() 172 status = efi_serial_init(&handles, &nhandles); in efi_serial_get_handle() 180 for (index = 0; index < nhandles; index++) { in efi_serial_get_handle() 193 for (index = 0; handle == NULL && index < nhandles; index++) { in efi_serial_get_handle() 204 if (port < nhandles && handle == NULL) in efi_serial_get_handle()
|
H A D | devpath.c | 747 efi_devpath_to_handle(EFI_DEVICE_PATH *path, EFI_HANDLE *handles, unsigned nhandles) in efi_devpath_to_handle() argument 756 for (i = 0; i < nhandles; i++) { in efi_devpath_to_handle()
|
/freebsd/stand/efi/gptboot/ |
H A D | proto.c | 200 probe_handles(EFI_HANDLE *handles, UINTN nhandles, EFI_DEVICE_PATH *imgpath) in probe_handles() argument 204 for (i = 0; i < nhandles; i++) in probe_handles() 222 choice_protocol(EFI_HANDLE *handles, UINTN nhandles, EFI_DEVICE_PATH *imgpath) in choice_protocol() argument 235 probe_handles(handles, nhandles, imgpath); in choice_protocol()
|
/freebsd/stand/efi/boot1/ |
H A D | proto.c | 154 choice_protocol(EFI_HANDLE *handles, UINTN nhandles, EFI_DEVICE_PATH *imgpath) in choice_protocol() argument 193 printf(" Probing %zu block devices...", nhandles); in choice_protocol() 195 for (i = 0; i < nhandles; i++) { in choice_protocol()
|
H A D | boot1.c | 178 UINTN i, hsize, nhandles; in efi_main() local 238 nhandles = hsize / sizeof(*handles); in efi_main() 266 choice_protocol(handles, nhandles, imgpath); in efi_main()
|
H A D | proto.h | 26 void choice_protocol(EFI_HANDLE *handles, UINTN nhandles, EFI_DEVICE_PATH *imgpath);
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_isr.c | 355 uint32_t dcount, uint16_t *handle, uint16_t *nhandles) in qla_rcv_cont_sds() argument 362 *nhandles = 0; in qla_rcv_cont_sds() 454 *nhandles = *nhandles + num_handles; in qla_rcv_cont_sds() 472 uint16_t nhandles; in ql_rcv_isr() local 573 &sgc.rcv.handle[1], &nhandles)) { in ql_rcv_isr() 584 sgc.rcv.num_handles += nhandles; in ql_rcv_isr() 644 desc_count, &sgc.lro.handle[1], &nhandles)) { in ql_rcv_isr() 656 sgc.lro.num_handles += nhandles; in ql_rcv_isr()
|
/freebsd/stand/efi/include/ |
H A D | efilib.h | 110 EFI_HANDLE efi_devpath_to_handle(EFI_DEVICE_PATH *path, EFI_HANDLE *handles, unsigned nhandles);
|
/freebsd/stand/efi/loader/ |
H A D | framebuffer.c | 569 UINTN nhandles, i, hsize; in efi_find_framebuffer() local 591 nhandles = hsize / sizeof(*hlist); in efi_find_framebuffer() 597 for (i = 0; i < nhandles; i++) { in efi_find_framebuffer()
|