Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_buf.c89 hci1394_buf_t *buf; in hci1394_buf_alloc()
100 buf = kmem_alloc(sizeof (hci1394_buf_t), KM_SLEEP); in hci1394_buf_alloc()
118 kmem_free(buf, sizeof (hci1394_buf_t)); in hci1394_buf_alloc()
131 kmem_free(buf, sizeof (hci1394_buf_t)); in hci1394_buf_alloc()
146 kmem_free(buf, sizeof (hci1394_buf_t)); in hci1394_buf_alloc()
173 hci1394_buf_t *buf; in hci1394_buf_free()
184 kmem_free(buf, sizeof (hci1394_buf_t)); in hci1394_buf_free()
/titanic_50/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_buf.h84 } hci1394_buf_t; typedef