Lines Matching refs:tomoyo_number_union
522 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);
1052 void tomoyo_put_number_union(struct tomoyo_number_union *ptr);
1244 (const struct tomoyo_number_union *a, const struct tomoyo_number_union *b) in tomoyo_same_number_union()