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

  /src/sys/compat/linux/arch/powerpc/
linux_machdep.c 500 * wrapper linux_sys_new_select() -> linux_sys_select()
505 return linux_sys_select(l, (const void *)uap, retval);
linux_syscallargs.h 263 check_syscall_args(linux_sys_select)
1469 int linux_sys_select(struct lwp *, const struct linux_sys_select_args *, register_t *);
linux_sysent.c 375 .sy_call = (sy_call_t *)linux_sys_select
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 780 check_syscall_args(linux_sys_select)
1784 int linux_sys_select(struct lwp *, const struct linux_sys_select_args *, register_t *);
linux_sysent.c 1437 .sy_call = (sy_call_t *)linux_sys_select
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 145 check_syscall_args(linux_sys_select)
1378 int linux_sys_select(struct lwp *, const struct linux_sys_select_args *, register_t *);
linux_sysent.c 159 .sy_call = (sy_call_t *)linux_sys_select
  /src/sys/compat/linux/arch/arm/
linux_syscallargs.h 501 check_syscall_args(linux_sys_select)
1637 int linux_sys_select(struct lwp *, const struct linux_sys_select_args *, register_t *);
linux_sysent.c 640 .sy_call = (sy_call_t *)linux_sys_select
  /src/sys/compat/linux/arch/i386/
linux_syscallargs.h 519 check_syscall_args(linux_sys_select)
1663 int linux_sys_select(struct lwp *, const struct linux_sys_select_args *, register_t *);
linux_sysent.c 645 .sy_call = (sy_call_t *)linux_sys_select
  /src/sys/compat/linux/arch/m68k/
linux_syscallargs.h 500 check_syscall_args(linux_sys_select)
1636 int linux_sys_select(struct lwp *, const struct linux_sys_select_args *, register_t *);
linux_sysent.c 662 .sy_call = (sy_call_t *)linux_sys_select
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 464 check_syscall_args(linux_sys_select)
1664 int linux_sys_select(struct lwp *, const struct linux_sys_select_args *, register_t *);
linux_sysent.c 628 .sy_call = (sy_call_t *)linux_sys_select
  /src/sys/compat/linux/common/
linux_misc.c 933 linux_sys_select(struct lwp *l, const struct linux_sys_select_args *uap, register_t *retval) function in typeref:typename:int

Completed in 29 milliseconds