Searched refs:p_attrs (Results 1 – 1 of 1) sorted by relevance
106 struct p_attr *p_attrs, size_t num_p_attrs) in print_properties() argument216 if (strcmp(nbuf, p_attrs[n].str) != 0) in print_properties()219 if (p_attrs[n].retrieved) { in print_properties()221 p_attrs[n].str); in print_properties()224 p_attrs[n].retrieved = true; in print_properties()226 switch (p_attrs[n].type) { in print_properties()345 p_attrs[n].type, p_attrs[n].str); in print_properties()377 struct p_attr p_attrs[] = { in test_properties() local415 const size_t num_p_attrs = sizeof(p_attrs) / sizeof(p_attrs[0]); in test_properties()426 res = print_properties(h, TEE_PROPSET_CURRENT_TA, p_attrs, num_p_attrs); in test_properties()[all …]