Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y116 int conf_edit_error = POE_OK; /* cached error for error reporting */
118 int conf_list_error = POE_OK; /* cached error for error reporting */
260 if (conf_edit_error != POE_OK) {
273 if (conf_list_error != POE_OK) {
282 | discover_command {conf_list_error = conf_edit_error = POE_OK;};
335 conf_list_error = conf_edit_error = POE_OK;
/titanic_41/usr/src/lib/libpool/common/
H A Dpool.h81 #define POE_OK 0 macro
H A Dpool.c121 static int pool_errval = POE_OK;
627 return (POE_OK); in pool_error()
641 case POE_OK: in pool_strerror()
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java170 public final static int POE_OK = 0; field in PoolInternal