Home
last modified time | relevance | path

Searched refs:prop_list (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_props.ksh65 get_guid_list $tmpdir/prop_list $sendfs#book1
69 count=$(wc -l < $tmpdir/prop_list)
72 diff $tmpdir/prop_list $tmpdir/zdb_list || \
74 diff $tmpdir/prop_list $tmpdir/recvd_prop_list || \
/freebsd/lib/libbe/
H A Dbe_info.c285 nvlist_t *prop_list; in be_prop_list_free() local
289 if (nvpair_value_nvlist(be_pair, &prop_list) == 0) in be_prop_list_free()
290 nvlist_free(prop_list); in be_prop_list_free()
293 if (nvpair_value_nvlist(be_pair, &prop_list) == 0) in be_prop_list_free()
294 nvlist_free(prop_list); in be_prop_list_free()
/freebsd/crypto/openssl/crypto/property/
H A Dproperty_query.c68 const OSSL_PROPERTY_LIST *prop_list) in ossl_property_is_enabled() argument
72 prop = ossl_property_find_property(prop_list, ctx, property_name); in ossl_property_is_enabled()
/freebsd/crypto/openssl/include/internal/
H A Dproperty.h38 const OSSL_PROPERTY_LIST *prop_list);