Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_async.h212 } hci1394_async_t; typedef
/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_async.c152 hci1394_async_t *async; in hci1394_async_init()
163 async = kmem_alloc(sizeof (hci1394_async_t), KM_SLEEP); in hci1394_async_init()
216 kmem_free(async, sizeof (hci1394_async_t)); in hci1394_async_init()
239 kmem_free(async, sizeof (hci1394_async_t)); in hci1394_async_init()
263 kmem_free(async, sizeof (hci1394_async_t)); in hci1394_async_init()
288 kmem_free(async, sizeof (hci1394_async_t)); in hci1394_async_init()
314 hci1394_async_t *async; in hci1394_async_fini()
320 async = (hci1394_async_t *)*async_handle; in hci1394_async_fini()
330 kmem_free(async, sizeof (hci1394_async_t)); in hci1394_async_fini()