Home
last modified time | relevance | path

Searched refs:handle_count (Results 1 – 6 of 6) sorted by relevance

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