Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_fork.c861 lck_mtx_destroy(&p->p_audit_mlock, &proc_ucred_mlock_grp); in forkproc_free()
1058 lck_mtx_init(&child_proc->p_audit_mlock, &proc_ucred_mlock_grp, &proc_lck_attr); in forkproc()
H A Dbsd_init.c555 lck_mtx_init(&kernproc->p_audit_mlock, &proc_ucred_mlock_grp, &proc_lck_attr); in bsd_init()
H A Dkern_exit.c2889 lck_mtx_destroy(&child->p_audit_mlock, &proc_ucred_mlock_grp); in reap_child_locked()
/xnu-12377.41.6/bsd/security/audit/
H A Daudit_session.c1147 lck_mtx_lock(&p->p_audit_mlock); in proc_audit_session_lock()
1153 lck_mtx_unlock(&p->p_audit_mlock); in proc_audit_session_unlock()
/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h310 lck_mtx_t p_audit_mlock; /* mutex lock to protect audit sessions */ member