Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/1394/
H A Dt1394.h563 int t1394_cmp_unregister(t1394_handle_t t1394_hdl);
609 int t1394_alloc_isoch_cec(t1394_handle_t t1394_hdl,
616 int t1394_join_isoch_cec(t1394_handle_t t1394_hdl,
620 int t1394_leave_isoch_cec(t1394_handle_t t1394_hdl,
623 int t1394_setup_isoch_cec(t1394_handle_t t1394_hdl,
637 int t1394_start_isoch_cec(t1394_handle_t t1394_hdl,
640 int t1394_stop_isoch_cec(t1394_handle_t t1394_hdl,
670 int t1394_alloc_isoch_dma(t1394_handle_t t1394_hdl,
688 int t1394_start_isoch_dma(t1394_handle_t t1394_hdl,
692 void t1394_stop_isoch_dma(t1394_handle_t t1394_hdl,
[all …]
/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c80 ASSERT(t1394_hdl != NULL); in t1394_attach()
83 *t1394_hdl = NULL; in t1394_attach()
199 ASSERT(t1394_hdl != NULL); in t1394_detach()
244 *t1394_hdl = NULL; in t1394_detach()
274 ASSERT(t1394_hdl != NULL); in t1394_alloc_cmd()
343 ASSERT(t1394_hdl != NULL); in t1394_free_cmd()
415 ASSERT(t1394_hdl != NULL); in t1394_read()
554 ASSERT(t1394_hdl != NULL); in t1394_write()
709 ASSERT(t1394_hdl != NULL); in t1394_lock()
833 ASSERT(t1394_hdl != NULL); in t1394_alloc_addr()
[all …]