Searched defs:tlabel_handle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_tlabel.c53 hci1394_tlabel_handle_t *tlabel_handle)
58 ASSERT(tlabel_handle != NULL);
65 *tlabel_handle = tstruct;
99 hci1394_tlabel_fini(hci1394_tlabel_handle_t *tlabel_handle) argument
104 ASSERT(tlabel_handle != NULL);
107 tstruct = (hci1394_tlabel_t *)*tlabel_handle;
113 *tlabel_handle = NULL;
126 hci1394_tlabel_alloc(hci1394_tlabel_handle_t tlabel_handle, uint_t destination, argument
137 ASSERT(tlabel_handle != NULL);
148 mutex_enter(&tlabel_handle
52 hci1394_tlabel_init(hci1394_drvinfo_t *drvinfo, hrtime_t reclaim_time_nS, hci1394_tlabel_handle_t *tlabel_handle) argument
266 hci1394_tlabel_free(hci1394_tlabel_handle_t tlabel_handle, hci1394_tlabel_info_t *tlabel_info) argument
309 hci1394_tlabel_register(hci1394_tlabel_handle_t tlabel_handle, hci1394_tlabel_info_t *tlabel_info, void *cmd) argument
345 hci1394_tlabel_lookup(hci1394_tlabel_handle_t tlabel_handle, hci1394_tlabel_info_t *tlabel_info, void **cmd) argument
390 hci1394_tlabel_bad(hci1394_tlabel_handle_t tlabel_handle, hci1394_tlabel_info_t *tlabel_info) argument
436 hci1394_tlabel_reset(hci1394_tlabel_handle_t tlabel_handle) argument
503 hci1394_tlabel_set_reclaim_time(hci1394_tlabel_handle_t tlabel_handle, hrtime_t reclaim_time_nS) argument
[all...]

Completed in 56 milliseconds