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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_tlabel.c127 hci1394_tlabel_info_t *tlabel_info)
138 ASSERT(tlabel_info != NULL);
142 /* copy destination into tlabel_info */
143 tlabel_info->tbi_destination = destination;
199 tlabel_info->tbi_tlabel = last;
204 tlabel_info->tbi_tlabel);
267 hci1394_tlabel_info_t *tlabel_info)
274 ASSERT(tlabel_info != NULL);
275 ASSERT(tlabel_info->tbi_tlabel <= TLABEL_MASK);
279 node_number = IEEE1394_NODE_NUM(tlabel_info
126 hci1394_tlabel_alloc(hci1394_tlabel_handle_t tlabel_handle, uint_t destination, hci1394_tlabel_info_t *tlabel_info) 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
[all...]

Completed in 57 milliseconds