• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/tomoyo/

Lines Matching defs:tomoyo_path_info

248 			const struct tomoyo_path_info *filename;
250 const struct tomoyo_path_info *matched_path;
254 const struct tomoyo_path_info *filename1;
255 const struct tomoyo_path_info *filename2;
259 const struct tomoyo_path_info *filename;
266 const struct tomoyo_path_info *filename;
271 const struct tomoyo_path_info *type;
272 const struct tomoyo_path_info *dir;
273 const struct tomoyo_path_info *dev;
287 * tomoyo_path_info is a structure which is used for holding a string data
306 struct tomoyo_path_info {
316 * "struct tomoyo_path_info" into tomoyo_name_list .
321 struct tomoyo_path_info entry;
325 const struct tomoyo_path_info *filename;
341 const struct tomoyo_path_info *group_name;
349 const struct tomoyo_path_info *member_name;
414 const struct tomoyo_path_info *domainname;
586 const struct tomoyo_path_info *filename;
600 const struct tomoyo_path_info *pattern;
614 const struct tomoyo_path_info *pattern;
636 const struct tomoyo_path_info *domainname; /* Maybe NULL */
637 const struct tomoyo_path_info *program; /* Maybe NULL */
651 const struct tomoyo_path_info *original_name;
652 const struct tomoyo_path_info *aggregated_name;
670 const struct tomoyo_path_info *manager;
681 const struct tomoyo_path_info *comment;
720 const struct tomoyo_path_info *
721 tomoyo_compare_name_union(const struct tomoyo_path_info *name,
739 const struct tomoyo_path_info *
740 tomoyo_path_matches_group(const struct tomoyo_path_info *pathname,
747 bool tomoyo_path_matches_pattern(const struct tomoyo_path_info *filename,
748 const struct tomoyo_path_info *pattern);
802 /* Fill in "struct tomoyo_path_info" members. */
803 void tomoyo_fill_path_info(struct tomoyo_path_info *ptr);
823 const char *tomoyo_pattern(const struct tomoyo_path_info *filename);
833 const struct tomoyo_path_info *tomoyo_get_name(const char *name);
844 const struct tomoyo_path_info *filename);
927 /* strcmp() for "struct tomoyo_path_info" structure. */
928 static inline bool tomoyo_pathcmp(const struct tomoyo_path_info *a,
929 const struct tomoyo_path_info *b)
958 static inline void tomoyo_put_name(const struct tomoyo_path_info *name)