Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/c2/
H A Daudit.c202 struct audit_path *pfxapp; /* prefix for path */ in audit_pathbuild() local
218 pfxapp = tad->tad_aupath; in audit_pathbuild()
221 pfxapp = tad->tad_atpath; in audit_pathbuild()
223 pfxapp = pad->pad_root; in audit_pathbuild()
225 pfxapp = pad->pad_cwd; in audit_pathbuild()
227 au_pathhold(pfxapp); in audit_pathbuild()
232 newapp = au_pathdup(pfxapp, newsect, len); in audit_pathbuild()
233 au_pathrele(pfxapp); in audit_pathbuild()