Home
last modified time | relevance | path

Searched refs:T1394_NO_IRM_ALLOC (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c77 if (!(cec_curr->cec_options & T1394_NO_IRM_ALLOC) && in s1394_isoch_rsrc_realloc()
120 if (!(cec_curr->cec_options & T1394_NO_IRM_ALLOC) && in s1394_isoch_rsrc_realloc()
210 if (!(cec_curr->cec_options & T1394_NO_IRM_ALLOC) && in s1394_isoch_rsrc_realloc_notify()
H A Dt1394.c1619 if (props->cec_options & T1394_NO_IRM_ALLOC) { in t1394_alloc_isoch_cec()
2066 if (cec_curr->cec_options & T1394_NO_IRM_ALLOC) { in t1394_setup_isoch_cec()
2529 if (cec_curr->cec_options & T1394_NO_IRM_ALLOC) { in t1394_teardown_isoch_cec()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dt1394.h291 T1394_NO_IRM_ALLOC = (1 << 0) enumerator