Home
last modified time | relevance | path

Searched refs:pool (Results 101 – 125 of 267) sorted by relevance

1234567891011

/illumos-gate/usr/src/test/smbsrv-tests/doc/
H A DREADME67 <pool>/test
75 # zfs snapshot <pool>/test@a
76 # zfs snapshot <pool>/test@b
77 # zfs snapshot <pool>/test@c
81 # zfs set sharesmb=name=test <pool>/test
/illumos-gate/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_isoch.h450 int av1394_ic_alloc_pool(av1394_isoch_pool_t *pool, size_t segsz, int cnt,
452 void av1394_ic_free_pool(av1394_isoch_pool_t *pool);
453 int av1394_ic_dma_setup(av1394_ic_t *icp, av1394_isoch_pool_t *pool);
454 void av1394_ic_dma_cleanup(av1394_ic_t *icp, av1394_isoch_pool_t *pool);
458 av1394_isoch_pool_t *pool, uint_t type);
/illumos-gate/usr/src/uts/common/sys/
H A Dpool_pset.h73 extern int pset_bind_start(struct proc **, struct pool *);
74 extern void pset_bind_abort(struct proc **, struct pool *);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h720 extern int spa_open(const char *pool, spa_t **, void *tag);
721 extern int spa_open_rewind(const char *pool, spa_t **, void *tag,
725 extern int spa_create(const char *pool, nvlist_t *nvroot, nvlist_t *props,
729 extern int spa_import(const char *pool, nvlist_t *config, nvlist_t *props,
732 extern int spa_destroy(char *pool);
733 extern int spa_checkpoint(const char *pool);
734 extern int spa_checkpoint_discard(const char *pool);
735 extern int spa_export(char *pool, nvlist_t **oldconfig, boolean_t force,
737 extern int spa_reset(char *pool);
743 extern spa_t *spa_inject_addref(char *pool);
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_remove/
H A Dzpool_remove_001_neg.ksh56 typeset pool=$1
64 destroy_pool $pool
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmstat.c76 else if((vd->mode&VM_MTPOOL) && (s = vd->pool) > 0)
134 st->s_busy = (st->m_busy = vd->pool)*st->n_busy;
136 st->s_free = (st->m_free = vd->pool)*st->n_free;
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c410 char *pool = NULL; in bam_loader_menu() local
470 pool = strtok(special, "/"); in bam_loader_menu()
471 INJECT_ERROR1("Z_MENU_GET_POOL", pool = NULL); in bam_loader_menu()
472 if (pool == NULL) { in bam_loader_menu()
479 zmntpt = mount_top_dataset(pool, &zmnted); in bam_loader_menu()
609 INJECT_ERROR1("POOL_SET", pool = "/pooldata"); in bam_loader_menu()
610 assert((is_zfs(menu_root)) ^ (pool == NULL)); in bam_loader_menu()
611 if (pool) { in bam_loader_menu()
612 (void) umount_top_dataset(pool, zmnted, zmntpt); in bam_loader_menu()
1070 char *pool = menu_root + 1; in update_entry() local
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_checkpoint.c532 spa_checkpoint(const char *pool) in spa_checkpoint() argument
537 error = spa_open(pool, &spa, FTAG); in spa_checkpoint()
561 error = dsl_early_sync_task(pool, spa_checkpoint_check, in spa_checkpoint()
609 spa_checkpoint_discard(const char *pool) in spa_checkpoint_discard() argument
620 return (dsl_early_sync_task(pool, spa_checkpoint_discard_check, in spa_checkpoint_discard()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.exists.zcp20 pool = argv[1]
26 assert(not zfs.exists(pool .. '/notadataset'))
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c395 static ClusterInfo *pool; variable
403 if (pool == NULL) { in newClusterInfo()
406 pool = (ClusterInfo *)malloc(sizeof (ClusterInfo) * CHUNKSIZE); in newClusterInfo()
408 if (pool == NULL) { in newClusterInfo()
415 pool[i].nextfree = &pool[i+1]; in newClusterInfo()
417 pool[CHUNKSIZE-1].nextfree = NULL; in newClusterInfo()
419 ret = pool; in newClusterInfo()
420 pool = pool->nextfree; in newClusterInfo()
465 old->nextfree = pool; in freeClusterInfo()
466 pool = old; in freeClusterInfo()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfclose.c77 if(!local && f->pool)
79 if(f->pool == &_Sfpool)
102 f->pool = NIL(Sfpool_t*);
H A Dsfmode.c73 reg int pool; in _sfcleanup() local
97 pool = f->mode&SF_POOL; in _sfcleanup()
105 f->mode |= pool; in _sfcleanup()
130 if(!(p = f->pool) )
131 p = f->pool = &_Sfpool;
432 if(f == f->pool->sf[0] || (*_Sfpmove)(f,0) < 0 )
445 if(!f->pool && _sfsetpool(f) < 0)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dsetup.ksh156 cp $STF_SUITE/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v1.dat.bz2 \
158 log_must bunzip2 /$TESTDIR/zfs-pool-v1.dat.bz2
159 log_must zpool import -d /$TESTDIR v1-pool
/illumos-gate/usr/src/test/zfs-tests/tests/perf/
H A Dperf.shlib234 # Destroy and create the pool used for performance tests.
243 # delays before attempting to destroy the pool. Each delay
244 # places a hold on the pool, so the destroy will fail if there
250 # This function handles the case where the pool already exists,
251 # and will destroy the previous pool and recreate a new pool.
395 typeset pool=$1
399 ctds=$(zpool list -v $pool | awk '/c[0-9]*t[0-9a-fA-F]*d[0-9]*/ \
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_buf.h161 void rds_free_buf(rds_bufpool_t *pool, rds_buf_t *bp, uint_t nbuf);
162 rds_buf_t *rds_get_buf(rds_bufpool_t *pool, uint_t nbuf, uint_t *nret);
/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm_impl.h478 idm_idpool_create(idm_idpool_t *pool);
481 idm_idpool_destroy(idm_idpool_t *pool);
484 idm_idpool_alloc(idm_idpool_t *pool, uint16_t *id);
487 idm_idpool_free(idm_idpool_t *pool, uint16_t id);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_copies/
H A Dzfs_copies.cfg31 export ZPOOL_VERSION_1_FILES="zfs-pool-v1.dat.bz2"
32 export ZPOOL_VERSION_1_NAME="v1-pool"
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPool.java53 Pool(Configuration conf, long pool) throws PoolsException in Pool() argument
56 Value val = getProperty("pool.name", pool); in Pool()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dsfio_t.h42 struct _sfpool_s* pool; /* the pool containing this */ \
118 (f)->pool = (struct _sfpool_s*)0, /* pool */ \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_011_neg.ksh52 for pool in $TESTPOOL $TESTPOOL1
54 destroy_pool $pool
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c2939 pool = pool->pool_next; in emlxs_fca_ub_alloc()
3224 pool = ub_priv->pool; in emlxs_fca_ub_release()
3236 pool->pool_nentries, pool->pool_available, in emlxs_fca_ub_release()
3237 pool->pool_free, pool->pool_free_resv); in emlxs_fca_ub_release()
3241 (pool->pool_free + pool->pool_free_resv == in emlxs_fca_ub_release()
3322 pool = ub_priv->pool; in emlxs_fca_ub_free()
3327 pool->pool_available - 1, pool->pool_free, in emlxs_fca_ub_free()
3396 pool->pool_type, pool->pool_buf_size, pool->pool_nentries); in emlxs_ub_destroy()
10557 pool = pool->pool_next; in emlxs_ub_find()
10643 pool->pool_available, pool->pool_free, in emlxs_ub_get()
[all …]
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat.c787 pool_t *pool; in get_resources() local
788 if ((pool = pool_get_pool(conf, pool_name)) == NULL) in get_resources()
791 conf, pool, nelem, pvals)) == NULL) in get_resources()
936 pool_t **pool; in prt_pool_stats() local
942 pool = pool_query_pools(conf, &nelem, pvals); in prt_pool_stats()
948 pool = pool_query_pools(conf, &nelem, pvals); in prt_pool_stats()
950 if (pool == NULL) in prt_pool_stats()
952 pools[i] = pool[0]; in prt_pool_stats()
953 FREE(pool); in prt_pool_stats()
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_rx.c187 boolean_t canSleep, boolean_t pool) in vmxnet3_rx_populate() argument
191 if (pool && (rxBuf = vmxnet3_get_rxpool_buf(dp)) == NULL) { in vmxnet3_rx_populate()
199 if (rxBuf == NULL && (!pool || dp->alloc_ok)) { in vmxnet3_rx_populate()
207 if (pool) { in vmxnet3_rx_populate()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/
H A Dchannel_common.kshlib142 pool=$1
166 echo "$args $pool $tmpin $lua_args"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_001_pos.ksh105 log_must cp $STF_SUITE/tests/functional/history/zfs-pool-v4.dat.Z $import_dir
106 log_must uncompress $import_dir/zfs-pool-v4.dat.Z

1234567891011