 INCLUDE ST_EQU
*$machine_name AbortPath
*$global_recover exec_err
*******************************************************
*state_1        standard
*               MESSAGES_msgIsPathActive
*$event_pairs_catch
*               NoEvent,state_2
*               state_exit
*******************************************************
*state_2        standard
*               HWI_UTILS_hwiGetMsgOut
*$event_pairs
*               MsgOut,state_3
*               ScsiErr,state_exit
*               BusFree,state_exit
*               BusBusy,state_exit
*******************************************************
*state_3        standard
*               MESSAGES_msgAbortMsg
*               HWI_UTILS_hwiGetPhase
*$event_pairs_catch
*               ScsiErr,state_exit
*               state_exit
*******************************************************
*exec_err       standard
*               COMMANDS_cmdStateErr
*$event_pairs_catch
*               state_exit
*******************************************************
*state_exit     mexit
*               0
*******************************************************
*$end_machine
*******************************************************
