Searched refs:hci1394_idma_desc_mem_t (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h70 } hci1394_idma_desc_mem_t; typedef in typeref:struct:hci1394_idma_desc_mem_s
89 hci1394_idma_desc_mem_t *dma_firstp; /* 1st alloc dma descriptor mem */
H A Dhci1394_ixl.h155 hci1394_idma_desc_mem_t *dma_firstp; /* 1st alloc descriptor mem */
156 hci1394_idma_desc_mem_t *dma_currentp; /* cur dma descriptor mem */
/opensolaris-onvv-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c49 hci1394_idma_desc_mem_t *);
443 hci1394_idma_desc_mem_t *dma_firstp)
445 hci1394_idma_desc_mem_t *dma_next;
464 kmem_free(dma_firstp, sizeof (hci1394_idma_desc_mem_t));
H A Dhci1394_ixl_comp.c251 hci1394_idma_desc_mem_t *dma_nextp;
2657 hci1394_idma_desc_mem_t *dma_new;
2677 if ((dma_new = (hci1394_idma_desc_mem_t *)
2678 kmem_zalloc(sizeof (hci1394_idma_desc_mem_t),
2726 sizeof (hci1394_idma_desc_mem_t));
2737 sizeof (hci1394_idma_desc_mem_t));
2748 if ((dma_new = (hci1394_idma_desc_mem_t *)
2749 calloc(1, sizeof (hci1394_idma_desc_mem_t))) == NULL) {

Completed in 65 milliseconds