Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dcommon.h516 struct tomoyo_name_union { struct
708 struct tomoyo_name_union name;
719 struct tomoyo_name_union name;
727 struct tomoyo_name_union name;
739 struct tomoyo_name_union name1;
740 struct tomoyo_name_union name2;
746 struct tomoyo_name_union dev_name;
747 struct tomoyo_name_union dir_name;
748 struct tomoyo_name_union fs_type;
772 struct tomoyo_name_union name;
[all …]
Dcondition.c227 const struct tomoyo_name_union *ptr, in tomoyo_scan_exec_realpath()
270 struct tomoyo_name_union *ptr) in tomoyo_parse_name_union_quoted()
484 struct tomoyo_name_union *names_p = NULL; in tomoyo_get_condition()
648 + e.names_count * sizeof(struct tomoyo_name_union) in tomoyo_get_condition()
658 names_p = (struct tomoyo_name_union *) (numbers_p + e.numbers_count); in tomoyo_get_condition()
753 const struct tomoyo_name_union *names_p; in tomoyo_condition()
773 names_p = (const struct tomoyo_name_union *) in tomoyo_condition()
789 const struct tomoyo_name_union *ptr = names_p++; in tomoyo_condition()
Dgc.c283 struct tomoyo_name_union *names_p in tomoyo_del_condition()
284 = (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.c240 struct tomoyo_name_union *ptr) in tomoyo_parse_name_union()
Dcommon.c383 const struct tomoyo_name_union *ptr) in tomoyo_print_name_union()
403 const struct tomoyo_name_union *ptr) in tomoyo_print_name_union_quoted()
1220 const struct tomoyo_name_union *names_p = in tomoyo_print_condition()