/illumos-gate/usr/src/cmd/pools/pooladm/ |
H A D | pooladm.c | 76 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) in config_print() 110 PO_RDONLY : PO_RDWR) != PO_SUCCESS) in config_commit() 240 pool_dynamic_location(), PO_RDONLY) in main()
|
/illumos-gate/usr/src/cmd/pools/poolstat/ |
H A D | sa_libpool.c | 68 if (pool_conf_open(conf, conf_loc, PO_RDONLY | PO_UPDATE) in sa_libpool_init()
|
H A D | poolstat.c | 295 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) in main()
|
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool.h | 91 #define PO_RDONLY 0x0 macro
|
H A D | pool.c | 190 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) < 0) { in pool_set_binding() 223 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) in pool_get_resource_binding() 248 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) in pool_get_binding() 1501 if (oflags & ~(PO_RDONLY | PO_RDWR | PO_CREAT | PO_DISCO | PO_UPDATE | in pool_conf_open()
|
H A D | pool_internal.c | 1717 if (pool_conf_open(dyn, pool_dynamic_location(), PO_RDONLY) != in pool_validate_resource()
|
H A D | pool_xml.c | 1649 PO_RDONLY) != PO_SUCCESS) { in pool_xml_connection_alloc()
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolInternal.java | 180 public final static int PO_RDONLY = 0x0; field in PoolInternal
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | pool_rcm.c | 217 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) < 0) { in pset_validate_remove()
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | Poold.java | 670 pool_dynamic_location(), PoolInternal.PO_RDONLY); in Poold()
|
/illumos-gate/usr/src/lib/libproject/common/ |
H A D | setproject.c | 477 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) < 0) { in bind_to_pool()
|
/illumos-gate/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 735 if (pool_conf_open(conf, conf_file, PO_RDONLY) != 0) { 1115 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) != 0) { in parser_conf_discover()
|
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 4610 if (pool_conf_open(poolconf, pool_dynamic_location(), PO_RDONLY) != in zonecfg_bind_pool() 4748 if (pool_conf_open(poolconf, pool_dynamic_location(), PO_RDONLY) != in get_pool_sched_class()
|
/illumos-gate/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 2184 if (pool_conf_open(poolconf, pool_dynamic_location(), PO_RDONLY) != in verify_pool()
|
/illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 1907 pool_dynamic_location(), PO_RDONLY) == 0) { in zsd_refresh_psets()
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | linkprop.c | 2229 if (pool_conf_open(poolconf, pool_dynamic_location(), PO_RDONLY) in check_pool()
|