Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_framework.h493 mac_vnode_check_mmap(struct ucred *cred, struct vnode *vp, int prot, in mac_vnode_check_mmap() function
/f-stack/freebsd/vm/
H A Dvm_mmap.c1330 error = mac_vnode_check_mmap(cred, vp, (int)prot, flags); in vm_mmap_vnode()