Searched refs:mem_handle (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dfault_iso.c55 static ds_svc_hdl_t mem_handle; variable
89 &mem_handle /* cb_arg */
424 if ((rv = ds_cap_send(mem_handle, &resp_msg, sizeof (resp_msg))) != 0) {
437 if ((ds_svc_hdl_t *)arg == &mem_handle)
438 mem_handle = hdl;
448 if ((ds_svc_hdl_t *)arg == &mem_handle)
449 mem_handle = DS_INVALID_HDL;
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dmem_config.c674 struct mem_handle;
675 static void transit_list_collect(struct mem_handle *, int);
725 static void mem_del_stat_print_func(struct mem_handle *);
741 struct mem_handle { struct
743 struct mem_handle *mh_next;
763 static struct mem_handle *mem_handle_head;
766 static struct mem_handle *
769 struct mem_handle *mhp;
771 mhp = kmem_zalloc(sizeof (struct mem_handle), KM_SLEEP);
785 kphysm_free_mem_handle(struct mem_handle *mh
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h59 * a valid mem_handle and mem, to be used when freeing all the memory.
66 hci1394_buf_handle_t mem_handle; member in struct:hci1394_idma_desc_mem_s
/opensolaris-onvv-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c459 if (dma_firstp->mem_handle != NULL) {
460 hci1394_buf_free(&dma_firstp->mem_handle);
H A Dhci1394_ixl_comp.c2706 dma_new->mem_handle =
2707 wvp->dma_currentp->mem_handle;
2708 wvp->dma_currentp->mem_handle = NULL;
2718 if (dma_new->mem_handle == NULL) {
2723 &parms, &dma_new->mem, &dma_new->mem_handle);
2735 hci1394_buf_free(&dma_new->mem_handle);
/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h284 ddi_acc_handle_t mem_handle; /* Memory handle */ member in struct:uhci_bulk_isoc_td_pool
306 ddi_acc_handle_t mem_handle; /* Memory handle */ member in struct:uhci_isoc_buf
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dfdc.c1131 ddi_acc_handle_t mem_handle = NULL; local
1186 &real_size, &mem_handle);
1232 if (mem_handle != NULL) {
1233 ddi_dma_mem_free(&mem_handle);
1252 ddi_acc_handle_t mem_handle = NULL; local
1305 &real_size, &mem_handle);
1357 if (mem_handle != NULL) {
1358 ddi_dma_mem_free(&mem_handle);
1378 ddi_acc_handle_t mem_handle = NULL; local
1475 DDI_DMA_SLEEP, NULL, &aligned_buf, &real_size, &mem_handle);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c2486 ddi_dma_mem_free(&tw->tw_isoc_bufs[i].mem_handle);
3157 ddi_dma_mem_free(&td_pool_ptr2->mem_handle);
3173 &td_pool_ptr1->mem_handle) != DDI_SUCCESS) {
3182 ddi_dma_mem_free(&td_pool_ptr2->mem_handle);
3228 ddi_dma_mem_free(&td_pool_ptr1->mem_handle);
3236 ddi_dma_mem_free(&td_pool_ptr2->mem_handle);
3495 ddi_dma_mem_free(&td_pool_ptr->mem_handle);
3722 ddi_dma_mem_free(&td_pool_ptr->mem_handle);
3861 mem_handle);
3876 &real_length, &tw->tw_isoc_bufs[i].mem_handle)) !
[all...]
H A Duhci.c1382 ddi_rep_get8(tw->tw_isoc_bufs[i].mem_handle,
/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h464 ddi_acc_handle_t mem_handle; /* Memory handle */ member in struct:ohci_isoc_buf
/opensolaris-onvv-gate/usr/src/uts/sun/io/
H A Dfd.c2576 ddi_acc_handle_t mem_handle; local
2705 &mem_handle);
2716 ddi_dma_mem_free(&mem_handle);
2736 ddi_dma_mem_free(&mem_handle);
2794 &mem_handle);
2809 ddi_dma_mem_free(&mem_handle);
2824 ddi_dma_mem_free(&mem_handle);
2891 ddi_dma_mem_free(&mem_handle);
2958 ddi_acc_handle_t mem_handle; local
3019 &mem_handle);
5450 ddi_acc_handle_t mem_handle = NULL; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c5707 tw->tw_isoc_bufs[i].mem_handle, p,
7114 mem_handle);
7135 &real_length, &tw->tw_isoc_bufs[i].mem_handle);
7148 mem_handle);
7182 ddi_dma_mem_free(&tw->tw_isoc_bufs[i].mem_handle);
7190 mem_handle);
7655 ddi_dma_mem_free(&tw->tw_isoc_bufs[i].mem_handle);
9620 ddi_rep_get8(tw->tw_isoc_bufs[i].mem_handle,

Completed in 155 milliseconds