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

/osnet-11/usr/src/lib/libpool/common/
H A Dpool.c81 * pool_conf_open() routine to establish a new datastore as the
189 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) < 0) {
222 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY)
247 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY)
1480 * pool_conf_open() opens a configuration, establishing all required
1484 pool_conf_open(pool_conf_t *conf, const char *location, int oflags) function

Completed in 29 milliseconds