Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/bsm/
H A Daudit.h397 int getaudit(struct auditinfo *)
410 int getaudit(struct auditinfo *)
/xnu-12377.81.4/libsyscall/wrappers/legacy/
H A Dgetaudit.c31 getaudit(struct auditinfo *ainfo) in getaudit() function
/xnu-12377.81.4/bsd/man/man2/
H A DMakefile86 getaudit.2 \
/xnu-12377.81.4/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj313 …EE3F605A149A6D66003BAEBA /* getaudit.c in Sources */ = {isa = PBXBuildFile; fileRef = EE3F6059149A…
731 …9149A6D66003BAEBA /* getaudit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
984 EE3F6059149A6D66003BAEBA /* getaudit.c */,
1635 EE3F605A149A6D66003BAEBA /* getaudit.c in Sources */,
/xnu-12377.81.4/bsd/security/audit/
H A Daudit_bsm_token.c1164 if (getaudit(&auinfo) != 0) { in au_to_me()