Searched refs:pools (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c91 pool_entry_t *pools; member in struct:pool_list
263 * list of known pools.
265 for (pe = pl->pools; pe != NULL; pe = pe->pe_next) {
276 pe->pe_next = pl->pools;
277 pl->pools = pe;
426 * Convert our list of pools into the definitive set of configurations. We
459 for (pe = pl->pools; pe != NULL; pe = pe->pe_next) {
740 * zdb uses this path to report on active pools that were
1274 * Given a list of paths to search, find all pools stored on disk.
1275 * This includes partial pools whic
1290 pool_list_t pools = { 0 }; local
1596 nvlist_t *pools; local
1727 nvlist_t *pools; local
[all...]
/osnet-11/usr/src/lib/libproject/common/
H A Dsetproject.c464 * pools are currently enabled. We want to do this directly from libproject
465 * without using libpool's pool_get_status() routine because pools could be
466 * completely removed from the system. Return 1 if pools are enabled, or
467 * 0 otherwise. When used inside local zones, always pretend that pools
498 pool_t **pools; local
550 if ((pools = pool_query_pools(conf, &nelem, pvals)) == NULL) {
552 * No default pools exist.
561 pool_get_property(conf, pool_to_elem(conf, pools[0]), "pool.name",
566 free(pools);
572 free(pools);
[all...]
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_kernel.c536 * Push a snapshot entry onto the list of pools in the snapshot.
550 * Push onto the list of pools
969 BAD_CAST "\nConfiguration for pools facility. Do NOT"
1437 pool_t **pools; local
1453 if ((pools = pool_query_pools(conf, &nelem, props)) == NULL) {
1459 free(pools);
1463 if (pool_get_ns_property(TO_ELEM(pools[0]), c_name, props[0])
1465 free(pools);
1469 free(pools);
1473 free(pools);
1524 pool_t **pools; local
[all...]
/osnet-11/usr/src/lib/brand/shared/zone/
H A Ddsconvert.ksh626 $zonename appear within the zone as virtual ZFS pools. One or more
629 within these virtual pools. See zonecfg(1M) and dev(7FS) for
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c1153 nvlist_t *pools = zpool_find_import(g_zfs, argc, argv); local
1155 if (pools != NULL) {
1158 while ((elem = nvlist_next_nvpair(pools, elem)) != NULL) {

Completed in 47 milliseconds