Searched refs:propstr (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_create/
H A Dzfs_create_common.kshlib44 typeset propstr=$2
46 typeset prop=$($ECHO $propstr | $AWK -F= '{print $1}')
47 typeset expect_value=$($ECHO $propstr | $AWK -F= '{print $2}')
/freebsd-12-stable/sbin/bectl/
H A Dbectl_list.c83 char *propstr; local
85 if (nvlist_lookup_string(dsprops, "origin", &propstr) == 0) {
91 if (be_get_dataset_props(be, propstr, *originprops) != 0) {
98 return (propstr);
122 char *dsname, *propstr, *sep; local
145 if (nvlist_lookup_string(dsprops, "used", &propstr) == 0)
146 space = strtoull(propstr, NULL, 10);
183 char *dsname, *propstr; local
238 if (nvlist_lookup_string(dsprops, "mounted", &propstr) == 0) {
239 printf("%s", propstr);
294 char *propstr; local
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c3028 char *propstr; local
3044 propstr = property;
3050 propstr = "-";
3052 propstr = property;
3057 propstr = "-";
3059 propstr = property;
3064 propstr = "-";
3066 propstr = property;
3071 propstr = "-";
3074 ZPROP_VALUE, &propstr)
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c3474 char *propstr; local
3502 propstr = "-";
3504 propstr = property;
3511 propstr = property;
3513 propstr = "-";
3523 (void) printf("%s", propstr);
3525 (void) printf("%*s", width, propstr);
3527 (void) printf("%-*s", width, propstr);

Completed in 208 milliseconds