Home
last modified time | relevance | path

Searched refs:t1394_isoch_cec_hdl (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/1394/
H A Dt1394.h334 t1394_isoch_cec_handle_t t1394_isoch_cec_hdl,
338 t1394_isoch_cec_handle_t t1394_isoch_cec_hdl,
341 t1394_isoch_cec_handle_t t1394_isoch_cec_hdl,
344 t1394_isoch_cec_handle_t t1394_isoch_cec_hdl,
348 t1394_isoch_cec_handle_t t1394_isoch_cec_hdl,
611 t1394_isoch_cec_handle_t *t1394_isoch_cec_hdl);
614 t1394_isoch_cec_handle_t *t1394_isoch_cec_hdl);
617 t1394_isoch_cec_handle_t t1394_isoch_cec_hdl, uint_t flags,
621 t1394_isoch_cec_handle_t t1394_isoch_cec_hdl, uint_t flags);
624 t1394_isoch_cec_handle_t t1394_isoch_cec_hdl, uint_t flags, int *result);
[all …]
/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c1600 uint_t flags, t1394_isoch_cec_handle_t *t1394_isoch_cec_hdl) in t1394_alloc_isoch_cec() argument
1607 ASSERT(t1394_isoch_cec_hdl != NULL); in t1394_alloc_isoch_cec()
1671 *t1394_isoch_cec_hdl = (t1394_isoch_cec_handle_t)cec_new; in t1394_alloc_isoch_cec()
1694 t1394_isoch_cec_handle_t *t1394_isoch_cec_hdl) in t1394_free_isoch_cec() argument
1700 ASSERT(t1394_isoch_cec_hdl != NULL); in t1394_free_isoch_cec()
1705 cec_curr = (s1394_isoch_cec_t *)(*t1394_isoch_cec_hdl); in t1394_free_isoch_cec()
1740 *t1394_isoch_cec_hdl = NULL; in t1394_free_isoch_cec()
1770 t1394_isoch_cec_handle_t t1394_isoch_cec_hdl, uint_t flags, in t1394_join_isoch_cec() argument
1780 ASSERT(t1394_isoch_cec_hdl != NULL); in t1394_join_isoch_cec()
1785 cec_curr = (s1394_isoch_cec_t *)t1394_isoch_cec_hdl; in t1394_join_isoch_cec()
[all …]