Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A Dcommon.h526 struct tomoyo_number_union { struct
556 struct tomoyo_number_union number;
724 struct tomoyo_number_union number;
732 struct tomoyo_number_union mode;
733 struct tomoyo_number_union major;
734 struct tomoyo_number_union minor;
753 struct tomoyo_number_union flags;
768 struct tomoyo_number_union port;
930 const struct tomoyo_number_union *ptr);
949 struct tomoyo_number_union *ptr);
[all …]
H A Dcondition.c499 struct tomoyo_number_union *numbers_p = NULL; in tomoyo_get_condition()
665 + e.numbers_count * sizeof(struct tomoyo_number_union) in tomoyo_get_condition()
675 numbers_p = (struct tomoyo_number_union *) (condp + e.condc); in tomoyo_get_condition()
772 const struct tomoyo_number_union *numbers_p; in tomoyo_condition()
793 numbers_p = (const struct tomoyo_number_union *) (condp + condc); in tomoyo_condition()
1063 const struct tomoyo_number_union *ptr = numbers_p++; in tomoyo_condition()
1070 const struct tomoyo_number_union *ptr = numbers_p++; in tomoyo_condition()
H A Dgc.c289 struct tomoyo_number_union *numbers_p in tomoyo_del_condition()
290 = (struct tomoyo_number_union *) (condp + condc); in tomoyo_del_condition()
H A 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()
H A Dutil.c273 struct tomoyo_number_union *ptr) in tomoyo_parse_number_union()
H A Dcommon.c420 (struct tomoyo_io_buffer *head, const struct tomoyo_number_union *ptr) in tomoyo_print_number_union_nospace()
468 const struct tomoyo_number_union *ptr) in tomoyo_print_number_union()
1241 const struct tomoyo_number_union *numbers_p = in tomoyo_print_condition()