/illumos-gate/usr/src/man/man3pool/ |
H A D | Makefile | 25 pool_dynamic_location.3pool \ 117 pool_get_status.3pool := LINKSRC = pool_dynamic_location.3pool 118 pool_resource_type_list.3pool := LINKSRC = pool_dynamic_location.3pool 119 pool_set_status.3pool := LINKSRC = pool_dynamic_location.3pool 120 pool_static_location.3pool := LINKSRC = pool_dynamic_location.3pool 121 pool_version.3pool := LINKSRC = pool_dynamic_location.3pool
|
/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() 99 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDWR) in config_destroy() 240 pool_dynamic_location(), PO_RDONLY) in main()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-resource-pools.p5m | 107 file path=usr/share/man/man3pool/pool_dynamic_location.3pool 119 target=pool_dynamic_location.3pool 143 target=pool_dynamic_location.3pool 151 target=pool_dynamic_location.3pool 153 target=pool_dynamic_location.3pool 187 target=pool_dynamic_location.3pool
|
/illumos-gate/usr/src/cmd/pools/poolstat/ |
H A D | sa_libpool.c | 65 conf_loc = pool_dynamic_location(); 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/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() 220 pool_dynamic_location()); in pset_validate_remove()
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | Poold.java | 659 pool_dynamic_location(), PoolInternal.PO_RDWR); in Poold() 670 pool_dynamic_location(), PoolInternal.PO_RDONLY); in Poold()
|
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool.h | 259 extern const char *pool_dynamic_location(void);
|
H A D | mapfile-vers | 73 pool_dynamic_location;
|
H A D | pool.c | 161 pool_dynamic_location(void) in pool_dynamic_location() function 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() 743 if ((fd = open(pool_dynamic_location(), O_RDWR | O_EXCL)) < 0) { in pool_set_status() 1543 } else if (strcmp(location, pool_dynamic_location()) == 0) { in pool_conf_open()
|
H A D | pool_internal.c | 729 if (strcmp(pool_conf_location(conf), pool_dynamic_location()) == 0) in conf_is_dynamic() 1717 if (pool_conf_open(dyn, pool_dynamic_location(), PO_RDONLY) != in pool_validate_resource()
|
H A D | pool_commit.c | 1254 if (pool_conf_open(dyn, pool_dynamic_location(), PO_RDWR) != in pool_conf_commit_sys()
|
H A D | pool_xml.c | 1648 if (pool_conf_open(dyn, pool_dynamic_location(), in pool_xml_connection_alloc()
|
H A D | pool_kernel.c | 2139 if ((prov->pkc_fd = blocking_open(pool_dynamic_location(), in pool_knl_connection_alloc()
|
/illumos-gate/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 683 conf_file = pool_dynamic_location(); 704 if (strcmp(conf_file, pool_dynamic_location()) == 0) 1106 if (strcmp(conf_file, pool_dynamic_location()) == 0) in parser_conf_discover() 1115 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) != 0) { in parser_conf_discover()
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolInternal.java | 149 public final static native String pool_dynamic_location(); in pool_dynamic_location() method in PoolInternal
|
/illumos-gate/usr/src/cmd/pools/poold/ |
H A D | poold.c | 311 if (pool_conf_open(conf, pool_dynamic_location(), in handle_sig()
|
/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/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 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 D | jpool.c | 1548 result = pool_dynamic_location(); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1dynamic_1location()
|
/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()
|