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

/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c1872 * Output(s): t1394_isoch_cec_hdl The Isoch CEC "handle" used in all
1882 uint_t flags, t1394_isoch_cec_handle_t *t1394_isoch_cec_hdl)
1892 ASSERT(t1394_isoch_cec_hdl != NULL);
1976 *t1394_isoch_cec_hdl = (t1394_isoch_cec_handle_t)cec_new;
1988 * t1394_isoch_cec_hdl The Isoch CEC "handle" returned by
2001 t1394_isoch_cec_handle_t *t1394_isoch_cec_hdl)
2010 ASSERT(t1394_isoch_cec_hdl != NULL);
2015 cec_curr = (s1394_isoch_cec_t *)(*t1394_isoch_cec_hdl);
2060 *t1394_isoch_cec_hdl = NULL;
2071 * t1394_isoch_cec_hdl Th
1881 t1394_alloc_isoch_cec(t1394_handle_t t1394_hdl, t1394_isoch_cec_props_t *props, uint_t flags, t1394_isoch_cec_handle_t *t1394_isoch_cec_hdl) argument
2000 t1394_free_isoch_cec(t1394_handle_t t1394_hdl, uint_t flags, t1394_isoch_cec_handle_t *t1394_isoch_cec_hdl) argument
2091 t1394_join_isoch_cec(t1394_handle_t t1394_hdl, t1394_isoch_cec_handle_t t1394_isoch_cec_hdl, uint_t flags, t1394_join_isochinfo_t *join_isoch_info) argument
2256 t1394_leave_isoch_cec(t1394_handle_t t1394_hdl, t1394_isoch_cec_handle_t t1394_isoch_cec_hdl, uint_t flags) argument
2387 t1394_setup_isoch_cec(t1394_handle_t t1394_hdl, t1394_isoch_cec_handle_t t1394_isoch_cec_hdl, uint_t flags, int *result) argument
2692 t1394_start_isoch_cec(t1394_handle_t t1394_hdl, t1394_isoch_cec_handle_t t1394_isoch_cec_hdl, uint_t flags) argument
2818 t1394_stop_isoch_cec(t1394_handle_t t1394_hdl, t1394_isoch_cec_handle_t t1394_isoch_cec_hdl, uint_t flags) argument
2930 t1394_teardown_isoch_cec(t1394_handle_t t1394_hdl, t1394_isoch_cec_handle_t t1394_isoch_cec_hdl, uint_t flags) argument
[all...]

Completed in 48 milliseconds