Home
last modified time | relevance | path

Searched refs:data_handle (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dlistmgr.c63 int data_handle; /* list_handle for pointer array */ member
269 bl_ptr->data_handle = -1; in bl_create()
383 int data_handle, retval; in ar_create() local
387 if ((data_handle = bl_create(count_per_block, struct_size, desc)) == -1) in ar_create()
398 array_ptr->data_handle = data_handle; in ar_create()
438 data_ptr = bl_cs_array[list_ptr->data_handle]; in ar_delete()
480 invalid_handle(bl_cs_array[list_handle]->data_handle)) in ar_next_avail()
507 data_area = bl_next_avail(array_ptr->data_handle); in ar_next_avail()
562 bl_free(bl_cs_array[list_handle]->data_handle); in ar_free()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_rxdring.c291 rv = ldc_mem_alloc_handle(ldcp->ldc_handle, &dp->data_handle); in vsw_setup_rx_dring()
304 rv = ldc_mem_bind_handle(dp->data_handle, (caddr_t)data_addr, in vsw_setup_rx_dring()
318 rv = ldc_mem_nextcookie(dp->data_handle, in vsw_setup_rx_dring()
402 (void) ldc_mem_unbind_handle(dp->data_handle); in vsw_destroy_rx_dring()
407 if (dp->data_handle) { in vsw_destroy_rx_dring()
408 (void) ldc_mem_free_handle(dp->data_handle); in vsw_destroy_rx_dring()
409 dp->data_handle = 0; in vsw_destroy_rx_dring()
515 if (dp->data_handle != 0) { in vsw_unmap_tx_dring()
516 (void) ldc_mem_unmap(dp->data_handle); in vsw_unmap_tx_dring()
517 (void) ldc_mem_free_handle(dp->data_handle); in vsw_unmap_tx_dring()
[all …]
H A Dvsw_ldc.c4621 rv = ldc_mem_alloc_handle(ldcp->ldc_handle, &dp->data_handle); in vsw_map_data()
4630 rv = ldc_mem_map(dp->data_handle, emsg->data_cookie, in vsw_map_data()
4641 rv = ldc_mem_info(dp->data_handle, &minfo); in vsw_map_data()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c500 mp->data_handle = buf_info->data_handle; in emlxs_mem_pool_alloc()
657 buf_info->data_handle = mp->data_handle; in emlxs_mem_pool_free()
1102 mp->data_handle = buf_info->data_handle; in emlxs_mem_buf_alloc()
1128 buf_info->data_handle = mp->data_handle; in emlxs_mem_buf_free()
1583 hbq->HBQ_host_buf.data_handle = buf_info->data_handle; in emlxs_hbq_alloc()
H A Demlxs_sli4.c1829 hba->sli.sli4.bootstrapmb.data_handle = buf_info->data_handle; in emlxs_sli4_map_hdw()
1876 buf_info->data_handle = in emlxs_sli4_unmap_hdw()
7676 void *data_handle; in emlxs_sli4_resource_alloc() local
7770 data_handle = buf_info->data_handle; in emlxs_sli4_resource_alloc()
7788 buf_info->data_handle = data_handle; in emlxs_sli4_resource_alloc()
7813 buf_info->data_handle = data_handle; in emlxs_sli4_resource_alloc()
7836 buf_info->data_handle = data_handle; in emlxs_sli4_resource_alloc()
7858 buf_info->data_handle = data_handle; in emlxs_sli4_resource_alloc()
7887 buf_info->data_handle = data_handle; in emlxs_sli4_resource_alloc()
7925 rqb->data_handle = data_handle; in emlxs_sli4_resource_alloc()
[all …]
H A Demlxs_sli3.c1815 hba->sli.sli3.slim2.data_handle = buf_info->data_handle; in emlxs_sli3_map_hdw()
1893 buf_info->data_handle = hba->sli.sli3.slim2.data_handle; in emlxs_sli3_unmap_hdw()
6569 buf_info->data_handle = hbq->HBQ_host_buf.data_handle; in emlxs_hbq_free_all()
H A Demlxs_solaris.c8324 buf_info->data_handle = 0; in emlxs_mem_alloc()
8333 &dma_reallen, (ddi_acc_handle_t *)&buf_info->data_handle); in emlxs_mem_alloc()
8346 buf_info->data_handle = 0; in emlxs_mem_alloc()
8366 (ddi_acc_handle_t *)&buf_info->data_handle); in emlxs_mem_alloc()
8373 buf_info->data_handle = 0; in emlxs_mem_alloc()
8404 buf_info->data_handle = 0; in emlxs_mem_alloc()
8455 if (buf_info->data_handle) { in emlxs_mem_free()
8457 (ddi_acc_handle_t *)&buf_info->data_handle); in emlxs_mem_free()
8462 buf_info->data_handle = NULL; in emlxs_mem_free()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h263 ldc_mem_handle_t data_handle; /* data area LDC handle */ member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h1927 void *data_handle; member
H A Demlxs_fc.h295 void *data_handle; member