| /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 | 33 typeset propstr=$2 36 IFS='=' read -r prop expect_value <<<"$propstr"
|
| /freebsd/usr.sbin/sndctl/ |
| H A D | sndctl.c | 992 char *s, *propstr; in main() local 1035 propstr = strsep(&s, "="); in main() 1036 if (propstr == NULL) in main() 1041 if (strcmp(ctl->name, propstr) != 0) in main() 1061 if (strcmp(ctl->name, propstr) != 0) in main() 1070 xo_warnx("%s: no such property", propstr); in main()
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_vfsops.c | 1956 const char *propstr = zfs_prop_to_name(prop); in zfs_set_default_quota() local 1960 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, B_FALSE, propstr); in zfs_set_default_quota() 1968 error = zap_remove(os, MASTER_NODE_OBJ, propstr, tx); in zfs_set_default_quota() 1972 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 | 3721 const char *propstr; in collect_dataset() local 3751 propstr = property; in collect_dataset() 3757 propstr = "-"; in collect_dataset() 3759 propstr = property; in collect_dataset() 3766 propstr = "-"; in collect_dataset() 3768 propstr = property; in collect_dataset() 3776 propstr = "-"; in collect_dataset() 3778 propstr = property; in collect_dataset() 3784 propstr = "-"; in collect_dataset() 3786 propstr = fnvlist_lookup_string(propval, in collect_dataset() [all …]
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 2345 const char *propstr = zfs_prop_to_name(prop); in zfs_set_default_quota() local 2349 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, B_FALSE, propstr); in zfs_set_default_quota() 2357 error = zap_remove(os, MASTER_NODE_OBJ, propstr, tx); in zfs_set_default_quota() 2361 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 | 6885 const char *propstr; in collect_pool() local 6928 propstr = "-"; in collect_pool() 6930 propstr = property; in collect_pool() 6937 propstr = property; in collect_pool() 6942 propstr = property; in collect_pool() 6944 propstr = "-"; in collect_pool() 6956 prop_name, propstr, in collect_pool() 6966 (void) fputs(propstr, stdout); in collect_pool() 6968 (void) printf("%*s", (int)width, propstr); in collect_pool() 6970 (void) printf("%-*s", (int)width, propstr); in collect_pool() [all …]
|