Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.h519 struct tomoyo_name_union { struct
642 * TOMOYO_NUMBER_UNION, a "struct tomoyo_name_union" for
657 u16 names_count; /* Number of "struct tomoyo_name_union names". */
665 * struct tomoyo_name_union names[names_count];
712 struct tomoyo_name_union name;
723 struct tomoyo_name_union name;
731 struct tomoyo_name_union name;
743 struct tomoyo_name_union name1;
744 struct tomoyo_name_union name2;
750 struct tomoyo_name_union dev_nam
[all...]
H A Dcondition.c229 * @ptr: Pointer to "struct tomoyo_name_union".
235 const struct tomoyo_name_union *ptr, in tomoyo_scan_exec_realpath()
275 * @ptr: Pointer to "struct tomoyo_name_union".
280 struct tomoyo_name_union *ptr) in tomoyo_parse_name_union_quoted()
500 struct tomoyo_name_union *names_p = NULL; in tomoyo_get_condition()
666 + e.names_count * sizeof(struct tomoyo_name_union) in tomoyo_get_condition()
676 names_p = (struct tomoyo_name_union *) (numbers_p + e.numbers_count); in tomoyo_get_condition()
773 const struct tomoyo_name_union *names_p; in tomoyo_condition()
794 names_p = (const struct tomoyo_name_union *) in tomoyo_condition()
811 const struct tomoyo_name_union *pt in tomoyo_condition()
[all...]
H A Dgc.c291 struct tomoyo_name_union *names_p in tomoyo_del_condition()
292 = (struct tomoyo_name_union *) (numbers_p + numbers_count); in tomoyo_del_condition()
H A Dfile.c61 * tomoyo_put_name_union - Drop reference on "struct tomoyo_name_union".
63 * @ptr: Pointer to "struct tomoyo_name_union".
67 void tomoyo_put_name_union(struct tomoyo_name_union *ptr) in tomoyo_put_name_union()
74 * tomoyo_compare_name_union - Check whether a name matches "struct tomoyo_name_union" or not.
77 * @ptr: Pointer to "struct tomoyo_name_union".
83 const struct tomoyo_name_union *ptr) in tomoyo_compare_name_union()
H A Dcommon.c381 * tomoyo_print_name_union - Print a tomoyo_name_union.
384 * @ptr: Pointer to "struct tomoyo_name_union".
387 const struct tomoyo_name_union *ptr) in tomoyo_print_name_union()
399 * tomoyo_print_name_union_quoted - Print a tomoyo_name_union with a quote.
402 * @ptr: Pointer to "struct tomoyo_name_union".
407 const struct tomoyo_name_union *ptr) in tomoyo_print_name_union_quoted()
1251 const struct tomoyo_name_union *names_p = in tomoyo_print_condition()
H A Dutil.c240 * tomoyo_parse_name_union - Parse a tomoyo_name_union.
243 * @ptr: Pointer to "struct tomoyo_name_union".
248 struct tomoyo_name_union *ptr) in tomoyo_parse_name_union()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.h519 struct tomoyo_name_union { struct
642 * TOMOYO_NUMBER_UNION, a "struct tomoyo_name_union" for
657 u16 names_count; /* Number of "struct tomoyo_name_union names". */
665 * struct tomoyo_name_union names[names_count];
712 struct tomoyo_name_union name;
723 struct tomoyo_name_union name;
731 struct tomoyo_name_union name;
743 struct tomoyo_name_union name1;
744 struct tomoyo_name_union name2;
750 struct tomoyo_name_union dev_nam
[all...]
H A Dcondition.c229 * @ptr: Pointer to "struct tomoyo_name_union".
235 const struct tomoyo_name_union *ptr, in tomoyo_scan_exec_realpath()
275 * @ptr: Pointer to "struct tomoyo_name_union".
280 struct tomoyo_name_union *ptr) in tomoyo_parse_name_union_quoted()
500 struct tomoyo_name_union *names_p = NULL; in tomoyo_get_condition()
666 + e.names_count * sizeof(struct tomoyo_name_union) in tomoyo_get_condition()
676 names_p = (struct tomoyo_name_union *) (numbers_p + e.numbers_count); in tomoyo_get_condition()
773 const struct tomoyo_name_union *names_p; in tomoyo_condition()
794 names_p = (const struct tomoyo_name_union *) in tomoyo_condition()
811 const struct tomoyo_name_union *pt in tomoyo_condition()
[all...]
H A Dgc.c291 struct tomoyo_name_union *names_p in tomoyo_del_condition()
292 = (struct tomoyo_name_union *) (numbers_p + numbers_count); in tomoyo_del_condition()
H A Dfile.c61 * tomoyo_put_name_union - Drop reference on "struct tomoyo_name_union".
63 * @ptr: Pointer to "struct tomoyo_name_union".
67 void tomoyo_put_name_union(struct tomoyo_name_union *ptr) in tomoyo_put_name_union()
74 * tomoyo_compare_name_union - Check whether a name matches "struct tomoyo_name_union" or not.
77 * @ptr: Pointer to "struct tomoyo_name_union".
83 const struct tomoyo_name_union *ptr) in tomoyo_compare_name_union()
H A Dcommon.c373 * tomoyo_print_name_union - Print a tomoyo_name_union.
376 * @ptr: Pointer to "struct tomoyo_name_union".
379 const struct tomoyo_name_union *ptr) in tomoyo_print_name_union()
391 * tomoyo_print_name_union_quoted - Print a tomoyo_name_union with a quote.
394 * @ptr: Pointer to "struct tomoyo_name_union".
399 const struct tomoyo_name_union *ptr) in tomoyo_print_name_union_quoted()
1243 const struct tomoyo_name_union *names_p = in tomoyo_print_condition()
H A Dutil.c240 * tomoyo_parse_name_union - Parse a tomoyo_name_union.
243 * @ptr: Pointer to "struct tomoyo_name_union".
248 struct tomoyo_name_union *ptr) in tomoyo_parse_name_union()

Completed in 24 milliseconds