MCPcopy Create free account
hub / github.com/F-Stack/f-stack / currecord

Function currecord

freebsd/security/audit/audit.c:409–414  ·  view source on GitHub ↗

* Return the current thread's audit record, if any. */

Source from the content-addressed store, hash-verified

407 * Return the current thread's audit record, if any.
408 */
409struct kaudit_record *
410currecord(void)
411{
412
413 return (curthread->td_ar);
414}
415
416/*
417 * XXXAUDIT: Shouldn't there be logic here to sleep waiting on available

Callers 15

sys_auditFunction · 0.85
audit_arg_addrFunction · 0.85
audit_arg_exitFunction · 0.85
audit_arg_lenFunction · 0.85
audit_arg_atfd1Function · 0.85
audit_arg_atfd2Function · 0.85
audit_arg_fdFunction · 0.85
audit_arg_fflagsFunction · 0.85
audit_arg_gidFunction · 0.85
audit_arg_uidFunction · 0.85
audit_arg_egidFunction · 0.85
audit_arg_euidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected