Home
last modified time | relevance | path

Searched refs:audit_path (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Daudit_memory.c40 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()
H A Daudit_core.c59 struct audit_path apempty; in audit_init()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_kernel.h104 struct audit_path { struct
150 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);
H A Daudit.h494 struct audit_path;
588 void audit_fixpath(struct audit_path *, int);
H A Daudit_path.c123 audit_fixpath(struct audit_path *app, int len) in audit_fixpath()
H A Daudit_record.h288 token_t *au_to_path(struct audit_path *);
H A Daudit.c202 struct audit_path *pfxapp; /* prefix for path */ in audit_pathbuild()
203 struct audit_path *newapp; /* new audit_path */ in audit_pathbuild()
1358 struct audit_path **appp; in audit_chdirec()
H A Daudit_token.c572 au_to_path(struct audit_path *app) in au_to_path()
H A Daudit_event.c1819 struct audit_path *path; in aus_umount_path()
1823 path_len = sizeof (struct audit_path) + sizeof (char *); in aus_umount_path()
/illumos-gate/usr/src/cmd/smserverd/
H A Dmyaudit.c118 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()
H A Dsmserver.h148 char *audit_path; /* path token */ member
/illumos-gate/usr/src/uts/common/syscall/
H A Dauditsys.c770 struct audit_path *app; in getcwd()
800 struct audit_path *app; in getcar()
/illumos-gate/usr/src/uts/common/
H A DMakefile.files1657 audit_path.o audit_start.o audit_syscalls.o audit_token.o \