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

/freebsd-12-stable/sys/security/mac/
H A Dmac_framework.h398 int mac_vnode_check_mmap(struct ucred *cred, struct vnode *vp, int prot,
H A Dmac_vfs.c585 mac_vnode_check_mmap(struct ucred *cred, struct vnode *vp, int prot, function
590 ASSERT_VOP_LOCKED(vp, "mac_vnode_check_mmap");
/freebsd-12-stable/sys/vm/
H A Dvm_mmap.c1273 error = mac_vnode_check_mmap(cred, vp, (int)prot, flags);

Completed in 203 milliseconds