Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/bsm/
H A Daudit.h366 int getaudit(struct auditinfo *)
374 int getaudit(struct auditinfo *)
/xnu-8792.61.2/libsyscall/wrappers/legacy/
H A Dgetaudit.c31 getaudit(struct auditinfo *ainfo) in getaudit() function
/xnu-8792.61.2/bsd/man/man2/
H A DMakefile84 getaudit.2 \
/xnu-8792.61.2/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj308 …EE3F605A149A6D66003BAEBA /* getaudit.c in Sources */ = {isa = PBXBuildFile; fileRef = EE3F6059149A…
720 …9149A6D66003BAEBA /* getaudit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
969 EE3F6059149A6D66003BAEBA /* getaudit.c */,
1591 EE3F605A149A6D66003BAEBA /* getaudit.c in Sources */,
/xnu-8792.61.2/bsd/security/audit/
H A Daudit_bsm_token.c1164 if (getaudit(&auinfo) != 0) { in au_to_me()