Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y114 int conf_edit_error = POE_OK; /* cached error for error reporting */
116 int conf_list_error = POE_OK; /* cached error for error reporting */
258 if (conf_edit_error != POE_OK) {
271 if (conf_list_error != POE_OK) {
280 | discover_command {conf_list_error = conf_edit_error = POE_OK;};
333 conf_list_error = conf_edit_error = POE_OK;
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h79 #define POE_OK 0 macro
H A Dpool.c119 static int pool_errval = POE_OK;
625 return (POE_OK); in pool_error()
639 case POE_OK: in pool_strerror()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java170 public final static int POE_OK = 0; field in PoolInternal