Lines Matching refs:ref
249 struct obj_attrs *ref) in attributes_match_reference() argument
251 size_t count = ref->attrs_count; in attributes_match_reference()
252 unsigned char *ref_attr = ref->attrs; in attributes_match_reference()
255 if (!ref->attrs_count) { in attributes_match_reference()
260 for (count = 0; count < ref->attrs_count; count++) { in attributes_match_reference()
280 struct obj_attrs *ref) in attributes_match_add_reference() argument
282 size_t count = ref->attrs_count; in attributes_match_add_reference()
283 unsigned char *ref_attr = ref->attrs; in attributes_match_add_reference()
286 if (!ref->attrs_count) in attributes_match_add_reference()
289 for (count = 0; count < ref->attrs_count; count++) { in attributes_match_add_reference()
426 void trace_attributes(const char *prefix, void *ref) in trace_attributes() argument
431 TEE_MemMove(&head, ref, sizeof(head)); in trace_attributes()
450 __trace_attributes(pre, (char *)ref + sizeof(head), in trace_attributes()
451 (char *)ref + sizeof(head) + head.attrs_size); in trace_attributes()