Searched refs:list_entry (Results 1 – 1 of 1) sorted by relevance
/system/sepolicy/tools/ |
D | check_seapp.c | 37 #define list_entry(element, type, name) \ macro 264 hash_entry *h = list_entry(e, typeof(*h), listify); in line_order_list_freefn() 270 file_info *f = list_entry(e, typeof(*f), listify); in input_file_list_freefn() 659 e = list_entry(cursor, typeof(*e), listify); in rule_map_validate() 855 tmp = list_entry(cursor, typeof(*tmp), listify); in init() 922 tmp = list_entry(cursor, typeof(*tmp), listify); in init() 1170 current = list_entry(cursor, typeof(*current), listify); in parse() 1182 e = list_entry(cursor, typeof(*e), listify); in validate() 1187 e = list_entry(cursor, typeof(*e), listify); in validate() 1193 r = list_entry(v, rule_map, listify); in validate() [all …]
|