Searched refs:hci1394_buf_t (Results 1 – 2 of 2) sorted by relevance
89 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()
84 } hci1394_buf_t; typedef