Home
last modified time | relevance | path

Searched refs:prop_blob (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/
Ddrm_crtc.c3007 struct drm_property_blob *prop_blob; in drm_mode_getproperty_ioctl() local
3027 list_for_each_entry(prop_blob, &property->enum_blob_list, head) in drm_mode_getproperty_ioctl()
3076 list_for_each_entry(prop_blob, &property->enum_blob_list, head) { in drm_mode_getproperty_ioctl()
3077 if (put_user(prop_blob->base.id, blob_id_ptr + copied)) { in drm_mode_getproperty_ioctl()
3082 if (put_user(prop_blob->length, blob_length_ptr + copied)) { in drm_mode_getproperty_ioctl()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
Dwc_db.c11673 svn_string_t prop_blob = { 0 }; in commit_node() local
11742 prop_blob.data = svn_sqlite__column_blob(stmt_act, 1, &prop_blob.len, in commit_node()
11744 if (prop_blob.data == NULL) in commit_node()
11745 prop_blob.data = svn_sqlite__column_blob(stmt_info, 14, &prop_blob.len, in commit_node()
11886 prop_blob.data, prop_blob.len)); in commit_node()