Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/property/
H A Dproperty_string.c40 PROP_TABLE *prop_values; member
80 property_table_free(&propdata->prop_values); in property_string_data_free()
101 propdata->prop_values = lh_PROPERTY_STRING_new(&property_hash, in property_string_data_new()
103 if (propdata->prop_values == NULL) in property_string_data_new()
203 : propdata->prop_values, in ossl_property_str()
238 return ossl_property_string(propdata->lock, propdata->prop_values, in ossl_property_value()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_mode_object.c361 uint64_t __user *prop_values, in drm_mode_object_get_properties() argument
381 if (put_user(val, prop_values + count)) in drm_mode_object_get_properties()
H A Ddrm_crtc_internal.h155 uint64_t __user *prop_values,