Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_buf.c87 hci1394_buf_t *buf; in hci1394_buf_alloc()
97 buf = kmem_alloc(sizeof (hci1394_buf_t), KM_SLEEP); in hci1394_buf_alloc()
115 kmem_free(buf, sizeof (hci1394_buf_t)); in hci1394_buf_alloc()
124 kmem_free(buf, sizeof (hci1394_buf_t)); in hci1394_buf_alloc()
135 kmem_free(buf, sizeof (hci1394_buf_t)); in hci1394_buf_alloc()
156 hci1394_buf_t *buf; in hci1394_buf_free()
166 kmem_free(buf, sizeof (hci1394_buf_t)); in hci1394_buf_free()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_buf.h82 } hci1394_buf_t; typedef