Searched refs:stop_target (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/1394/
H A Dt1394.h325 * The stop_target() callback is called for all member targets
342 void (*stop_target)( member in struct:t1394_isoch_cec_evts_s
/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c1699 jii.isoch_cec_evts.stop_target = NULL;
1700 jii.isoch_cec_evts.stop_target = NULL;
2189 (join_isoch_info->isoch_cec_evts.stop_target == NULL) ||
2810 * to invoke each of the stop_target() callbacks, first for
2868 * Call all of the stop_target() callbacks
2874 if (member_curr->isoch_cec_evts.stop_target != NULL) {
2876 member_curr->isoch_cec_evts.stop_target;

Completed in 52 milliseconds