Lines Matching defs:state
460 s1394_hal_state_t state;
514 state = to_hal->hal_state;
515 if (state != S1394_HAL_NORMAL) {
516 ret = s1394_HAL_asynch_error(to_hal, cmd, state);
543 if (state == S1394_HAL_RESET) {
631 s1394_hal_state_t state;
698 state = to_hal->hal_state;
699 if (state != S1394_HAL_NORMAL) {
700 ret = s1394_HAL_asynch_error(to_hal, cmd, state);
729 if (state == S1394_HAL_RESET) {
822 s1394_hal_state_t state;
851 state = to_hal->hal_state;
852 if (state != S1394_HAL_NORMAL) {
853 ret = s1394_HAL_asynch_error(to_hal, cmd, state);
2032 /* Is "free" a legal state transition? */
2125 /* Is "join" a legal state transition? */
2222 * Now "leave" is a legal state transition
2223 * and "free" is an illegal state transition
2288 /* Is "leave" a legal state transition? */
2346 * Now "free" _might_ be a legal state transition
2348 * is definitely an illegal state transition
2432 /* Is "setup" a legal state transition? */
2648 * Now "start" and "teardown" are legal state transitions
2649 * and "join", "free", and "setup" are illegal state transitions
2725 /* Is "start" a legal state transition? */
2773 * Now "stop" is a legal state transitions
2774 * and "start" and "teardown" are illegal state transitions
2849 /* Is "stop" a legal state transition? */
2894 * Now "start" and "teardown" are legal state transitions
2895 * and "stop" is an illegal state transitions
2970 /* Is "teardown" a legal state transition? */
3089 * Now "join" and "setup" are legal state transitions
3090 * and "start" and "teardown" are illegal state transitions