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

/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/libinst/
H A Dlistmgr.c63 int data_handle; /* list_handle for pointer array */ member in struct:blk_list_cs
269 bl_ptr->data_handle = -1;
383 int data_handle, retval; local
387 if ((data_handle = bl_create(count_per_block, struct_size, desc)) == -1)
398 array_ptr->data_handle = data_handle;
438 data_ptr = bl_cs_array[list_ptr->data_handle];
480 invalid_handle(bl_cs_array[list_handle]->data_handle))
507 data_area = bl_next_avail(array_ptr->data_handle);
562 bl_free(bl_cs_array[list_handle]->data_handle);
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dvsw_rxdring.c291 rv = ldc_mem_alloc_handle(ldcp->ldc_handle, &dp->data_handle);
304 rv = ldc_mem_bind_handle(dp->data_handle, (caddr_t)data_addr,
318 rv = ldc_mem_nextcookie(dp->data_handle,
402 (void) ldc_mem_unbind_handle(dp->data_handle);
407 if (dp->data_handle) {
408 (void) ldc_mem_free_handle(dp->data_handle);
409 dp->data_handle = 0;
515 if (dp->data_handle != NULL) {
516 (void) ldc_mem_unmap(dp->data_handle);
517 (void) ldc_mem_free_handle(dp->data_handle);
[all...]
H A Dvsw_ldc.c4621 rv = ldc_mem_alloc_handle(ldcp->ldc_handle, &dp->data_handle);
4630 rv = ldc_mem_map(dp->data_handle, emsg->data_cookie,
4641 rv = ldc_mem_info(dp->data_handle, &minfo);
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c449 mp->data_handle = buf_info->data_handle;
569 buf_info->data_handle = mp->data_handle;
589 buf_info->data_handle = mp->data_handle;
825 mp->data_handle = buf_info->data_handle;
851 buf_info->data_handle = mp->data_handle;
[all...]
H A Demlxs_sli4.c1153 hba->sli.sli4.bootstrapmb.data_handle = buf_info->data_handle;
1210 buf_info->data_handle =
1211 hba->sli.sli4.bootstrapmb.data_handle;
5215 void *data_handle; local
5309 data_handle = buf_info->data_handle;
5326 buf_info->data_handle = data_handle;
5352 buf_info->data_handle
[all...]
H A Demlxs_sli3.c1704 hba->sli.sli3.slim2.data_handle = buf_info->data_handle;
1782 buf_info->data_handle = hba->sli.sli3.slim2.data_handle;
6428 buf_info->data_handle = hbq->HBQ_host_buf.data_handle;
H A Demlxs_solaris.c7444 buf_info->data_handle = 0;
7453 &dma_reallen, (ddi_acc_handle_t *)&buf_info->data_handle);
7466 buf_info->data_handle = 0;
7486 (ddi_acc_handle_t *)&buf_info->data_handle);
7493 buf_info->data_handle = 0;
7525 buf_info->data_handle = 0;
7577 (ddi_acc_handle_t *)&buf_info->data_handle);
7581 buf_info->data_handle = NULL;
/opensolaris-onvv-gate/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h263 ldc_mem_handle_t data_handle; /* data area LDC handle */ member in struct:dring_info
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h294 void *data_handle; member in struct:emlxs_buf_info
H A Demlxs_hw.h1832 void *data_handle; member in struct:__anon7489

Completed in 239 milliseconds