Searched refs:p_attrs (Results 1 – 1 of 1) sorted by relevance
108 struct p_attr *p_attrs, size_t num_p_attrs) in print_properties() argument218 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() local417 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