Searched refs:audit_path (Results 1 – 13 of 13) sorted by relevance
40 au_pathhold(struct audit_path *app) in au_pathhold()49 au_pathrele(struct audit_path *app) in au_pathrele()62 struct audit_path *63 au_pathdup(const struct audit_path *oldapp, int newsect, int charincr) in au_pathdup()65 struct audit_path *newapp; in au_pathdup()72 alloc_size = sizeof (struct audit_path) + in au_pathdup()
59 struct audit_path apempty; in audit_init()
104 struct audit_path { struct150 struct audit_path *pad_root; /* process root path */151 struct audit_path *pad_cwd; /* process cwd path */203 struct audit_path *tad_aupath; /* captured at vfs_lookup */204 struct audit_path *tad_atpath; /* openat prefix, path of fd */222 struct audit_path *fad_aupath; /* path from vfs_lookup */340 void au_pathhold(struct audit_path *);341 void au_pathrele(struct audit_path *);342 struct audit_path *au_pathdup(const struct audit_path *, int, int);
492 struct audit_path;586 void audit_fixpath(struct audit_path *, int);
123 audit_fixpath(struct audit_path *app, int len) in audit_fixpath()
279 token_t *au_to_path(struct audit_path *);
203 struct audit_path *pfxapp; /* prefix for path */ in audit_pathbuild()204 struct audit_path *newapp; /* new audit_path */ in audit_pathbuild()1359 struct audit_path **appp; in audit_chdirec()
572 au_to_path(struct audit_path *app) in au_to_path()
1774 struct audit_path *path; in aus_umount_path()1778 path_len = sizeof (struct audit_path) + sizeof (char *); in aus_umount_path()
118 door_dp->audit_path = NULL; in audit_init()231 if (door_dp->audit_path != NULL) { in audit_audit()232 (void) au_write(ad, au_to_path(door_dp->audit_path)); in audit_audit()
148 char *audit_path; /* path token */ member
764 struct audit_path *app; in getcwd()794 struct audit_path *app; in getcar()
1575 audit_path.o audit_start.o audit_syscalls.o audit_token.o \