Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c52 s1394_isoch_cec_t *cec_curr; in s1394_isoch_rsrc_realloc()
192 s1394_isoch_cec_t *cec_curr; in s1394_isoch_rsrc_realloc_notify()
896 s1394_isoch_cec_list_insert(s1394_hal_t *hal, s1394_isoch_cec_t *cec) in s1394_isoch_cec_list_insert()
898 s1394_isoch_cec_t *cec_temp; in s1394_isoch_cec_list_insert()
927 s1394_isoch_cec_list_remove(s1394_hal_t *hal, s1394_isoch_cec_t *cec) in s1394_isoch_cec_list_remove()
929 s1394_isoch_cec_t *prev_cec; in s1394_isoch_cec_list_remove()
930 s1394_isoch_cec_t *next_cec; in s1394_isoch_cec_list_remove()
963 s1394_isoch_cec_member_list_insert(s1394_hal_t *hal, s1394_isoch_cec_t *cec, in s1394_isoch_cec_member_list_insert()
1004 s1394_isoch_cec_member_list_remove(s1394_hal_t *hal, s1394_isoch_cec_t *cec, in s1394_isoch_cec_member_list_remove()
H A Dt1394.c1381 s1394_isoch_cec_t *cec_new; in t1394_alloc_isoch_single()
1538 s1394_isoch_cec_t *cec_curr; in t1394_free_isoch_single()
1603 s1394_isoch_cec_t *cec_new; in t1394_alloc_isoch_cec()
1697 s1394_isoch_cec_t *cec_curr; in t1394_free_isoch_cec()
1737 kmem_free(cec_curr, sizeof (s1394_isoch_cec_t)); in t1394_free_isoch_cec()
1774 s1394_isoch_cec_t *cec_curr; in t1394_join_isoch_cec()
1908 s1394_isoch_cec_t *cec_curr; in t1394_leave_isoch_cec()
2024 s1394_isoch_cec_t *cec_curr; in t1394_setup_isoch_cec()
2288 s1394_isoch_cec_t *cec_curr; in t1394_start_isoch_cec()
2394 s1394_isoch_cec_t *cec_curr; in t1394_stop_isoch_cec()
[all …]
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h222 typedef struct s1394_isoch_cec_s s1394_isoch_cec_t; typedef
637 s1394_isoch_cec_t *isoch_cec_list_head;
638 s1394_isoch_cec_t *isoch_cec_list_tail;
778 s1394_isoch_cec_t *cec_next;
779 s1394_isoch_cec_t *cec_prev;
1143 void s1394_isoch_cec_list_insert(s1394_hal_t *hal, s1394_isoch_cec_t *cec);
1145 void s1394_isoch_cec_list_remove(s1394_hal_t *hal, s1394_isoch_cec_t *cec);
1148 s1394_isoch_cec_t *cec, s1394_isoch_cec_member_t *member);
1151 s1394_isoch_cec_t *cec, s1394_isoch_cec_member_t *member);