Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/security/mac/
HDmac_framework.h398 int mac_vnode_check_mmap(struct ucred *cred, struct vnode *vp, int prot,
HDmac_vfs.c585 mac_vnode_check_mmap(struct ucred *cred, struct vnode *vp, int prot, in mac_vnode_check_mmap() function
/freebsd-11-stable/sys/vm/
HDvm_mmap.c1274 error = mac_vnode_check_mmap(cred, vp, (int)prot, flags); in vm_mmap_vnode()