Searched refs:__fd (Results 1 - 11 of 11) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dunix_io.c72 extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsystem.c308 extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsys_sunos32.c1258 asmlinkage int sunos_recv(u32 __fd, void __user *ubuf, int size, unsigned flags) argument
1260 int ret, fd = (int) __fd;
1266 asmlinkage int sunos_send(u32 __fd, void __user *buff, int len, unsigned flags) argument
1268 int ret, fd = (int) __fd;
1274 asmlinkage int sunos_accept(u32 __fd, struct sockaddr __user *sa, int __user *addrlen) argument
1276 int ret, fd = (int) __fd;
1323 asmlinkage int sunos_setsockopt(u32 __fd, u32 __level, u32 __optname, argument
1326 int fd = (int) __fd;
1343 asmlinkage int sunos_getsockopt(u32 __fd, u32 __level, u32 __optname, argument
1346 int fd = (int) __fd;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dkern.h22 extern char *ptsname(int __fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dposix_types.h59 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
61 unsigned long __tmp = __fd / __NFDBITS;
62 unsigned long __rem = __fd % __NFDBITS;
67 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
69 unsigned long __tmp = __fd / __NFDBITS;
70 unsigned long __rem = __fd % __NFDBITS;
76 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) argument
78 unsigned long __tmp = __fd / __NFDBITS;
79 unsigned long __rem = __fd % __NFDBITS;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dposix_types.h52 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
54 unsigned long __tmp = __fd / __NFDBITS;
55 unsigned long __rem = __fd % __NFDBITS;
60 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
62 unsigned long __tmp = __fd / __NFDBITS;
63 unsigned long __rem = __fd % __NFDBITS;
69 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) argument
71 unsigned long __tmp = __fd / __NFDBITS;
72 unsigned long __rem = __fd % __NFDBITS;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dposix_types.h75 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
77 unsigned long __tmp = __fd / __NFDBITS;
78 unsigned long __rem = __fd % __NFDBITS;
83 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
85 unsigned long __tmp = __fd / __NFDBITS;
86 unsigned long __rem = __fd % __NFDBITS;
91 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) argument
93 unsigned long __tmp = __fd / __NFDBITS;
94 unsigned long __rem = __fd % __NFDBITS;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dposix_types.h64 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
66 unsigned long __tmp = __fd / __NFDBITS;
67 unsigned long __rem = __fd % __NFDBITS;
72 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
74 unsigned long __tmp = __fd / __NFDBITS;
75 unsigned long __rem = __fd % __NFDBITS;
80 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) argument
82 unsigned long __tmp = __fd / __NFDBITS;
83 unsigned long __rem = __fd % __NFDBITS;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dposix_types.h52 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
54 unsigned long __tmp = __fd / __NFDBITS;
55 unsigned long __rem = __fd % __NFDBITS;
60 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
62 unsigned long __tmp = __fd / __NFDBITS;
63 unsigned long __rem = __fd % __NFDBITS;
69 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) argument
71 unsigned long __tmp = __fd / __NFDBITS;
72 unsigned long __rem = __fd % __NFDBITS;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dposix_types.h61 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
63 unsigned long __tmp = __fd / __NFDBITS;
64 unsigned long __rem = __fd % __NFDBITS;
69 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
71 unsigned long __tmp = __fd / __NFDBITS;
72 unsigned long __rem = __fd % __NFDBITS;
78 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) argument
80 unsigned long __tmp = __fd / __NFDBITS;
81 unsigned long __rem = __fd % __NFDBITS;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dposix_types.h75 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
77 unsigned long __tmp = __fd / __NFDBITS;
78 unsigned long __rem = __fd % __NFDBITS;
83 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
85 unsigned long __tmp = __fd / __NFDBITS;
86 unsigned long __rem = __fd % __NFDBITS;
91 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) argument
93 unsigned long __tmp = __fd / __NFDBITS;
94 unsigned long __rem = __fd % __NFDBITS;

Completed in 168 milliseconds