Home
last modified time | relevance | path

Searched refs:pool_conf_open (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/cmd/pools/pooladm/
H A Dpooladm.c76 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) in config_print()
99 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDWR) in config_destroy()
109 if (pool_conf_open(conf, static_conf_name, Nflag || !Sflag ? in config_commit()
239 if (pool_conf_open(conf, in main()
/illumos-gate/usr/src/man/man3pool/
H A DMakefile40 pool_conf_open.3pool \
110 pool_conf_open.3pool := LINKSRC = pool_conf_alloc.3pool
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dsa_libpool.c68 if (pool_conf_open(conf, conf_loc, PO_RDONLY | PO_UPDATE) in sa_libpool_init()
H A Dpoolstat.c295 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) in main()
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y732 if (pool_conf_open(conf, conf_file, PO_RDWR) != 0) {
735 if (pool_conf_open(conf, conf_file, PO_RDONLY) != 0) {
879 if (pool_conf_open(conf, conf_file, PO_CREAT) != 0) { in parser_conf_create()
1115 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) != 0) { in parser_conf_discover()
1124 if (pool_conf_open(conf, conf_file, PO_RDWR) != 0) { in parser_conf_discover()
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h166 extern int pool_conf_open(pool_conf_t *, const char *, int);
H A Dmapfile-vers64 pool_conf_open;
H A Dpool.c190 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()
1485 pool_conf_open(pool_conf_t *conf, const char *location, int oflags) in pool_conf_open() function
H A Dpool_commit.c1254 if (pool_conf_open(dyn, pool_dynamic_location(), PO_RDWR) != in pool_conf_commit_sys()
H A Dpool_internal.c1717 if (pool_conf_open(dyn, pool_dynamic_location(), PO_RDONLY) != in pool_validate_resource()
H A Dpool_xml.c1648 if (pool_conf_open(dyn, pool_dynamic_location(), in pool_xml_connection_alloc()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java78 final static native int pool_conf_open(long conf, String location, in pool_conf_open() method in PoolInternal
H A DConfiguration.java127 if (PoolInternal.pool_conf_open(getConf(), location, in open()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dpool_rcm.c217 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) < 0) { in pset_validate_remove()
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c311 if (pool_conf_open(conf, pool_dynamic_location(), in handle_sig()
/illumos-gate/usr/src/lib/libproject/common/
H A Dsetproject.c477 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) < 0) { in bind_to_pool()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m89 link path=usr/share/man/man3pool/pool_conf_open.3pool \
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4235 if (pool_conf_open(pconf, NULL, PO_TEMP) != PO_SUCCESS) { in create_tmp_pool()
4370 if (pool_conf_open(pconf, pool_dynamic_location(), PO_RDWR) in verify_del_tmp_pool()
4448 if (pool_conf_open(pconf, pool_dynamic_location(), PO_RDWR) in zonecfg_destroy_tmp_pool()
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/pools/poold/libjpool/
H A Djpool.c505 result = (int)pool_conf_open((pool_conf_t *)(uintptr_t)jconf, location, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1open()
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c2184 if (pool_conf_open(poolconf, pool_dynamic_location(), PO_RDONLY) != in verify_pool()
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c1906 if (pool_conf_open(ctl->zsctl_pool_conf, in zsd_refresh_psets()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c2229 if (pool_conf_open(poolconf, pool_dynamic_location(), PO_RDONLY) in check_pool()