Searched refs:sys_select (Results 1 - 25 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dselect.c39 int sys_select(int maxfd, fd_set *readfds, fd_set *writefds, fd_set *errorfds, struct timeval *tval) function
67 Similar to sys_select() but catch EINTR and continue.
68 This is what sys_select() used to do in Samba.
113 ret = sys_select(maxfd, readfds2, writefds2, errorfds2, ptval);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dselect.c56 int sys_select(int maxfd, fd_set *readfds, fd_set *writefds, fd_set *errorfds, struct timeval *tval) function
129 Similar to sys_select() but catch EINTR and continue.
130 This is what sys_select() used to do in Samba.
176 /* We must use select and not sys_select here. If we use
177 sys_select we'd lose the fact a signal occurred when sys_select
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsystbls_32.S37 /*90*/ .long sys_dup2, sys_setfsuid, sys_fcntl, sys_select, sys_setfsgid
65 /*230*/ .long sys_select, sys_time, sys_splice, sys_stime, sys_statfs64
H A Dsystbls_64.S115 /*90*/ .word sys_dup2, sys_nis_syscall, sys_fcntl, sys_select, sys_nis_syscall
143 /*230*/ .word sys_select, sys_nis_syscall, sys_splice, sys_stime, sys_statfs64
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsyscalls.c84 * sys_select() with the appropriate args. -- Cort
100 return sys_select(n, inp, outp, exp, tvp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dsyscall_table.S98 .long sys_select
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dsyscall_table.S144 .long sys_select
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dsyscalls_32.S161 .long sys_select
H A Dsyscalls_64.S165 .long sys_select
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dsyscall_table_32.S144 .long sys_select
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dsyscalltable.S163 .long sys_select
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dsyscall_table.S149 .long sys_select
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsystbl.h148 SYSX_SPU(sys_select,ppc32_select,sys_select)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dsyscalls.S153 SYSCALL(sys_select,sys_select,compat_sys_select_wrapper)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dscall64-64.S152 PTR sys_select
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dcalls.S154 CALL(sys_select)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/kernel/
H A Dsyscalls.S159 .long SYMBOL_NAME(sys_select)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dentry.S687 .long sys_select /* was old_select in Linux/E100 */
747 .long sys_select
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dentry.S630 .long sys_select /* was old_select in Linux/E100 */
690 .long sys_select
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dserver.c487 num = sys_select(maxfd+1,&lfds,NULL,NULL,NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/hpux/
H A Dentry_hpux.S124 ENTRY_NAME(sys_select)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dunistd_64.h64 __SYSCALL(__NR_select, sys_select)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dunistd.h50 __SYSCALL( 14, sys_select, 5)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dentry.S573 .long sys_select
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dsystbls.S379 .quad sys_select

Completed in 347 milliseconds

12