| /onnv/onnv-gate/usr/src/lib/libpool/common/ |
| mapfile-vers | 69 pool_create;
|
| pool.h | 201 extern pool_t *pool_create(pool_conf_t *, const char *);
|
| pool_commit.c | 161 if ((pool = pool_create(conf, name)) == NULL) { 533 if ((newpool = pool_create(stc, name)) == NULL) { [all...] |
| pool.c | 1164 pool_create(pool_conf_t *conf, const char *name) function [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| pool.h | 90 extern int pool_create(int, int, id_t *);
|
| pool_impl.h | 46 #define POOL_CREATE 2 116 typedef struct pool_create { struct
|
| /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
| PoolInternal.java | 108 final static native long pool_create(long conf, String name); method in class:PoolInternal
|
| Configuration.java | 265 if ((aPool = PoolInternal.pool_create(getConf(), name)) == 0) {
|
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| devpool.c | 240 case POOL_CREATE: 348 case POOL_CREATE: 354 ret = pool_create(create.pc_o_type,
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| pool.c | 468 pool_create(int class, int subclass, id_t *id) function [all...] |
| /onnv/onnv-gate/usr/src/cmd/pools/poolcfg/ |
| poolcfg.y | 900 if ((pool = pool_create(conf, cmd->cmd_tgt1)) == NULL) [all...] |
| /onnv/onnv-gate/usr/src/cmd/pools/poold/libjpool/ |
| jpool.c | 1031 * pool_create(3pool) wrapper 1042 result = pool_create((pool_conf_t *)(uintptr_t)jconf, name); [all...] |
| /onnv/onnv-gate/usr/src/lib/libzonecfg/common/ |
| libzonecfg.c | [all...] |