Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_system.c127 mac_kld_check_load(struct ucred *cred, struct vnode *vp) in mac_kld_check_load() function
H A Dmac_framework.h235 int mac_kld_check_load(struct ucred *cred, struct vnode *vp);
/freebsd/sys/kern/
H A Dlink_elf_obj.c755 error = mac_kld_check_load(td->td_ucred, nd->ni_vp); in link_elf_load_file()
H A Dlink_elf.c1014 error = mac_kld_check_load(curthread->td_ucred, nd.ni_vp); in link_elf_load_file()