| /src/external/bsd/ipf/dist/tools/ |
| ippool.c | 153 char *poolname = NULL; local 175 poolname = optarg; 237 if (poolname == NULL) { 238 fprintf(stderr, "poolname not given with add/remove node\n"); 245 err = load_poolnode(role, poolname, &pnode, ttl, ioctl); 247 err = remove_poolnode(role, poolname, &pnode, ioctl); 251 err = load_hashnode(role, poolname, &hnode, ttl, ioctl); 253 err = remove_hashnode(role, poolname, &hnode, ioctl); 268 char *poolname; local 275 poolname = NULL 650 char *kernel, *core, *poolname; local [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-mcore.c | 137 static char poolname[8]; variable 691 make_name (poolname, POOL_START_LABEL, poolnumber); 692 poolsym = symbol_make (poolname);
|
| tc-csky.c | 502 static char poolname[8]; variable 2121 make_internal_label (poolname, POOL_START_LABEL, poolnumber); 2122 poolsym = symbol_make (poolname);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-mcore.c | 137 static char poolname[8]; variable 691 make_name (poolname, POOL_START_LABEL, poolnumber); 692 poolsym = symbol_make (poolname);
|
| tc-csky.c | 502 static char poolname[8]; variable 2121 make_internal_label (poolname, POOL_START_LABEL, poolnumber); 2122 poolsym = symbol_make (poolname);
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs.h | 369 char *poolname; /* name of a pool to find */ member in struct:importargs 373 int unique : 1; /* does 'poolname' already exist? */
|
| libzfs_pool.c | 424 zpool_valid_proplist(libzfs_handle_t *hdl, const char *poolname, 539 if (strval[0] != '\0' && !bootfs_name_valid(poolname, 547 if ((zhp = zpool_open_canfail(hdl, poolname)) == NULL) { 549 "could not open pool '%s'"), poolname); 4067 char poolname[ZFS_MAX_DATASET_NAME_LEN]; local 4096 (void) strncpy(poolname, volname, p - volname); 4097 poolname[p - volname] = '\0'; 4100 if ((zhp = zpool_open(hdl, poolname)) == NULL) { 4102 "could not open pool '%s'"), poolname); 4110 "could not obtain vdev configuration for '%s'"), poolname); [all...] |
| /src/external/cddl/osnet/dist/cmd/zpool/ |
| zpool_main.c | 500 char *poolname; local 534 poolname = argv[0]; 539 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) 544 poolname); 567 print_vdev_tree(zhp, poolname, poolnvroot, 0, B_FALSE); 598 char *poolname; local 615 poolname = argv[0]; 617 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) 804 char *poolname; local 916 poolname = argv[0] 3209 char *poolname, *old_disk, *new_disk; local 3335 char *poolname, *path; local 3523 char *poolname; local 3601 char *poolname; local 3740 char *poolname; local 4554 static char *poolname = NULL; local [all...] |
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| spa.c | 4525 char *poolname; local 4530 if (nvlist_lookup_string(tryconfig, ZPOOL_CONFIG_POOL_NAME, &poolname)) 4556 poolname) == 0); 4587 "%s/%s", poolname, ++cp);
|
| zfs_ioctl.c | 3420 zfs_ioc_snapshot(const char *poolname, nvlist_t *innvl, nvlist_t *outnvl) 3428 if ((error = zfs_check_userprops(poolname, props)) != 0) 3432 zfs_earlier_version(poolname, SPA_VERSION_SNAP_PROPS)) 3437 poollen = strlen(poolname); 3454 if (strncmp(name, poolname, poollen) != 0 || 3482 char *poolname; local 3485 * The poolname in the ioctl is not set, we get it from the TSD, 3491 poolname = tsd_get(zfs_allow_log_key); 3493 error = spa_open(poolname, &spa, FTAG); 3494 strfree(poolname); 6641 char *poolname = arg; local [all...] |