Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dcommon.h523 struct tomoyo_number_union { struct
553 struct tomoyo_number_union number;
720 struct tomoyo_number_union number;
728 struct tomoyo_number_union mode;
729 struct tomoyo_number_union major;
730 struct tomoyo_number_union minor;
749 struct tomoyo_number_union flags;
764 struct tomoyo_number_union port;
920 const struct tomoyo_number_union *ptr);
939 struct tomoyo_number_union *ptr);
[all …]
Dcondition.c483 struct tomoyo_number_union *numbers_p = NULL; in tomoyo_get_condition()
647 + e.numbers_count * sizeof(struct tomoyo_number_union) in tomoyo_get_condition()
657 numbers_p = (struct tomoyo_number_union *) (condp + e.condc); in tomoyo_get_condition()
752 const struct tomoyo_number_union *numbers_p; in tomoyo_condition()
772 numbers_p = (const struct tomoyo_number_union *) (condp + condc); in tomoyo_condition()
1038 const struct tomoyo_number_union *ptr = numbers_p++; in tomoyo_condition()
1044 const struct tomoyo_number_union *ptr = numbers_p++; in tomoyo_condition()
Dgc.c281 struct tomoyo_number_union *numbers_p in tomoyo_del_condition()
282 = (struct tomoyo_number_union *) (condp + condc); in tomoyo_del_condition()
Dfile.c99 void tomoyo_put_number_union(struct tomoyo_number_union *ptr) in tomoyo_put_number_union()
113 const struct tomoyo_number_union *ptr) in tomoyo_compare_number_union()
Dutil.c264 struct tomoyo_number_union *ptr) in tomoyo_parse_number_union()
Dcommon.c424 (struct tomoyo_io_buffer *head, const struct tomoyo_number_union *ptr) in tomoyo_print_number_union_nospace()
471 const struct tomoyo_number_union *ptr) in tomoyo_print_number_union()
1218 const struct tomoyo_number_union *numbers_p = in tomoyo_print_condition()