Searched refs:hci1394_q_t (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h340 } hci1394_q_t; typedef in typeref:struct:hci1394_q_s
/opensolaris-onvv-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c96 hci1394_q_t *q;
110 q = kmem_alloc(sizeof (hci1394_q_t), KM_SLEEP);
131 kmem_free(q, sizeof (hci1394_q_t));
163 kmem_free(q, sizeof (hci1394_q_t));
238 hci1394_q_t *q;
250 kmem_free(q, sizeof (hci1394_q_t));

Completed in 78 milliseconds