Lines Matching refs:PO_SUCCESS

4034 	if (pool_associate(pconf, pool, res) != PO_SUCCESS)  in create_tmp_pset()
4046 if (pool_put_property(pconf, elem, "pset.max", val) != PO_SUCCESS) { in create_tmp_pset()
4054 if (pool_put_property(pconf, elem, "pset.min", val) != PO_SUCCESS) { in create_tmp_pset()
4072 if (pool_conf_open(pconf, NULL, PO_TEMP) != PO_SUCCESS) { in create_tmp_pool()
4101 != PO_SUCCESS) { in create_tmp_pool()
4125 if (pool_conf_validate(pconf, POV_RUNTIME) != PO_SUCCESS) { in create_tmp_pool()
4134 if (pool_conf_commit(pconf, 1) != PO_SUCCESS) in create_tmp_pool()
4184 return (PO_SUCCESS); in get_running_tmp_pset()
4208 != PO_SUCCESS) { in verify_del_tmp_pool()
4226 == PO_SUCCESS && in verify_del_tmp_pool()
4241 pool_resource_destroy(pconf, pset) != PO_SUCCESS) { in verify_del_tmp_pool()
4247 pool_destroy(pconf, pool) != PO_SUCCESS) { in verify_del_tmp_pool()
4253 if (pool_conf_commit(pconf, 0) != PO_SUCCESS) in verify_del_tmp_pool()
4277 if (pool_get_status(&status) != PO_SUCCESS || status != POOL_ENABLED) in zonecfg_destroy_tmp_pool()
4286 != PO_SUCCESS) { in zonecfg_destroy_tmp_pool()
4300 if (pset != NULL && pool_resource_destroy(pconf, pset) != PO_SUCCESS) { in zonecfg_destroy_tmp_pool()
4305 if (pool != NULL && pool_destroy(pconf, pool) != PO_SUCCESS) { in zonecfg_destroy_tmp_pool()
4311 if (pool_conf_commit(pconf, 0) != PO_SUCCESS) in zonecfg_destroy_tmp_pool()
4366 if (pool_get_status(&status) != PO_SUCCESS || status != POOL_ENABLED) { in zonecfg_bind_tmp_pool()
4367 if (pool_set_status(POOL_ENABLED) != PO_SUCCESS) in zonecfg_bind_tmp_pool()
4396 if (pool_set_binding(tmp_name, P_ZONEID, zoneid) != PO_SUCCESS) in zonecfg_bind_tmp_pool()
4437 if (pool_get_status(&status) != PO_SUCCESS || status != POOL_ENABLED) in zonecfg_bind_pool()
4448 PO_SUCCESS) { in zonecfg_bind_pool()
4461 if (pool_set_binding(poolname, P_ZONEID, zoneid) != PO_SUCCESS) { in zonecfg_bind_pool()
4579 if (pool_get_status(&status) != PO_SUCCESS || status != POOL_ENABLED) in get_pool_sched_class()
4586 PO_SUCCESS) { in get_pool_sched_class()