HomeSort by: relevance | last modified time | path
    Searched refs:sys___msync13 (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/sys/compat/common/
vm_12.c 82 return (sys___msync13(l, &ua, retval));
  /src/sys/compat/freebsd/
freebsd_misc.c 81 return sys___msync13(l, &bma, retval);
freebsd_syscallargs.h 1041 int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
freebsd_sysent.c 1288 .sy_call = (sy_call_t *)sys___msync13
  /src/sys/compat/netbsd32/
netbsd32_compat_12.c 113 return sys___msync13(l, &ua, retval);
netbsd32_netbsd.c 1620 return sys___msync13(l, &ua, retval);
  /src/sys/compat/sunos/
sunos_misc.c 190 return (sys___msync13(l, &ouap, retval));
531 return (sys___msync13(l, (const void *)uap, retval));
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 1213 int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
aoutm68k_sysent.c 1559 .sy_call = (sy_call_t *)sys___msync13
  /src/sys/uvm/
uvm_mmap.c 447 * sys___msync13: the msync system call (a front-end for flush)
451 sys___msync13(struct lwp *l, const struct sys___msync13_args *uap, function in typeref:typename:int
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 1559 int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
linux_sysent.c 1087 .sy_call = (sy_call_t *)sys___msync13
  /src/sys/compat/linux/arch/amd64/
linux_sysent.c 172 .sy_call = (sy_call_t *)sys___msync13
linux_syscallargs.h 1384 int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
  /src/sys/compat/linux/arch/arm/
linux_sysent.c 649 .sy_call = (sy_call_t *)sys___msync13
linux_syscallargs.h 1641 int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
  /src/sys/compat/linux/arch/i386/
linux_sysent.c 654 .sy_call = (sy_call_t *)sys___msync13
linux_syscallargs.h 1667 int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
  /src/sys/compat/linux/arch/m68k/
linux_sysent.c 671 .sy_call = (sy_call_t *)sys___msync13
linux_syscallargs.h 1640 int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
  /src/sys/compat/linux/arch/mips/
linux_sysent.c 637 .sy_call = (sy_call_t *)sys___msync13
linux_syscallargs.h 1668 int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
  /src/sys/compat/linux/arch/powerpc/
linux_sysent.c 646 .sy_call = (sy_call_t *)sys___msync13
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1687 int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
linux_sysent.c 929 .sy_call = (sy_call_t *)sys___msync13

Completed in 39 milliseconds

1 2