• Home
  • Raw
  • Download

Lines Matching refs:tomoyo_path_info

435 			const struct tomoyo_path_info *filename;
437 const struct tomoyo_path_info *matched_path;
442 const struct tomoyo_path_info *filename1;
443 const struct tomoyo_path_info *filename2;
448 const struct tomoyo_path_info *filename;
456 const struct tomoyo_path_info *filename;
465 const struct tomoyo_path_info *name;
477 const struct tomoyo_path_info *address;
484 const struct tomoyo_path_info *type;
485 const struct tomoyo_path_info *dir;
486 const struct tomoyo_path_info *dev;
491 const struct tomoyo_path_info *domainname;
504 struct tomoyo_path_info { struct
515 struct tomoyo_path_info entry; argument
521 const struct tomoyo_path_info *filename;
543 const struct tomoyo_path_info *group_name;
550 const struct tomoyo_path_info *member_name;
603 struct tomoyo_path_info *symlink_target;
609 const struct tomoyo_path_info *value;
615 const struct tomoyo_path_info *name;
616 const struct tomoyo_path_info *value;
625 const struct tomoyo_path_info *transition;
661 const struct tomoyo_path_info *transit; /* Maybe NULL. */
684 const struct tomoyo_path_info *domainname;
701 const struct tomoyo_path_info *domainname;
759 const struct tomoyo_path_info *env; /* environment variable */
854 const struct tomoyo_path_info *domainname; /* Maybe NULL */
855 const struct tomoyo_path_info *program; /* Maybe NULL */
861 const struct tomoyo_path_info *original_name;
862 const struct tomoyo_path_info *aggregated_name;
869 const struct tomoyo_path_info *manager;
881 const struct tomoyo_path_info *comment;
950 bool tomoyo_path_matches_pattern(const struct tomoyo_path_info *filename,
951 const struct tomoyo_path_info *pattern);
963 const struct tomoyo_path_info *tomoyo_compare_name_union
964 (const struct tomoyo_path_info *name, const struct tomoyo_name_union *ptr);
965 const struct tomoyo_path_info *tomoyo_get_domainname
967 const struct tomoyo_path_info *tomoyo_get_name(const char *name);
968 const struct tomoyo_path_info *tomoyo_path_matches_group
969 (const struct tomoyo_path_info *pathname, const struct tomoyo_group *group);
975 const struct tomoyo_path_info *filename);
1053 void tomoyo_fill_path_info(struct tomoyo_path_info *ptr);
1165 static inline bool tomoyo_pathcmp(const struct tomoyo_path_info *a, in tomoyo_pathcmp()
1166 const struct tomoyo_path_info *b) in tomoyo_pathcmp()
1178 static inline void tomoyo_put_name(const struct tomoyo_path_info *name) in tomoyo_put_name()