Home
last modified time | relevance | path

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

/titanic_44/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.java341 if (PoolInternal.pool_error() == in getPools()
449 if (PoolInternal.pool_error() == in getResources()
526 if (PoolInternal.pool_error() == in getComponents()
586 if (PoolInternal.pool_error() == in checkComponents()
H A DPool.java120 if (PoolInternal.pool_error() == in getResources()
H A DResource.java134 if (PoolInternal.pool_error() == in getComponents()
H A DPoolInternal.java66 public final static native int pool_error(); in pool_error() method in PoolInternal
/titanic_44/usr/src/cmd/pools/poold/
H A Dpoold.c320 err_desc = pool_strerror(pool_error()); in handle_sig()
325 err_desc = pool_strerror(pool_error()); in handle_sig()
330 err_desc = pool_strerror(pool_error()); in handle_sig()
337 err_desc = pool_strerror(pool_error()); in handle_sig()
345 err_desc = pool_strerror(pool_error()); in handle_sig()
/titanic_44/usr/src/cmd/pools/common/
H A Dutils.c61 return (get_errstr_err(pool_error(), errno)); in get_errstr()
/titanic_44/usr/src/man/man3pool/
H A DMakefile26 pool_error.3pool \
123 pool_strerror.3pool := LINKSRC = pool_error.3pool
/titanic_44/usr/src/lib/libpool/common/
H A Dpool.h155 extern int pool_error(void);
H A Dmapfile-vers74 pool_error;
H A Dpool.c622 pool_error(void) in pool_error() function
/titanic_44/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()
/titanic_44/usr/src/pkg/manifests/
H A Dservice-resource-pools.mf90 file path=usr/share/man/man3pool/pool_error.3pool
177 link path=usr/share/man/man3pool/pool_strerror.3pool target=pool_error.3pool
/titanic_44/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y735 conf_edit_error = pool_error();
738 conf_list_error = pool_error();
/titanic_44/usr/src/lib/librestart/common/
H A Dlibrestart.c3574 switch (pool_error()) { in restarter_set_method_context()
3593 pool_error()); in restarter_set_method_context()
/titanic_44/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c329 return ((jint)pool_error()); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1error()
/titanic_44/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c1921 if (pool_error() == POE_SYSTEM && errno == in zsd_refresh_psets()
/titanic_44/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4019 (void) strlcpy(pool_err, pool_strerror(pool_error()), err_size); in zerr_pool()