| /freebsd/sbin/bectl/ |
| H A D | bectl_list.c | 59 const char *propstr; in get_origin_props() local 61 if (nvlist_lookup_string(dsprops, "origin", &propstr) == 0) { in get_origin_props() 67 if (be_get_dataset_props(be, propstr, *originprops) != 0) { in get_origin_props() 74 return (propstr); in get_origin_props() 99 const char *propstr; in dataset_space() local 122 if (nvlist_lookup_string(dsprops, "used", &propstr) == 0) in dataset_space() 123 space = strtoull(propstr, NULL, 10); in dataset_space() 159 const char *oname, *dsname, *propstr; in print_info() local 219 if (nvlist_lookup_string(dsprops, "mounted", &propstr) == 0) { in print_info() 220 printf("%s", propstr); in print_info() [all …]
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | evp_fetch.c | 467 char *propstr = NULL; in evp_set_parsed_default_properties() local 483 propstr = OPENSSL_malloc(strsz); in evp_set_parsed_default_properties() 484 if (propstr == NULL) { in evp_set_parsed_default_properties() 488 if (ossl_property_list_to_string(libctx, def_prop, propstr, in evp_set_parsed_default_properties() 491 OPENSSL_free(propstr); in evp_set_parsed_default_properties() 495 ossl_provider_default_props_update(libctx, propstr); in evp_set_parsed_default_properties() 496 OPENSSL_free(propstr); in evp_set_parsed_default_properties() 588 char *propstr = NULL; in evp_get_global_properties_str() local 600 propstr = OPENSSL_malloc(sz); in evp_get_global_properties_str() 601 if (propstr == NULL) in evp_get_global_properties_str() [all …]
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_create/ |
| H A D | zfs_create_common.kshlib | 39 typeset propstr=$2 41 typeset prop=$($ECHO $propstr | $AWK -F= '{print $1}') 42 typeset expect_value=$($ECHO $propstr | $AWK -F= '{print $2}')
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/ |
| H A D | zfs_create_common.kshlib | 43 typeset propstr=$2 46 IFS='=' read -r prop expect_value <<<"$propstr"
|
| /freebsd/usr.sbin/sndctl/ |
| H A D | sndctl.c | 951 char *s, *propstr; in main() local 994 propstr = strsep(&s, "="); in main() 995 if (propstr == NULL) in main() 1000 if (strcmp(ctl->name, propstr) != 0) in main() 1020 if (strcmp(ctl->name, propstr) != 0) in main() 1029 xo_warnx("%s: no such property", propstr); in main()
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_vfsops.c | 2104 const char *propstr = zfs_prop_to_name(prop); in zfs_set_default_quota() local 2108 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, B_FALSE, propstr); in zfs_set_default_quota() 2116 error = zap_remove(os, MASTER_NODE_OBJ, propstr, tx); in zfs_set_default_quota() 2120 error = zap_update(os, MASTER_NODE_OBJ, propstr, 8, 1, in zfs_set_default_quota()
|
| /freebsd/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 3685 const char *propstr; in collect_dataset() local 3715 propstr = property; in collect_dataset() 3721 propstr = "-"; in collect_dataset() 3723 propstr = property; in collect_dataset() 3730 propstr = "-"; in collect_dataset() 3732 propstr = property; in collect_dataset() 3740 propstr = "-"; in collect_dataset() 3742 propstr = property; in collect_dataset() 3748 propstr = "-"; in collect_dataset() 3750 propstr = fnvlist_lookup_string(propval, in collect_dataset() [all …]
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 2316 const char *propstr = zfs_prop_to_name(prop); in zfs_set_default_quota() local 2320 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, B_FALSE, propstr); in zfs_set_default_quota() 2328 error = zap_remove(os, MASTER_NODE_OBJ, propstr, tx); in zfs_set_default_quota() 2332 error = zap_update(os, MASTER_NODE_OBJ, propstr, 8, 1, in zfs_set_default_quota()
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 6834 const char *propstr; in collect_pool() local 6877 propstr = "-"; in collect_pool() 6879 propstr = property; in collect_pool() 6886 propstr = property; in collect_pool() 6891 propstr = property; in collect_pool() 6893 propstr = "-"; in collect_pool() 6905 prop_name, propstr, in collect_pool() 6915 (void) fputs(propstr, stdout); in collect_pool() 6917 (void) printf("%*s", (int)width, propstr); in collect_pool() 6919 (void) printf("%-*s", (int)width, propstr); in collect_pool() [all …]
|