Query: __audit_syscall_exit
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
__AUDIT_SYSCALL_EXIT(9) Audit Interfaces __AUDIT_SYSCALL_EXIT(9)NAME__audit_syscall_exit - deallocate audit context after a system callSYNOPSISvoid __audit_syscall_exit(int success, long return_code);ARGUMENTSsuccess success value of the syscall return_code return value of the syscallDESCRIPTIONTear down after system call. If the audit context has been marked as auditable (either because of the AUDIT_RECORD_CONTEXT state from filtering, or because some other part of the kernel wrote an audit message), then write out the syscall information. In call cases, free the names stored from getname.COPYRIGHTKernel Hackers Manual 3.10 June 2014 __AUDIT_SYSCALL_EXIT(9)