Symbol: tomoyo_number_union
security/tomoyo/common.c
1260
const struct tomoyo_number_union *numbers_p =
security/tomoyo/common.c
421
tomoyo_print_number_union_nospace(struct tomoyo_io_buffer *head, const struct tomoyo_number_union *ptr)
security/tomoyo/common.c
470
const struct tomoyo_number_union *ptr)
security/tomoyo/common.h
1093
void tomoyo_put_number_union(struct tomoyo_number_union *ptr);
security/tomoyo/common.h
1250
(const struct tomoyo_number_union *a, const struct tomoyo_number_union *b)
security/tomoyo/common.h
556
struct tomoyo_number_union number;
security/tomoyo/common.h
724
struct tomoyo_number_union number;
security/tomoyo/common.h
732
struct tomoyo_number_union mode;
security/tomoyo/common.h
733
struct tomoyo_number_union major;
security/tomoyo/common.h
734
struct tomoyo_number_union minor;
security/tomoyo/common.h
753
struct tomoyo_number_union flags;
security/tomoyo/common.h
768
struct tomoyo_number_union port;
security/tomoyo/common.h
961
const struct tomoyo_number_union *ptr);
security/tomoyo/common.h
980
struct tomoyo_number_union *ptr);
security/tomoyo/condition.c
1063
const struct tomoyo_number_union *ptr = numbers_p++;
security/tomoyo/condition.c
1070
const struct tomoyo_number_union *ptr = numbers_p++;
security/tomoyo/condition.c
499
struct tomoyo_number_union *numbers_p = NULL;
security/tomoyo/condition.c
665
+ e.numbers_count * sizeof(struct tomoyo_number_union)
security/tomoyo/condition.c
675
numbers_p = (struct tomoyo_number_union *) (condp + e.condc);
security/tomoyo/condition.c
772
const struct tomoyo_number_union *numbers_p;
security/tomoyo/condition.c
793
numbers_p = (const struct tomoyo_number_union *) (condp + condc);
security/tomoyo/file.c
113
const struct tomoyo_number_union *ptr)
security/tomoyo/file.c
99
void tomoyo_put_number_union(struct tomoyo_number_union *ptr)
security/tomoyo/gc.c
288
struct tomoyo_number_union *numbers_p
security/tomoyo/gc.c
289
= (struct tomoyo_number_union *) (condp + condc);
security/tomoyo/util.c
273
struct tomoyo_number_union *ptr)