Home
last modified time | relevance | path

Searched refs:propstr (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_common.kshlib42 typeset propstr=$2
44 typeset prop=$(echo $propstr | awk -F= '{print $1}')
45 typeset expect_value=$(echo $propstr | awk -F= '{print $2}')
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c3494 char *propstr; in print_dataset() local
3510 propstr = property; in print_dataset()
3516 propstr = "-"; in print_dataset()
3518 propstr = property; in print_dataset()
3523 propstr = "-"; in print_dataset()
3525 propstr = property; in print_dataset()
3530 propstr = "-"; in print_dataset()
3532 propstr = property; in print_dataset()
3537 propstr = "-"; in print_dataset()
3540 ZPROP_VALUE, &propstr) == 0); in print_dataset()
[all …]
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c5790 char *propstr; in print_pool() local
5818 propstr = "-"; in print_pool()
5820 propstr = property; in print_pool()
5827 propstr = property; in print_pool()
5829 propstr = "-"; in print_pool()
5839 (void) printf("%s", propstr); in print_pool()
5841 (void) printf("%*s", (int)width, propstr); in print_pool()
5843 (void) printf("%-*s", (int)width, propstr); in print_pool()