Searched refs:pool_set_status (Results 1 – 9 of 9) sorted by relevance
202 if (pool_set_status(POOL_DISABLED) != PO_SUCCESS) in main()205 if (pool_set_status(POOL_ENABLED) != PO_SUCCESS) { in main()
69 pool_set_status.3pool \119 pool_set_status.3pool := LINKSRC = pool_dynamic_location.3pool
157 extern int pool_set_status(int);
49 pool_set_status;
700 pool_set_status(int state) in pool_set_status() function
72 public final static native int pool_set_status(int state); in pool_set_status() method in PoolInternal
150 link path=usr/share/man/man3pool/pool_set_status.3pool \
434 return ((jint)pool_set_status((int)jstate)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1set_1status()
4530 if (pool_set_status(POOL_ENABLED) != PO_SUCCESS) in zonecfg_bind_tmp_pool()