Searched refs:hci1394_statebit_set (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_attach.c | 60 static void hci1394_statebit_set(uint64_t *state, uint_t statebit); 113 hci1394_statebit_set(&attach_state, STATE_ZALLOC); in hci1394_attach() 127 hci1394_statebit_set(&attach_state, STATE_ISR_INIT); in hci1394_attach() 139 hci1394_statebit_set(&attach_state, STATE_MINOR_NODE); in hci1394_attach() 150 hci1394_statebit_set(&attach_state, STATE_HW_INIT); in hci1394_attach() 153 hci1394_statebit_set(&attach_state, STATE_PHASE2); in hci1394_attach() 181 hci1394_statebit_set(&attach_state, STATE_H1394_ATTACH); in hci1394_attach() 191 hci1394_statebit_set(&attach_state, STATE_ISR_HANDLER); in hci1394_attach() 202 hci1394_statebit_set(&attach_state, STATE_STARTUP); in hci1394_attach() 817 hci1394_statebit_set(uint64_t *state, uint_t statebit) in hci1394_statebit_set() function
|