Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_vendor.c64 static int hci1394_rio_init(hci1394_vendor_t *vendor);
65 static void hci1394_rio_guid_init(hci1394_vendor_t *vendor);
66 static int hci1394_rio_resume(hci1394_vendor_t *vendor);
84 hci1394_vendor_t *vendor; in hci1394_vendor_init()
95 vendor = kmem_alloc(sizeof (hci1394_vendor_t), KM_SLEEP); in hci1394_vendor_init()
115 sizeof (hci1394_vendor_t)); in hci1394_vendor_init()
174 kmem_free(*vendor_handle, sizeof (hci1394_vendor_t)); in hci1394_vendor_fini()
330 hci1394_rio_init(hci1394_vendor_t *vendor) in hci1394_rio_init()
387 hci1394_rio_resume(hci1394_vendor_t *vendor) in hci1394_rio_resume()
423 hci1394_rio_guid_init(hci1394_vendor_t *vendor) in hci1394_rio_guid_init()
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_vendor.h107 } hci1394_vendor_t; typedef