Searched defs:handle_count (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_dma.h67 uint16_t handle_count; member in struct:qlt_dma_sgl
H A Dqlt_dma.c499 qlt_dma_alloc_handle_list(qlt_state_t *qlt, int handle_count) argument
512 while (handle_count > pool->num_free) {
530 for (i = 0; i < handle_count; i++) {
535 pool->num_free -= handle_count;
549 int rv, handle_count; local
556 handle_count = 0;
570 handle_count++;
579 pool->num_free += handle_count;
739 qsgl->handle_count = dbuf->db_sglist_length;
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c74 static uint64_t handle_count = 0; local
76 hash_obj->obj_hdl = ++handle_count; /* store the handle */
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c204 static uint64_t handle_count = 0; local
206 hash_obj->obj_hdl = ++handle_count; /* store the handle */
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c203 static uint64_t handle_count = 0; local
205 hash_obj->obj_hdl = ++handle_count; /* store the handle */
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c340 static uint64_t handle_count = 0; local
343 hash_obj->obj_hdl = ++handle_count;

Completed in 92 milliseconds