Searched refs:pool_conf_commit (Results 1 – 11 of 11) sorted by relevance
| /onnv-gate/usr/src/cmd/pools/pooladm/ |
| H A D | pooladm.c | 118 if (pool_conf_commit(conf, PO_TRUE) != PO_SUCCESS) in config_commit() 125 if (pool_conf_commit(conf, PO_FALSE) != PO_SUCCESS) in config_commit()
|
| /onnv-gate/usr/src/lib/libpool/common/ |
| H A D | pool.h | 170 extern int pool_conf_commit(pool_conf_t *, int);
|
| H A D | mapfile-vers | 59 pool_conf_commit;
|
| H A D | pool.c | 1581 pool_conf_commit(pool_conf_t *conf, int active) in pool_conf_commit() function
|
| H A D | pool_kernel.c | 1416 if (pool_conf_commit(conf, PO_FALSE) != PO_SUCCESS) in pool_knl_remove()
|
| /onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
| H A D | PoolInternal.java | 81 final static native int pool_conf_commit(long conf, int active); in pool_conf_commit() method in PoolInternal
|
| H A D | Configuration.java | 208 if (PoolInternal.pool_conf_commit(getConf(), active) != in commit()
|
| /onnv-gate/usr/src/cmd/pools/poold/ |
| H A D | poold.c | 344 if (pool_conf_commit(conf, 0) != PO_SUCCESS) { in handle_sig()
|
| /onnv-gate/usr/src/cmd/pools/poolcfg/ |
| H A D | poolcfg.y | 754 if (pool_conf_commit(conf, 0) == PO_FAIL) {
|
| /onnv-gate/usr/src/cmd/pools/poold/libjpool/ |
| H A D | jpool.c | 503 return ((jint)pool_conf_commit( in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1commit()
|
| /onnv-gate/usr/src/lib/libzonecfg/common/ |
| H A D | libzonecfg.c | 4165 if (pool_conf_commit(pconf, 1) != PO_SUCCESS) in create_tmp_pool() 4284 if (pool_conf_commit(pconf, 0) != PO_SUCCESS) in verify_del_tmp_pool() 4342 if (pool_conf_commit(pconf, 0) != PO_SUCCESS) in zonecfg_destroy_tmp_pool()
|