Home
last modified time | relevance | path

Searched refs:pool_error (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c308 err_desc = pool_strerror(pool_error()); in handle_sig()
313 err_desc = pool_strerror(pool_error()); in handle_sig()
318 err_desc = pool_strerror(pool_error()); in handle_sig()
325 err_desc = pool_strerror(pool_error()); in handle_sig()
333 err_desc = pool_strerror(pool_error()); in handle_sig()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java643 private final int errorCode = PoolInternal.pool_error();
650 super(description(PoolInternal.pool_error())); in PoolsException()
H A DConfiguration.java339 if (PoolInternal.pool_error() == in getPools()
447 if (PoolInternal.pool_error() == in getResources()
524 if (PoolInternal.pool_error() == in getComponents()
584 if (PoolInternal.pool_error() == in checkComponents()
H A DPool.java118 if (PoolInternal.pool_error() == in getResources()
H A DResource.java132 if (PoolInternal.pool_error() == in getComponents()
H A DPoolInternal.java66 public final static native int pool_error(); in pool_error() method in PoolInternal
/illumos-gate/usr/src/cmd/pools/common/
H A Dutils.c59 return (get_errstr_err(pool_error(), errno)); in get_errstr()
/illumos-gate/usr/src/man/man3pool/
H A DMakefile26 pool_error.3pool \
123 pool_strerror.3pool := LINKSRC = pool_error.3pool
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h153 extern int pool_error(void);
H A Dmapfile-vers74 pool_error;
H A Dpool.c620 pool_error(void) in pool_error() function
/illumos-gate/usr/src/lib/libproject/common/
H A Dsetproject.c492 if (pool_error() != POE_SYSTEM) in bind_to_pool()
547 if (pool_error() != POE_SYSTEM) in bind_to_pool()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m108 file path=usr/share/man/man3pool/pool_error.3pool
154 link path=usr/share/man/man3pool/pool_strerror.3pool target=pool_error.3pool
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y733 conf_edit_error = pool_error();
736 conf_list_error = pool_error();
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c3708 switch (pool_error()) { in restarter_set_method_context()
3727 pool_error()); in restarter_set_method_context()
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c344 return ((jint)pool_error()); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1error()
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c1919 if (pool_error() == POE_SYSTEM && errno == in zsd_refresh_psets()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4182 (void) strlcpy(pool_err, pool_strerror(pool_error()), err_size); in zerr_pool()