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

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Daudit_memory.c40 au_pathhold(struct audit_path *app)
49 au_pathrele(struct audit_path *app)
62 struct audit_path *
63 au_pathdup(const struct audit_path *oldapp, int newsect, int charincr)
65 struct audit_path *newapp;
72 alloc_size = sizeof (struct audit_path) +
H A Daudit_core.c59 struct audit_path apempty;
119 /* fabricate an empty audit_path to extend */
/opensolaris-onvv-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 */
338 * audit_path support routines
340 void au_pathhold(struct audit_path *);
341 void au_pathrele(struct audit_path *);
342 struct audit_path *au_pathdu
[all...]
H A Daudit_path.c27 * @(#)audit_path.c 2.7 92/02/16 SMI; SunOS CMW
28 * @(#)audit_path.c 4.2.1.2 91/05/08 SMI; BSM Module
123 audit_fixpath(struct audit_path *app, int len)
127 int cnt; /* # of levels in audit_path */
H A Daudit.h492 struct audit_path;
586 void audit_fixpath(struct audit_path *, int);
H A Daudit_record.h279 token_t *au_to_path(struct audit_path *);
H A Daudit.c203 struct audit_path *pfxapp; /* prefix for path */
204 struct audit_path *newapp; /* new audit_path */
446 * AUS_FCHOWN...audit_event.c...audit_path.c
1359 struct audit_path **appp;
H A Daudit_token.c572 au_to_path(struct audit_path *app)
H A Daudit_event.c1776 struct audit_path *path;
1780 path_len = sizeof (struct audit_path) + sizeof (char *);
1789 * the audit_path struct assumes that the buffer pointed to
/opensolaris-onvv-gate/usr/src/cmd/smserverd/
H A Dmyaudit.c118 door_dp->audit_path = NULL;
231 if (door_dp->audit_path != NULL) {
232 (void) au_write(ad, au_to_path(door_dp->audit_path));
H A Dsmserver.h148 char *audit_path; /* path token */ member in struct:door_data
/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Dauditsys.c764 struct audit_path *app;
794 struct audit_path *app;
/opensolaris-onvv-gate/usr/src/uts/common/
H A DMakefile.files1562 audit_path.o audit_start.o audit_syscalls.o audit_token.o \

Completed in 199 milliseconds