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

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_mmap.c199 error = kern_mmap_fpcheck(td, addr, len, prot,
206 error = kern_mmap_fpcheck(td, addr, len, prot, bsd_flags, fd, pos,
/freebsd-11-stable/sys/sys/
H A Dsyscallsubr.h171 int kern_mmap_fpcheck(struct thread *td, uintptr_t addr, size_t len,
/freebsd-11-stable/sys/vm/
H A Dvm_mmap.c188 return (kern_mmap_fpcheck(td, addr0, size, prot, flags, fd, pos, NULL));
196 kern_mmap_fpcheck(struct thread *td, uintptr_t addr0, size_t size, int prot, function

Completed in 119 milliseconds