Searched refs:tlabel_handle (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_tlabel.c | 53 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...] |
/illumos-gate/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_tlabel.h | 151 hci1394_tlabel_handle_t *tlabel_handle); 152 void hci1394_tlabel_fini(hci1394_tlabel_handle_t *tlabel_handle); 154 int hci1394_tlabel_alloc(hci1394_tlabel_handle_t tlabel_handle, 156 void hci1394_tlabel_free(hci1394_tlabel_handle_t tlabel_handle, 159 void hci1394_tlabel_register(hci1394_tlabel_handle_t tlabel_handle, 161 void hci1394_tlabel_lookup(hci1394_tlabel_handle_t tlabel_handle, 164 void hci1394_tlabel_bad(hci1394_tlabel_handle_t tlabel_handle, 167 void hci1394_tlabel_reset(hci1394_tlabel_handle_t tlabel_handle); 169 void hci1394_tlabel_set_reclaim_time(hci1394_tlabel_handle_t tlabel_handle,
|
Completed in 56 milliseconds