Lines Matching refs:tomoyo_path_info
431 const struct tomoyo_path_info *filename;
433 const struct tomoyo_path_info *matched_path;
438 const struct tomoyo_path_info *filename1;
439 const struct tomoyo_path_info *filename2;
444 const struct tomoyo_path_info *filename;
452 const struct tomoyo_path_info *filename;
461 const struct tomoyo_path_info *name;
473 const struct tomoyo_path_info *address;
480 const struct tomoyo_path_info *type;
481 const struct tomoyo_path_info *dir;
482 const struct tomoyo_path_info *dev;
487 const struct tomoyo_path_info *domainname;
500 struct tomoyo_path_info { struct
511 struct tomoyo_path_info entry; argument
517 const struct tomoyo_path_info *filename;
539 const struct tomoyo_path_info *group_name;
546 const struct tomoyo_path_info *member_name;
599 struct tomoyo_path_info *symlink_target;
605 const struct tomoyo_path_info *value;
611 const struct tomoyo_path_info *name;
612 const struct tomoyo_path_info *value;
621 const struct tomoyo_path_info *transition;
657 const struct tomoyo_path_info *transit; /* Maybe NULL. */
680 const struct tomoyo_path_info *domainname;
696 const struct tomoyo_path_info *domainname;
754 const struct tomoyo_path_info *env; /* environment variable */
849 const struct tomoyo_path_info *domainname; /* Maybe NULL */
850 const struct tomoyo_path_info *program; /* Maybe NULL */
856 const struct tomoyo_path_info *original_name;
857 const struct tomoyo_path_info *aggregated_name;
864 const struct tomoyo_path_info *manager;
876 const struct tomoyo_path_info *comment;
939 bool tomoyo_path_matches_pattern(const struct tomoyo_path_info *filename,
940 const struct tomoyo_path_info *pattern);
952 const struct tomoyo_path_info *tomoyo_compare_name_union
953 (const struct tomoyo_path_info *name, const struct tomoyo_name_union *ptr);
954 const struct tomoyo_path_info *tomoyo_get_domainname
956 const struct tomoyo_path_info *tomoyo_get_name(const char *name);
957 const struct tomoyo_path_info *tomoyo_path_matches_group
958 (const struct tomoyo_path_info *pathname, const struct tomoyo_group *group);
964 const struct tomoyo_path_info *filename);
1041 void tomoyo_fill_path_info(struct tomoyo_path_info *ptr);
1150 static inline bool tomoyo_pathcmp(const struct tomoyo_path_info *a, in tomoyo_pathcmp()
1151 const struct tomoyo_path_info *b) in tomoyo_pathcmp()
1163 static inline void tomoyo_put_name(const struct tomoyo_path_info *name) in tomoyo_put_name()