Home
last modified time | relevance | path

Searched defs:cec (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c896 s1394_isoch_cec_list_insert(s1394_hal_t *hal, s1394_isoch_cec_t *cec) 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()
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()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h812 #define CEC_IN_ANY_CALLBACKS(cec) (((cec)->in_callbacks == B_TRUE) || \ argument
815 #define CEC_TRANSITION_LEGAL(cec, tran) ((cec)->state_transitions & (tran)) argument
816 #define CEC_SET_LEGAL(cec, tran) ((cec)->state_transitions |= (tran)) argument
817 #define CEC_SET_ILLEGAL(cec, tran) ((cec)->state_transitions &= ~(tran)) argument