Lines Matching defs:propval

1271 add_prop_list(const char *propname, const char *propval, nvlist_t **props,
1320 strcmp(propval, ZPOOL_COMPAT_LEGACY) != 0 &&
1359 if (nvlist_add_string(proplist, normnm, propval) != 0) {
1372 add_prop_list_default(const char *propname, const char *propval,
1380 return (add_prop_list(propname, propval, props, B_TRUE));
1415 char *propval;
1443 if ((propval = strchr(optarg, '=')) == NULL) {
1448 *propval = '\0';
1449 propval++;
1452 (add_prop_list(optarg, propval, &props, B_TRUE)))
1990 char *propval;
2018 if ((propval = strchr(optarg, '=')) == NULL) {
2023 *propval = '\0';
2024 propval++;
2026 if (add_prop_list(optarg, propval, &props, B_TRUE))
2037 ver = strtoull(propval, &end, 0);
2044 altroot = propval;
2047 compat = propval;
2050 if ((propval = strchr(optarg, '=')) == NULL) {
2055 *propval = '\0';
2056 propval++;
2065 mountpoint = propval;
2066 } else if (add_prop_list(optarg, propval, &fsprops,
2263 const char *propval;
2269 if (!nvlist_lookup_string(props, propname, &propval)) {
2270 if (strcmp(propval,
2274 } else if (strcmp(propval,
4342 char *propval;
4399 if ((propval = strchr(optarg, '=')) != NULL) {
4400 *propval = '\0';
4401 propval++;
4402 if (add_prop_list(optarg, propval,
6935 char propval[64];
6946 (void) strlcpy(propval, "-", sizeof (propval));
6948 zfs_nicenum_format(value, propval, sizeof (propval),
6953 (void) strlcpy(propval, "-", sizeof (propval));
6955 (void) snprintf(propval, sizeof (propval), "%llu",
6958 (void) snprintf(propval, sizeof (propval), "%llu%%",
6965 (void) snprintf(propval, sizeof (propval), "%llu",
6968 (void) snprintf(propval, sizeof (propval),
6974 (void) strlcpy(propval, str, sizeof (propval));
6977 zfs_nicenum_format(value, propval, sizeof (propval), format);
6981 (void) strlcpy(propval, "-", sizeof (propval));
6984 zprop_nvlist_one_property(zpool_prop_to_name(prop), propval,
6988 (void) printf("\t%s", propval);
6990 (void) printf(" %*s", (int)width, propval);
7506 char *propval;
7516 if ((propval = strchr(optarg, '=')) == NULL) {
7521 *propval = '\0';
7522 propval++;
7525 (add_prop_list(optarg, propval, &props, B_TRUE)))
7758 char *srcpool, *newpool, *propval;
7796 if ((propval = strchr(optarg, '=')) != NULL) {
7797 *propval = '\0';
7798 propval++;
7799 if (add_prop_list(optarg, propval,