Home
last modified time | relevance | path

Searched refs:tomoyo_name_union (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/security/tomoyo/
Dcommon.h519 struct tomoyo_name_union { struct
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_name;
751 struct tomoyo_name_union dir_name;
752 struct tomoyo_name_union fs_type;
776 struct tomoyo_name_union name;
[all …]
Dcondition.c235 const struct tomoyo_name_union *ptr, in tomoyo_scan_exec_realpath()
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 *ptr = names_p++; in tomoyo_condition()
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()
Dfile.c67 void tomoyo_put_name_union(struct tomoyo_name_union *ptr) in tomoyo_put_name_union()
83 const struct tomoyo_name_union *ptr) in tomoyo_compare_name_union()
Dutil.c248 struct tomoyo_name_union *ptr) in tomoyo_parse_name_union()
Dcommon.c378 const struct tomoyo_name_union *ptr) in tomoyo_print_name_union()
398 const struct tomoyo_name_union *ptr) in tomoyo_print_name_union_quoted()
1242 const struct tomoyo_name_union *names_p = in tomoyo_print_condition()