Home
last modified time | relevance | path

Searched defs:audit_path (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/c2/
H A Daudit_kernel.h104 struct audit_path { struct
105 uint_t audp_ref; /* reference count */
106 uint_t audp_size; /* allocated size of this structure */
107 uint_t audp_cnt; /* number of path sections */
108 char *audp_sect[1]; /* path section pointers */
/illumos-gate/usr/src/cmd/smserverd/
H A Dsmserver.h148 char *audit_path; /* path token */ member