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

  /src/sys/rump/librump/rumpkern/
rumpkern_syscalls.c 49 extern sy_call_t sys_poll;
119 { 209, sys_poll },
  /src/sys/compat/sunos/
sunos_syscallargs.h 690 int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
sunos_sysent.c 666 .sy_call = (sy_call_t *)sys_poll
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 1138 int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
aoutm68k_sysent.c 1240 .sy_call = (sy_call_t *)sys_poll
  /src/sys/compat/freebsd/
freebsd_syscallargs.h 984 int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
freebsd_sysent.c 996 .sy_call = (sy_call_t *)sys_poll
  /src/sys/kern/
sys_select.c 574 sys_poll(struct lwp *l, const struct sys_poll_args *uap, register_t *retval) function in typeref:typename:int
init_sysent.c 1103 .sy_call = (sy_call_t *)sys_poll
  /src/sys/compat/linux/arch/amd64/
linux_sysent.c 83 .sy_call = (sy_call_t *)sys_poll
linux_syscallargs.h 1346 int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
  /src/sys/compat/linux/arch/arm/
linux_sysent.c 752 .sy_call = (sy_call_t *)sys_poll
linux_syscallargs.h 1683 int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
  /src/sys/compat/linux/arch/i386/
linux_sysent.c 757 .sy_call = (sy_call_t *)sys_poll
linux_syscallargs.h 1709 int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
  /src/sys/compat/linux/arch/m68k/
linux_sysent.c 774 .sy_call = (sy_call_t *)sys_poll
linux_syscallargs.h 1682 int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
  /src/sys/compat/linux/arch/mips/
linux_sysent.c 833 .sy_call = (sy_call_t *)sys_poll
linux_syscallargs.h 1746 int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
  /src/sys/compat/linux/arch/powerpc/
linux_sysent.c 746 .sy_call = (sy_call_t *)sys_poll
linux_syscallargs.h 1606 int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 1485 return sys_poll(l, &ua, retval);
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1550 int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
linux_sysent.c 409 .sy_call = (sy_call_t *)sys_poll
  /src/sys/sys/
syscallargs.h 1367 check_syscall_args(sys_poll)
3817 int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);

Completed in 128 milliseconds