Searched refs:list_entry (Results 1 – 1 of 1) sorted by relevance
/system/sepolicy/tools/ |
D | check_seapp.c | 40 #define list_entry(element, type, name) \ macro 282 hash_entry *h = list_entry(e, typeof(*h), listify); in line_order_list_freefn() 288 file_info *f = list_entry(e, typeof(*f), listify); in input_file_list_freefn() 297 coredomain_violation_entry *c = list_entry(e, typeof(*c), listify); in coredomain_violation_list_freefn() 764 e = list_entry(cursor, typeof(*e), listify); in rule_map_validate() 960 tmp = list_entry(cursor, typeof(*tmp), listify); in init() 1027 tmp = list_entry(cursor, typeof(*tmp), listify); in init() 1278 current = list_entry(cursor, typeof(*current), listify); in parse() 1291 e = list_entry(cursor, typeof(*e), listify); in validate() 1296 e = list_entry(cursor, typeof(*e), listify); in validate() [all …]
|