Home
last modified time | relevance | path

Searched refs:E_PMNOTRUN (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/cmd/nlsadmin/
H A Dnlsadmin.c641 case E_PMNOTRUN: in old_addsvc()
836 case E_PMNOTRUN: in disable_svc()
876 case E_PMNOTRUN: in enable_svc()
916 case E_PMNOTRUN: in remove_svc()
964 case E_PMNOTRUN: in kill_listener()
1008 case E_PMNOTRUN: in add_pm()
1068 case E_PMNOTRUN: in start_listener()
1112 case E_PMNOTRUN: in start_listener()
/onnv-gate/usr/src/head/
H A Dsac.h142 #define E_PMNOTRUN 8 /* port monitor is not running */ macro
/onnv-gate/usr/src/cmd/saf/
H A Dsacadm.c1161 Saferrno = E_PMNOTRUN;
H A Dpmadm.c888 if (((status >> 8) & 0xff) == E_PMNOTRUN) { in tell_sac()