Symbol: audit_path
usr/src/cmd/smserverd/myaudit.c
118
door_dp->audit_path = NULL;
usr/src/cmd/smserverd/myaudit.c
231
if (door_dp->audit_path != NULL) {
usr/src/cmd/smserverd/myaudit.c
232
(void) au_write(ad, au_to_path(door_dp->audit_path));
usr/src/cmd/smserverd/smserver.h
148
char *audit_path; /* path token */
usr/src/uts/common/c2/audit.c
1358
struct audit_path **appp;
usr/src/uts/common/c2/audit.c
202
struct audit_path *pfxapp; /* prefix for path */
usr/src/uts/common/c2/audit.c
203
struct audit_path *newapp; /* new audit_path */
usr/src/uts/common/c2/audit.h
494
struct audit_path;
usr/src/uts/common/c2/audit.h
588
void audit_fixpath(struct audit_path *, int);
usr/src/uts/common/c2/audit_event.c
1819
struct audit_path *path;
usr/src/uts/common/c2/audit_event.c
1823
path_len = sizeof (struct audit_path) + sizeof (char *);
usr/src/uts/common/c2/audit_kernel.h
150
struct audit_path *pad_root; /* process root path */
usr/src/uts/common/c2/audit_kernel.h
151
struct audit_path *pad_cwd; /* process cwd path */
usr/src/uts/common/c2/audit_kernel.h
203
struct audit_path *tad_aupath; /* captured at vfs_lookup */
usr/src/uts/common/c2/audit_kernel.h
204
struct audit_path *tad_atpath; /* openat prefix, path of fd */
usr/src/uts/common/c2/audit_kernel.h
222
struct audit_path *fad_aupath; /* path from vfs_lookup */
usr/src/uts/common/c2/audit_kernel.h
340
void au_pathhold(struct audit_path *);
usr/src/uts/common/c2/audit_kernel.h
341
void au_pathrele(struct audit_path *);
usr/src/uts/common/c2/audit_kernel.h
342
struct audit_path *au_pathdup(const struct audit_path *, int, int);
usr/src/uts/common/c2/audit_path.c
123
audit_fixpath(struct audit_path *app, int len)
usr/src/uts/common/c2/audit_record.h
288
token_t *au_to_path(struct audit_path *);
usr/src/uts/common/c2/audit_token.c
572
au_to_path(struct audit_path *app)
usr/src/uts/common/os/audit_core.c
59
struct audit_path apempty;
usr/src/uts/common/os/audit_memory.c
40
au_pathhold(struct audit_path *app)
usr/src/uts/common/os/audit_memory.c
49
au_pathrele(struct audit_path *app)
usr/src/uts/common/os/audit_memory.c
62
struct audit_path *
usr/src/uts/common/os/audit_memory.c
63
au_pathdup(const struct audit_path *oldapp, int newsect, int charincr)
usr/src/uts/common/os/audit_memory.c
65
struct audit_path *newapp;
usr/src/uts/common/os/audit_memory.c
72
alloc_size = sizeof (struct audit_path) +
usr/src/uts/common/syscall/auditsys.c
770
struct audit_path *app;
usr/src/uts/common/syscall/auditsys.c
800
struct audit_path *app;