Searched refs:pool_conf_open (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/cmd/pools/pooladm/
H A Dpooladm.c78 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY)
101 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDWR)
111 if (pool_conf_open(conf, static_conf_name, Nflag || !Sflag ?
241 if (pool_conf_open(conf,
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dsa_libpool.c70 if (pool_conf_open(conf, conf_loc, PO_RDONLY | PO_UPDATE)
H A Dpoolstat.c293 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY)
/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/lib/libpool/common/
H A Dpool.h168 extern int pool_conf_open(pool_conf_t *, const char *, int);
H A Dpool.c84 * pool_conf_open() routine to establish a new datastore as the
192 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) < 0) {
225 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY)
250 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY)
1483 * pool_conf_open() opens a configuration, establishing all required
1487 pool_conf_open(pool_conf_t *conf, const char *location, int oflags) function
H A Dpool_commit.c1256 if (pool_conf_open(dyn, pool_dynamic_location(), PO_RDWR) !=
H A Dpool_internal.c1719 if (pool_conf_open(dyn, pool_dynamic_location(), PO_RDONLY) !=
H A Dpool_xml.c1656 if (pool_conf_open(dyn, pool_dynamic_location(),
/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, method in class:PoolInternal
H A DConfiguration.java129 if (PoolInternal.pool_conf_open(getConf(), location,
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y734 if (pool_conf_open(conf, conf_file, PO_RDWR) != 0) {
737 if (pool_conf_open(conf, conf_file, PO_RDONLY) != 0) {
881 if (pool_conf_open(conf, conf_file, PO_CREAT) != 0) {
1098 * Invoke the libpool pool_conf_open function so that discovery will be
1117 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) != 0) {
1126 if (pool_conf_open(conf, conf_file, PO_RDWR) != 0) {
/illumos-gate/usr/src/lib/libproject/common/
H A Dsetproject.c477 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) < 0) {
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c323 if (pool_conf_open(conf, pool_dynamic_location(),
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dpool_rcm.c217 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) < 0) {
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4233 if (pool_conf_open(pconf, NULL, PO_TEMP) != PO_SUCCESS) {
4368 if (pool_conf_open(pconf, pool_dynamic_location(), PO_RDWR)
4446 if (pool_conf_open(pconf, pool_dynamic_location(), PO_RDWR)
4608 if (pool_conf_open(poolconf, pool_dynamic_location(), PO_RDONLY) !=
4746 if (pool_conf_open(poolconf, pool_dynamic_location(), PO_RDONLY) !=
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c467 * pool_conf_open(3pool) wrapper
478 result = (int)pool_conf_open((pool_conf_t *)(uintptr_t)jconf, location,
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c1908 if (pool_conf_open(ctl->zsctl_pool_conf,
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c2175 if (pool_conf_open(poolconf, pool_dynamic_location(), PO_RDONLY) !=
2177 zerror(gettext("WARNING: pool_conf_open failed; "
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c1996 if (pool_conf_open(poolconf, pool_dynamic_location(), PO_RDONLY)

Completed in 255 milliseconds