Searched refs:nhandles (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/qlxgbe/
H A Dql_isr.c374 uint32_t dcount, uint16_t *handle, uint16_t *nhandles)
381 *nhandles = 0;
474 *nhandles = *nhandles + num_handles;
492 uint16_t nhandles; local
595 &sgc.rcv.handle[1], &nhandles)) {
606 sgc.rcv.num_handles += nhandles;
666 desc_count, &sgc.lro.handle[1], &nhandles)) {
678 sgc.lro.num_handles += nhandles;
373 qla_rcv_cont_sds(qla_host_t *ha, uint32_t sds_idx, uint32_t comp_idx, uint32_t dcount, uint16_t *handle, uint16_t *nhandles) argument
/freebsd-10-stable/sys/boot/efi/boot1/
H A Dboot1.c570 UINTN i, max_dim, best_mode, cols, rows, hsize, nhandles; local
647 nhandles = hsize / sizeof(*handles);
648 printf(" Probing %zu block devices...", nhandles);
663 for (i = 0; i < nhandles; i++)

Completed in 62 milliseconds