Searched refs:file_cred (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_vfs.c702 mac_vnode_check_kqfilter(vfs_context_t ctx, kauth_cred_t file_cred, argument
713 MAC_CHECK(vnode_check_kqfilter, cred, file_cred, kn, vp,
783 mac_vnode_check_read(vfs_context_t ctx, struct ucred *file_cred, argument
794 MAC_CHECK(vnode_check_read, cred, file_cred, vp,
1026 mac_vnode_check_stat(vfs_context_t ctx, struct ucred *file_cred, argument
1037 MAC_CHECK(vnode_check_stat, cred, file_cred, vp,
1043 mac_vnode_check_truncate(vfs_context_t ctx, struct ucred *file_cred, argument
1054 MAC_CHECK(vnode_check_truncate, cred, file_cred, vp,
1061 mac_vnode_check_write(vfs_context_t ctx, struct ucred *file_cred, argument
1072 MAC_CHECK(vnode_check_write, cred, file_cred, v
[all...]
H A Dmac_framework.h452 kauth_cred_t file_cred, struct knote *kn, struct vnode *vp);
463 kauth_cred_t file_cred, struct vnode *vp);
486 kauth_cred_t file_cred, struct vnode *vp);
488 kauth_cred_t file_cred, struct vnode *vp);
492 kauth_cred_t file_cred, struct vnode *vp);
H A Dmac_policy.h4835 kauth_cred_t file_cred, /* NULLOK */
4945 @param file_cred Credential associated with the struct fileproc
4951 of the subject performing the operation, and file_cred holds the
4960 kauth_cred_t file_cred, /* NULLOK */
5239 @param file_cred Credential associated with the struct fileproc
5246 file_cred holds the credentials of the subject that originally
5255 struct ucred *file_cred, /* NULLOK */
5262 @param file_cred Credential associated with the struct fileproc
5269 file_cred holds the credentials of the subject that originally
5278 kauth_cred_t file_cred, /* NULLO
[all...]

Completed in 36 milliseconds