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

  /src/sys/compat/netbsd32/
netbsd32_vm.c 59 struct sys_mmap_args ua;
  /src/sys/compat/common/
vm_43.c 96 struct sys_mmap_args /* {
  /src/sys/compat/freebsd/
freebsd_misc.c 96 struct sys_mmap_args bma;
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 471 struct sys_mmap_args;
1114 int sys_mmap(struct lwp *, const struct sys_mmap_args *, register_t *);
aoutm68k_sysent.c 1179 ns(struct sys_mmap_args),
  /src/sys/compat/linux/common/
linux_misc.c 179 static void linux_to_bsd_mmap_args(struct sys_mmap_args *,
508 struct sys_mmap_args cma;
550 linux_to_bsd_mmap_args(struct sys_mmap_args *cma, const struct linux_sys_mmap_args *uap)
  /src/sys/compat/ultrix/
ultrix_misc.c 311 struct sys_mmap_args ouap;
  /src/sys/compat/sunos/
sunos_misc.c 495 struct sys_mmap_args ouap;
  /src/sys/uvm/
uvm_mmap.c 263 sys_mmap(struct lwp *l, const struct sys_mmap_args *uap, register_t *retval)
  /src/sys/compat/sunos32/
sunos32_misc.c 692 struct sys_mmap_args ua;
  /src/sys/kern/
init_sysent.c 1042 ns(struct sys_mmap_args),
systrace_args.c 1474 const struct sys_mmap_args *p = params;
  /src/sys/sys/
syscallargs.h 1271 struct sys_mmap_args { struct
3793 int sys_mmap(struct lwp *, const struct sys_mmap_args *, register_t *);

Completed in 27 milliseconds