Home
last modified time | relevance | path

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

/optee_test-3.20.0/ta/os_test/
A Dos_test.c108 struct p_attr *p_attrs, size_t num_p_attrs) in print_properties() argument
218 if (strcmp(nbuf, p_attrs[n].str) != 0) in print_properties()
221 if (p_attrs[n].retrieved) { in print_properties()
223 p_attrs[n].str); in print_properties()
226 p_attrs[n].retrieved = true; in print_properties()
228 switch (p_attrs[n].type) { in print_properties()
347 p_attrs[n].type, p_attrs[n].str); in print_properties()
379 struct p_attr p_attrs[] = { in test_properties() local
417 const size_t num_p_attrs = sizeof(p_attrs) / sizeof(p_attrs[0]); in test_properties()
445 if (!p_attrs[n].retrieved) { in test_properties()
[all …]

Completed in 5 milliseconds