Searched defs:pool_conf_open (Results 1 - 3 of 3) sorted by relevance

/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.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
/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

Completed in 66 milliseconds