/titanic_50/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_vm.c | 182 caddr_t arg, caddr_t *kaddrp, size_t *real_length, in gfxp_ddi_dma_mem_alloc() argument 205 arg, kaddrp, real_length, handlep); in gfxp_ddi_dma_mem_alloc()
|
/titanic_50/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_isoch_util.c | 173 size_t real_length; in ehci_allocate_isoc_pools() local 211 &real_length, in ehci_allocate_isoc_pools() 226 real_length, in ehci_allocate_isoc_pools() 352 size_t real_length; in ehci_allocate_itw() local 406 &real_length, in ehci_allocate_itw() 419 ASSERT(real_length >= length); in ehci_allocate_itw() 425 real_length, in ehci_allocate_itw() 493 (void *)itw, real_length); in ehci_allocate_itw()
|
H A D | ehci_util.c | 392 size_t real_length; in ehci_allocate_pools() local 424 &real_length, in ehci_allocate_pools() 435 real_length, in ehci_allocate_pools() 494 &real_length, in ehci_allocate_pools() 505 real_length, in ehci_allocate_pools() 1503 size_t real_length; in ehci_init_periodic_frame_lst_table() local 1531 &real_length, &ehcip->ehci_pflt_mem_handle)) { in ehci_init_periodic_frame_lst_table() 1538 "Real length %lu", real_length); in ehci_init_periodic_frame_lst_table() 1543 real_length, DDI_DMA_RDWR | DDI_DMA_CONSISTENT, in ehci_init_periodic_frame_lst_table() 1571 bzero((void *)ehcip->ehci_periodic_frame_list_tablep, real_length); in ehci_init_periodic_frame_lst_table()
|
H A D | ehci_polled.c | 2004 size_t real_length; in ehci_polled_create_tw() local 2044 &tw->tw_buf, &real_length, &tw->tw_accesshandle)) != in ehci_polled_create_tw() 2054 tw->tw_buf, real_length, DDI_DMA_RDWR|DDI_DMA_CONSISTENT, in ehci_polled_create_tw()
|
H A D | ehci_xfer.c | 2991 size_t real_length; in ehci_create_transfer_wrapper() local 3050 (caddr_t *)&tw->tw_buf, &real_length, &tw->tw_accesshandle); in ehci_create_transfer_wrapper() 3062 ASSERT(real_length >= length); in ehci_create_transfer_wrapper() 3066 (caddr_t)tw->tw_buf, real_length, DDI_DMA_RDWR|DDI_DMA_CONSISTENT, in ehci_create_transfer_wrapper()
|
/titanic_50/usr/src/uts/intel/io/amd8111s/ |
H A D | amd8111s_main.c | 771 size_t real_length; in amd8111s_allocate_descriptors() local 787 NULL, (caddr_t *)&pMil->Rx_desc_original, &real_length, in amd8111s_allocate_descriptors() 798 NULL, (caddr_t)pMil->Rx_desc_original, real_length, in amd8111s_allocate_descriptors() 834 NULL, (caddr_t *)&pMil->Tx_desc_original, &real_length, in amd8111s_allocate_descriptors() 844 NULL, (caddr_t)pMil->Tx_desc_original, real_length, in amd8111s_allocate_descriptors() 928 size_t real_length; in amd8111s_alloc_dma_ringbuf() local 973 (size_t *)(&real_length), &pRing->acc_hdl[idx]) in amd8111s_alloc_dma_ringbuf() 979 } else if (real_length != pRing->trunk_sz) { in amd8111s_alloc_dma_ringbuf() 984 NULL, (caddr_t)pRing->trunk_addr[idx], real_length, in amd8111s_alloc_dma_ringbuf()
|
/titanic_50/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhciutil.c | 228 size_t real_length; in uhci_allocate_pools() local 252 (caddr_t *)&uhcip->uhci_td_pool_addr, &real_length, in uhci_allocate_pools() 260 NULL, (caddr_t)uhcip->uhci_td_pool_addr, real_length, in uhci_allocate_pools() 303 (caddr_t *)&uhcip->uhci_qh_pool_addr, &real_length, in uhci_allocate_pools() 310 NULL, (caddr_t)uhcip->uhci_qh_pool_addr, real_length, in uhci_allocate_pools() 845 size_t real_length; in uhci_init_frame_lst_table() local 874 &real_length, &uhcip->uhci_flt_mem_handle)) { in uhci_init_frame_lst_table() 881 NULL, (caddr_t)uhcip->uhci_frame_lst_tablep, real_length, in uhci_init_frame_lst_table() 901 bzero((void *)uhcip->uhci_frame_lst_tablep, real_length); in uhci_init_frame_lst_table() 1741 size_t real_length; in uhci_create_transfer_wrapper() local [all …]
|
H A D | uhcipolled.c | 848 size_t real_length; in uhci_polled_create_tw() local 877 &tw->tw_buf, &real_length, &tw->tw_accesshandle)) != in uhci_polled_create_tw() 887 tw->tw_buf, real_length, DDI_DMA_RDWR|DDI_DMA_CONSISTENT, in uhci_polled_create_tw()
|
/titanic_50/usr/src/uts/common/io/1394/targets/scsa1394/ |
H A D | sbp2_bus.c | 319 size_t real_length; /* real allocated length */ in scsa1394_bus_alloc_buf_phys() local 339 DDI_DMA_SLEEP, NULL, &buf->bb_kaddr, &real_length, in scsa1394_bus_alloc_buf_phys()
|
/titanic_50/usr/src/uts/i86pc/io/ioat/ |
H A D | ioat_chan.c | 546 size_t real_length; in ioat_completion_alloc() local 566 (caddr_t *)&channel->ic_cmpl, &real_length, in ioat_completion_alloc() 633 size_t real_length; in ioat_ring_alloc() local 671 (caddr_t *)&ring->cr_desc, &real_length, &channel->ic_desc_handle); in ioat_ring_alloc()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ddi_implfuncs.h | 78 size_t *real_length, ddi_acc_hdl_t *handlep);
|
H A D | sunddi.h | 1327 size_t *real_length, ddi_acc_handle_t *handlep);
|
/titanic_50/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci.c | 967 size_t real_length; in ohci_allocate_pools() local 999 &real_length, in ohci_allocate_pools() 1010 real_length, in ohci_allocate_pools() 1069 &real_length, in ohci_allocate_pools() 1078 real_length, in ohci_allocate_pools() 1722 size_t real_length; in ohci_init_hcca() local 1756 &real_length, in ohci_init_hcca() 1762 bzero((void *)ohcip->ohci_hccap, real_length); in ohci_init_hcca() 1794 "ohci_init_hcca: Real length %lu", real_length); in ohci_init_hcca() 1803 real_length, in ohci_init_hcca() [all …]
|
H A D | ohci_polled.c | 2119 size_t real_length; in ohci_polled_create_tw() local 2150 &tw->tw_buf, &real_length, &tw->tw_accesshandle)) != in ohci_polled_create_tw() 2160 tw->tw_buf, real_length, DDI_DMA_RDWR|DDI_DMA_CONSISTENT, in ohci_polled_create_tw()
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | ddi_impl.c | 1162 caddr_t *kaddrp, size_t *real_length, ddi_acc_hdl_t *handlep) in i_ddi_mem_alloc() argument 1225 if (real_length) { in i_ddi_mem_alloc() 1226 *real_length = length; in i_ddi_mem_alloc()
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | ddi_impl.c | 1612 size_t *real_length, ddi_acc_hdl_t *ap) in i_ddi_mem_alloc() argument 1703 if (real_length) { in i_ddi_mem_alloc() 1704 *real_length = length; in i_ddi_mem_alloc()
|
/titanic_50/usr/src/uts/sun/io/ |
H A D | fd.c | 2573 size_t real_length; in fdrawioctl() local 2704 DDI_DMA_DONTWAIT, 0, &fa, &real_length, in fdrawioctl() 2793 DDI_DMA_DONTWAIT, 0, &fa, &real_length, in fdrawioctl() 2956 size_t real_length; in fdformat() local 3018 DDI_DMA_DONTWAIT, 0, &fd, &real_length, in fdformat() 5447 size_t real_length; in fdrw() local 5536 DDI_DMA_DONTWAIT, 0, &dma_addr, &real_length, in fdrw()
|
/titanic_50/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge.c | 218 size_t real_length; in myri10ge_dma_alloc() local 233 wait, NULL, &kaddr, &real_length, in myri10ge_dma_alloc() 553 size_t real_length; in myri10ge_add_jbuf() local 573 NULL, &j->buf, &real_length, &j->acc_handle); in myri10ge_add_jbuf() 578 real_length, DDI_DMA_READ|DDI_DMA_STREAMING, DDI_DMA_DONTWAIT, in myri10ge_add_jbuf()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | sunddi.c | 6978 size_t *real_length, ddi_acc_handle_t *handlep) in ddi_dma_mem_alloc() argument 7027 *real_length = length; in ddi_dma_mem_alloc() 7030 flags, accattrp, kaddrp, real_length, ap); in ddi_dma_mem_alloc() 7033 ap->ah_len = (off_t)(*real_length); in ddi_dma_mem_alloc()
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_subr.c | 6913 size_t real_length; in pmcs_dma_setup() local 6935 NULL, kvap, &real_length, acch) != DDI_SUCCESS) { in pmcs_dma_setup() 6943 if (ddi_dma_addr_bind_handle(*dmah, NULL, *kvap, real_length, in pmcs_dma_setup()
|