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

/linux-master/security/tomoyo/
H A Dcommon.h526 struct tomoyo_number_union { struct
556 struct tomoyo_number_union number;
641 * Right hand operand. A "struct tomoyo_number_union" for
656 u16 numbers_count; /* Number of "struct tomoyo_number_union values". */
664 * struct tomoyo_number_union values[numbers_count];
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 flag
[all...]
H A Dcondition.c499 struct tomoyo_number_union *numbers_p = NULL;
665 + e.numbers_count * sizeof(struct tomoyo_number_union)
675 numbers_p = (struct tomoyo_number_union *) (condp + e.condc);
772 const struct tomoyo_number_union *numbers_p;
793 numbers_p = (const struct tomoyo_number_union *) (condp + condc);
1063 const struct tomoyo_number_union *ptr = numbers_p++;
1070 const struct tomoyo_number_union *ptr = numbers_p++;
H A Dgc.c289 struct tomoyo_number_union *numbers_p
290 = (struct tomoyo_number_union *) (condp + condc);
H A Dfile.c93 * tomoyo_put_number_union - Drop reference on "struct tomoyo_number_union".
95 * @ptr: Pointer to "struct tomoyo_number_union".
99 void tomoyo_put_number_union(struct tomoyo_number_union *ptr)
105 * tomoyo_compare_number_union - Check whether a value matches "struct tomoyo_number_union" or not.
108 * @ptr: Pointer to "struct tomoyo_number_union".
113 const struct tomoyo_number_union *ptr)
H A Dutil.c265 * tomoyo_parse_number_union - Parse a tomoyo_number_union.
268 * @ptr: Pointer to "struct tomoyo_number_union".
273 struct tomoyo_number_union *ptr)
H A Dcommon.c412 * tomoyo_print_number_union_nospace - Print a tomoyo_number_union without a space.
415 * @ptr: Pointer to "struct tomoyo_number_union".
420 (struct tomoyo_io_buffer *head, const struct tomoyo_number_union *ptr)
460 * tomoyo_print_number_union - Print a tomoyo_number_union.
463 * @ptr: Pointer to "struct tomoyo_number_union".
468 const struct tomoyo_number_union *ptr)
1241 const struct tomoyo_number_union *numbers_p =

Completed in 288 milliseconds