Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/1394/
H A Dt1394.h336 t1394_isoch_cec_handle_t t1394_isoch_cec_hdl,
340 t1394_isoch_cec_handle_t t1394_isoch_cec_hdl,
343 t1394_isoch_cec_handle_t t1394_isoch_cec_hdl,
346 t1394_isoch_cec_handle_t t1394_isoch_cec_hdl,
350 t1394_isoch_cec_handle_t t1394_isoch_cec_hdl,
613 t1394_isoch_cec_handle_t *t1394_isoch_cec_hdl);
616 t1394_isoch_cec_handle_t *t1394_isoch_cec_hdl);
619 t1394_isoch_cec_handle_t t1394_isoch_cec_hdl, uint_t flags,
623 t1394_isoch_cec_handle_t t1394_isoch_cec_hdl, uint_t flags);
626 t1394_isoch_cec_handle_t t1394_isoch_cec_hdl, uint_t flags, int *result);
[all …]
/titanic_41/usr/src/uts/common/io/1394/
H A Dt1394.c1882 uint_t flags, t1394_isoch_cec_handle_t *t1394_isoch_cec_hdl) in t1394_alloc_isoch_cec() argument
1892 ASSERT(t1394_isoch_cec_hdl != NULL); in t1394_alloc_isoch_cec()
1976 *t1394_isoch_cec_hdl = (t1394_isoch_cec_handle_t)cec_new; in t1394_alloc_isoch_cec()
2001 t1394_isoch_cec_handle_t *t1394_isoch_cec_hdl) in t1394_free_isoch_cec() argument
2010 ASSERT(t1394_isoch_cec_hdl != NULL); in t1394_free_isoch_cec()
2015 cec_curr = (s1394_isoch_cec_t *)(*t1394_isoch_cec_hdl); in t1394_free_isoch_cec()
2060 *t1394_isoch_cec_hdl = NULL; in t1394_free_isoch_cec()
2092 t1394_isoch_cec_handle_t t1394_isoch_cec_hdl, uint_t flags, in t1394_join_isoch_cec() argument
2105 ASSERT(t1394_isoch_cec_hdl != NULL); in t1394_join_isoch_cec()
2110 cec_curr = (s1394_isoch_cec_t *)t1394_isoch_cec_hdl; in t1394_join_isoch_cec()
[all …]