Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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; 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.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) in tomoyo_put_number_union()
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) in tomoyo_compare_number_union()
H A Dcommon.c420 * tomoyo_print_number_union_nospace - Print a tomoyo_number_union without a space.
423 * @ptr: Pointer to "struct tomoyo_number_union".
428 (struct tomoyo_io_buffer *head, const struct tomoyo_number_union *ptr) in tomoyo_print_number_union_nospace()
468 * tomoyo_print_number_union - Print a tomoyo_number_union.
471 * @ptr: Pointer to "struct tomoyo_number_union".
476 const struct tomoyo_number_union *ptr) in tomoyo_print_number_union()
1249 const struct tomoyo_number_union *numbers_p = in tomoyo_print_condition()
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) in tomoyo_parse_number_union()
/kernel/linux/linux-6.6/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; 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.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) in tomoyo_put_number_union()
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) in tomoyo_compare_number_union()
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) in tomoyo_print_number_union_nospace()
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) in tomoyo_print_number_union()
1241 const struct tomoyo_number_union *numbers_p = in tomoyo_print_condition()
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) in tomoyo_parse_number_union()

Completed in 19 milliseconds