Home
last modified time | relevance | path

Searched refs:vfs_context_copy_audit_token (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dvnode.h1534 int vfs_context_copy_audit_token(vfs_context_t ctx, audit_token_t *token);
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_fsevents.c750 } else if (vfs_context_copy_audit_token(ctx, in add_fsevent()
1162 error = vfs_context_copy_audit_token(ctx, &atoken); in test_fse_access_granted()
H A Dkpi_vfs.c1277 vfs_context_copy_audit_token(vfs_context_t ctx, audit_token_t *token) in vfs_context_copy_audit_token() function
H A Dvfs_syscalls.c12818 error = vfs_context_copy_audit_token(context, &atoken); in vfs_materialize_item()