Searched refs:pool_create (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpool.h89 extern int pool_create(int, int, id_t *);
H A Dpool_impl.h116 typedef struct pool_create { struct
/illumos-gate/usr/src/man/man3pool/
H A DMakefile47 pool_create.3pool \
92 pool_create.3pool := LINKSRC = pool_associate.3pool
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h201 extern pool_t *pool_create(pool_conf_t *, const char *);
H A Dpool_commit.c161 if ((pool = pool_create(conf, name)) == NULL) {
533 if ((newpool = pool_create(stc, name)) == NULL) {
H A Dpool.c1164 pool_create(pool_conf_t *conf, const char *name) function
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java108 final static native long pool_create(long conf, String name); method in class:PoolInternal
H A DConfiguration.java265 if ((aPool = PoolInternal.pool_create(getConf(), name)) == 0) {
/illumos-gate/usr/src/uts/common/io/
H A Ddevpool.c354 ret = pool_create(create.pc_o_type,
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y900 if ((pool = pool_create(conf, cmd->cmd_tgt1)) == NULL)
/illumos-gate/usr/src/uts/common/os/
H A Dpool.c489 pool_create(int class, int subclass, id_t *id) function
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1031 * pool_create(3pool) wrapper
1042 result = pool_create((pool_conf_t *)(uintptr_t)jconf, name);
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4238 if ((pool = pool_create(pconf, name)) == NULL) {

Completed in 253 milliseconds