 INCLUDE ST_EQU
*$machine_name EstablishPath
*$global_recover exec_err
*******************************************************
*state_1        standard
*               MESSAGES_msgSelect
*               HWI_UTILS_hwiGetPhase
*$event_pairs_catch
*               WaitForIsr,state_1a
*               MsgOut,state_2
*               state_exit
*******************************************************
*state_1a       suspend
*               state_1
*******************************************************
*state_2        standard
*               MESSAGES_msgIdentifyMsg
*               HWI_UTILS_hwiGetPhase
*$event_pairs_catch
*               NeedSynchParms,state_3
*               MsgIn,state_4
*               ScsiErr,state_exit
*               state_exit
*******************************************************
*state_3        standard
*               MESSAGES_msgInitSynchParms
*               HWI_UTILS_hwiGetPhase
*$event_pairs_catch
*               state_exit
*******************************************************
*state_4        standard
*               MESSAGES_msgGetMsg
*$event_pairs_catch
*               Synch,state_5
*               ScsiErr,state_exit
*               state_6
*******************************************************
*state_5        standard
*               MESSAGES_msgTargetSynchParms
*               HWI_UTILS_hwiGetPhase
*$event_pairs_catch
*               state_exit
*******************************************************
*state_6        standard
*               MESSAGES_msgRejectMsg
*               HWI_UTILS_hwiGetPhase
*$event_pairs_catch
*               MsgIn,state_4
*               MsgOut,state_2
*               state_exit
*******************************************************
*exec_err       standard
*               COMMANDS_cmdStateErr
*$event_pairs_catch
*               state_exit
*******************************************************
*state_exit     mexit
*               0
*******************************************************
*$end_machine
*******************************************************
