Lines Matching refs:ref
248 struct obj_attrs *ref) in attributes_match_reference() argument
250 size_t count = ref->attrs_count; in attributes_match_reference()
251 unsigned char *ref_attr = ref->attrs; in attributes_match_reference()
254 if (!ref->attrs_count) { in attributes_match_reference()
259 for (count = 0; count < ref->attrs_count; count++) { in attributes_match_reference()
283 struct obj_attrs *ref) in attributes_match_add_reference() argument
285 size_t count = ref->attrs_count; in attributes_match_add_reference()
286 unsigned char *ref_attr = ref->attrs; in attributes_match_add_reference()
289 if (!ref->attrs_count) in attributes_match_add_reference()
292 for (count = 0; count < ref->attrs_count; count++) { in attributes_match_add_reference()
429 void trace_attributes(const char *prefix, void *ref) in trace_attributes() argument
434 TEE_MemMove(&head, ref, sizeof(head)); in trace_attributes()
453 __trace_attributes(pre, (char *)ref + sizeof(head), in trace_attributes()
454 (char *)ref + sizeof(head) + head.attrs_size); in trace_attributes()