Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_system.c129 mac_kld_check_load(struct ucred *cred, struct vnode *vp) in mac_kld_check_load() function
H A Dmac_framework.h183 int mac_kld_check_load(struct ucred *cred, struct vnode *vp);
/f-stack/freebsd/kern/
H A Dlink_elf.c991 error = mac_kld_check_load(curthread->td_ucred, nd.ni_vp); in link_elf_load_file()
H A Dlink_elf_obj.c688 error = mac_kld_check_load(td->td_ucred, nd->ni_vp); in link_elf_load_file()