Lines Matching refs:sac_exitval

783 	int	sac_exitval;  in load_ttymondb()  local
847 sac_exitval = SAC_EXITVAL(pclose(fs_popen)); in load_ttymondb()
848 if (sac_exitval != 0) { in load_ttymondb()
850 "pmadm: (%s) %s\n", SAC_EID(sac_exitval), in load_ttymondb()
851 SAC_EMSG(sac_exitval)); in load_ttymondb()
863 int sac_exitval; in add_pm_entry() local
873 sac_exitval = execute(cmdline); in add_pm_entry()
874 if ((sac_exitval != 0) && (sac_exitval != E_SACNOTRUN)) { in add_pm_entry()
879 SAC_EID(sac_exitval), SAC_EMSG(sac_exitval)); in add_pm_entry()
892 int sac_exitval; in remove_pm_entry() local
897 sac_exitval = execute(cmdline); in remove_pm_entry()
898 if ((sac_exitval != 0) && (sac_exitval != E_SACNOTRUN)) { in remove_pm_entry()
903 SAC_EID(sac_exitval), SAC_EMSG(sac_exitval)); in remove_pm_entry()
921 int sac_exitval; in delete_port_monitor() local
925 sac_exitval = execute(cmdline); in delete_port_monitor()
928 if (sac_exitval == E_NOEXIST) { in delete_port_monitor()
934 if (sac_exitval != 0) { in delete_port_monitor()
936 SAC_EID(sac_exitval), SAC_EMSG(sac_exitval)); in delete_port_monitor()
943 if (sac_exitval = execute(cmdline)) { in delete_port_monitor()
948 SAC_EID(sac_exitval), SAC_EMSG(sac_exitval)); in delete_port_monitor()
960 int sac_exitval; in add_port_monitor() local
968 sac_exitval = execute(cmdline); in add_port_monitor()
969 if (sac_exitval == E_NOEXIST) { in add_port_monitor()
976 if (sac_exitval = execute(cmdline)) { in add_port_monitor()
981 SAC_EID(sac_exitval), in add_port_monitor()
982 SAC_EMSG(sac_exitval)); in add_port_monitor()