/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_rename_001_pos.ksh | 56 set -A pools "$TESTPOOL" "$TESTPOOL1" 69 [[ -d /${pools[i]}-new ]] && \ 70 log_must rm -rf /${pools[i]}-new 73 "${pools[i]}-new" ${pools[i]} 77 log_must zpool import ${devs[i]} ${pools[i]} 80 log_must zfs mount ${pools[i]}/$TESTFS 111 guid=$(get_config ${pools[i]} pool_guid) 118 log_must zpool export ${pools[i]} 120 [[ -d /${pools[i]} ]] && \ 121 log_must rm -rf /${pools[i]} [all …]
|
H A D | zpool_import_001_pos.ksh | 54 set -A pools "$TESTPOOL" "$TESTPOOL1" 65 poolexists ${pools[i]} && \ 66 log_must zpool export ${pools[i]} 69 log_must zpool import ${devs[i]} ${pools[i]} 72 log_must zfs mount ${pools[i]}/$TESTFS 101 guid=$(get_config ${pools[i]} pool_guid) 108 log_must zpool export ${pools[i]} 110 typeset target=${pools[i]} 117 log_must poolexists ${pools[i]} 119 log_must ismounted ${pools[i]}/$TESTFS
|
H A D | zpool_import_002_pos.ksh | 54 set -A pools "$TESTPOOL" "$TESTPOOL1" 64 poolexists ${pools[i]} && \ 65 log_must zpool export ${pools[i]} 68 log_must zpool import ${devs[i]} ${pools[i]} 71 log_must zfs mount ${pools[i]}/$TESTFS 100 guid=$(get_config ${pools[i]} pool_guid) 108 log_must zpool export ${pools[i]} 110 typeset target=${pools[i]} 118 log_must poolexists ${pools[i]} 120 log_must ismounted ${pools[i]}/$TESTFS
|
H A D | zpool_import_012_pos.ksh | 54 set -A pools "$TESTPOOL" "$TESTPOOL1" 65 if poolexists ${pools[i]}; then 66 log_must zpool export ${pools[i]} 68 zpool import ${devs[i]} ${pools[i]} 71 zpool import $option ${devs[i]} ${pools[i]} 74 if poolexists ${pools[i]}; then 75 is_shared ${pools[i]} && \ 76 log_must zfs set sharenfs=off ${pools[i]} 79 log_must zfs mount ${pools[i]}/$TESTFS 104 for pool in ${pools[@]} ; do [all …]
|
H A D | zpool_import_009_neg.ksh | 60 set -A pools "$TESTPOOL" "$TESTPOOL1" 70 poolexists ${pools[i]} && \ 71 log_must zpool export ${pools[i]} 74 log_must zpool import ${devs[i]} ${pools[i]} 77 log_must zfs mount ${pools[i]}/$TESTFS
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | Solver.java | 30 package com.sun.solaris.domain.pools; 34 import com.sun.solaris.service.pools.Configuration; 35 import com.sun.solaris.service.pools.Element; 36 import com.sun.solaris.service.pools.PoolsException;
|
H A D | Monitor.java | 29 package com.sun.solaris.domain.pools; 33 import com.sun.solaris.service.pools.Configuration; 34 import com.sun.solaris.service.pools.Resource; 35 import com.sun.solaris.service.pools.PoolsException;
|
H A D | ResourceMonitor.java | 29 package com.sun.solaris.domain.pools; 36 import com.sun.solaris.service.pools.Component; 37 import com.sun.solaris.service.pools.Resource; 38 import com.sun.solaris.service.pools.PoolsException; 39 import com.sun.solaris.service.pools.UnsignedInt64;
|
H A D | LogDRM.java | 30 package com.sun.solaris.domain.pools; 36 import com.sun.solaris.service.pools.*;
|
H A D | Move.java | 29 package com.sun.solaris.domain.pools; 33 import com.sun.solaris.service.pools.*;
|
H A D | SystemMonitor.java | 29 package com.sun.solaris.domain.pools; 38 import com.sun.solaris.domain.pools.*; 39 import com.sun.solaris.service.pools.*;
|
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/ |
H A D | svc.c | 78 int *pools; in svc_pool_dcmd() local 95 pools = mdb_alloc(argc * sizeof (*pools), UM_SLEEP | UM_GC); in svc_pool_dcmd() 104 pools[i] = NFS_SVCPOOL_ID; in svc_pool_dcmd() 106 pools[i] = NLM_SVCPOOL_ID; in svc_pool_dcmd() 108 pools[i] = NFS_CB_SVCPOOL_ID; in svc_pool_dcmd() 115 pools[i] = (int)argv[i].a_un.a_val; in svc_pool_dcmd() 133 if (svcpool.p_id == pools[i]) { in svc_pool_dcmd()
|
/illumos-gate/usr/src/lib/libzutil/common/ |
H A D | zutil_import.c | 197 pool_entry_t *pools; member 349 for (pe = pl->pools; pe != NULL; pe = pe->pe_next) { in add_config() 359 pe->pe_next = pl->pools; in add_config() 360 pl->pools = pe; in add_config() 496 for (pe = pl->pools; pe != NULL; pe = pe->pe_next) { in get_configs() 1168 pool_list_t pools = { 0 }; in zpool_find_import_impl() local 1307 (void) add_config(hdl, &pools, in zpool_find_import_impl() 1324 ret = get_configs(hdl, &pools, iarg->can_be_active, iarg->policy); in zpool_find_import_impl() 1327 for (pe = pools.pools; pe != NULL; pe = penext) { in zpool_find_import_impl() 1341 for (ne = pools.names; ne != NULL; ne = nenext) { in zpool_find_import_impl() [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/bootfs/ |
H A D | bootfs_004_neg.ksh | 48 set -A pools "pool//$$" "pool%d123" "mirror" "c0t0d0s0" "pool*23*" "*po!l" \ 78 pools[${#pools[@]}]="$bigname" 88 POOL=${pools[$i]}/$TESTFS
|
H A D | bootfs_003_pos.ksh | 48 set -A pools "pool.$$" "pool123" "mypool" 74 POOL=${pools[$i]}
|
/illumos-gate/usr/src/cmd/pools/poold/ |
H A D | Makefile | 43 com/sun/solaris/service/pools \ 45 com/sun/solaris/domain/pools 74 com.sun.solaris.service.pools \ 76 com.sun.solaris.domain.pools
|
H A D | poold.properties | 33 system.objectives= com.sun.solaris.domain.pools.WeightedLoadObjective 34 pset.objectives= com.sun.solaris.domain.pools.LocalityObjective, com.sun.solaris.domain.pools.Utili…
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | Configuration.java | 28 package com.sun.solaris.service.pools; 335 List pools; in getPools() local 337 if ((pools = PoolInternal.pool_query_pools(getConf(), values)) in getPools() 345 ArrayList aList = new ArrayList(pools.size()); in getPools() 346 for (int i = 0; i < pools.size(); i++) in getPools() 348 ((Long)pools.get(i)).longValue())); in getPools()
|
/illumos-gate/usr/src/cmd/pools/ |
H A D | Makefile | 27 MANIFEST= pools.xml 28 SVCMETHOD= svc-pools
|
/illumos-gate/usr/src/cmd/pools/poolstat/ |
H A D | poolstat.c | 908 pool_t **pools = NULL; in prt_pool_stats() local 923 if ((pools = pool_query_pools(conf, &nelem, NULL)) == NULL) in prt_pool_stats() 933 pools = ZALLOC(sizeof (pool_t *) * (i + 1)); in prt_pool_stats() 952 pools[i] = pool[0]; in prt_pool_stats() 963 for (i = 0; pools[i] != NULL; i++) { in prt_pool_stats() 964 elem = pool_to_elem(conf, pools[i]); in prt_pool_stats() 990 for (i = 0; pools[i] != NULL; i++) { in prt_pool_stats() 991 elem = pool_to_elem(conf, pools[i]); in prt_pool_stats() 1017 FREE(pools); in prt_pool_stats()
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ippool.c | 549 ip_pool_t *pools[IPL_LOGSIZE]; local 555 bzero(&pools, sizeof(pools)); 556 if (kmemcpy((char *)&pools, names[0].n_value, sizeof(pools))) 560 ptr = pools[role]; 567 ptr = pools[role];
|
/illumos-gate/usr/src/lib/libproject/common/ |
H A D | setproject.c | 468 pool_t **pools; in bind_to_pool() local 520 if ((pools = pool_query_pools(conf, &nelem, pvals)) == NULL) { in bind_to_pool() 531 pool_get_property(conf, pool_to_elem(conf, pools[0]), "pool.name", in bind_to_pool() 536 free(pools); in bind_to_pool() 542 free(pools); in bind_to_pool()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-resource-pools-poold.p5m | 26 set name=pkg.fmri value=pkg:/service/resource-pools/poold@$(PKGVERS) 28 set name=pkg.description value="core software for dynamic resource pools" 55 legacy pkg=SUNWpoold desc="core software for dynamic resource pools" \
|
H A D | service-resource-pools.p5m | 28 set name=pkg.fmri value=pkg:/service/resource-pools@$(PKGVERS) 30 set name=pkg.description value="core software for resource pools" 37 file path=lib/svc/manifest/system/pools.xml group=sys mode=0444 \ 40 file path=lib/svc/method/svc-pools mode=0555 variant.opensolaris.zone=global 204 legacy pkg=SUNWpool desc="core software for resource pools" \ 206 legacy pkg=SUNWpoolr desc="core software for resource pools (Root)" \
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa_config.c | 323 nvlist_t *pools; in spa_all_configs() local 329 pools = fnvlist_alloc(); in spa_all_configs() 336 fnvlist_add_nvlist(pools, spa_name(spa), in spa_all_configs() 344 return (pools); in spa_all_configs()
|