Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c96 hci1394_q_t *q; in hci1394_q_init()
110 q = kmem_alloc(sizeof (hci1394_q_t), KM_SLEEP); in hci1394_q_init()
131 kmem_free(q, sizeof (hci1394_q_t)); in hci1394_q_init()
163 kmem_free(q, sizeof (hci1394_q_t)); in hci1394_q_init()
238 hci1394_q_t *q; in hci1394_q_fini()
250 kmem_free(q, sizeof (hci1394_q_t)); in hci1394_q_fini()
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h340 } hci1394_q_t; typedef