Home
last modified time | relevance | path

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

/linux-4.1.27/security/tomoyo/
Dcommon.h522 struct tomoyo_number_union { struct
552 struct tomoyo_number_union number;
719 struct tomoyo_number_union number;
727 struct tomoyo_number_union mode;
728 struct tomoyo_number_union major;
729 struct tomoyo_number_union minor;
748 struct tomoyo_number_union flags;
763 struct tomoyo_number_union port;
919 const struct tomoyo_number_union *ptr);
938 struct tomoyo_number_union *ptr);
[all …]
Dcondition.c482 struct tomoyo_number_union *numbers_p = NULL; in tomoyo_get_condition()
646 + e.numbers_count * sizeof(struct tomoyo_number_union) in tomoyo_get_condition()
656 numbers_p = (struct tomoyo_number_union *) (condp + e.condc); in tomoyo_get_condition()
751 const struct tomoyo_number_union *numbers_p; in tomoyo_condition()
771 numbers_p = (const struct tomoyo_number_union *) (condp + condc); in tomoyo_condition()
1037 const struct tomoyo_number_union *ptr = numbers_p++; in tomoyo_condition()
1043 const struct tomoyo_number_union *ptr = numbers_p++; in tomoyo_condition()
Dgc.c280 struct tomoyo_number_union *numbers_p in tomoyo_del_condition()
281 = (struct tomoyo_number_union *) (condp + condc); in tomoyo_del_condition()
Dfile.c98 void tomoyo_put_number_union(struct tomoyo_number_union *ptr) in tomoyo_put_number_union()
112 const struct tomoyo_number_union *ptr) in tomoyo_compare_number_union()
Dutil.c282 struct tomoyo_number_union *ptr) in tomoyo_parse_number_union()
Dcommon.c423 (struct tomoyo_io_buffer *head, const struct tomoyo_number_union *ptr) in tomoyo_print_number_union_nospace()
470 const struct tomoyo_number_union *ptr) in tomoyo_print_number_union()
1217 const struct tomoyo_number_union *numbers_p = in tomoyo_print_condition()