HomeSort by: relevance | last modified time | path
    Searched refs:sys_mprotect (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/compat/sunos/
sunos_syscallargs.h 562 int sys_mprotect(struct lwp *, const struct sys_mprotect_args *, register_t *);
sunos_sysent.c 327 .sy_call = (sy_call_t *)sys_mprotect
  /src/sys/compat/ultrix/
ultrix_syscallargs.h 531 int sys_mprotect(struct lwp *, const struct sys_mprotect_args *, register_t *);
ultrix_sysent.c 312 .sy_call = (sy_call_t *)sys_mprotect
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 845 int sys_mprotect(struct lwp *, const struct sys_mprotect_args *, register_t *);
aoutm68k_sysent.c 449 .sy_call = (sy_call_t *)sys_mprotect
  /src/sys/compat/freebsd/
freebsd_syscallargs.h 748 int sys_mprotect(struct lwp *, const struct sys_mprotect_args *, register_t *);
freebsd_sysent.c 366 .sy_call = (sy_call_t *)sys_mprotect
  /src/sys/uvm/
uvm_mmap.c 580 * sys_mprotect: the mprotect system call
584 sys_mprotect(struct lwp *l, const struct sys_mprotect_args *uap, function
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 716 return sys_mprotect(l, &ua, retval);
  /src/sys/kern/
init_sysent.c 474 .sy_call = (sy_call_t *)sys_mprotect
  /src/sys/sys/
syscallargs.h 464 check_syscall_args(sys_mprotect)
3565 int sys_mprotect(struct lwp *, const struct sys_mprotect_args *, register_t *);

Completed in 29 milliseconds