Searched refs:__fd (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/include/asm-sh/ |
D | posix_types.h | 50 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_SET() argument 52 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() 53 unsigned long __rem = __fd % __NFDBITS; in __FD_SET() 58 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR() argument 60 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() 61 unsigned long __rem = __fd % __NFDBITS; in __FD_CLR() 67 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() argument 69 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() 70 unsigned long __rem = __fd % __NFDBITS; in __FD_ISSET()
|
/linux-2.4.37.9/include/asm-mips/ |
D | posix_types.h | 53 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_SET() argument 55 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() 56 unsigned long __rem = __fd % __NFDBITS; in __FD_SET() 61 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR() argument 63 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() 64 unsigned long __rem = __fd % __NFDBITS; in __FD_CLR() 69 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() argument 71 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() 72 unsigned long __rem = __fd % __NFDBITS; in __FD_ISSET()
|
/linux-2.4.37.9/include/asm-sh64/ |
D | posix_types.h | 58 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_SET() argument 60 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() 61 unsigned long __rem = __fd % __NFDBITS; in __FD_SET() 66 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR() argument 68 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() 69 unsigned long __rem = __fd % __NFDBITS; in __FD_CLR() 75 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() argument 77 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() 78 unsigned long __rem = __fd % __NFDBITS; in __FD_ISSET()
|
/linux-2.4.37.9/include/asm-mips64/ |
D | posix_types.h | 74 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_SET() argument 76 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() 77 unsigned long __rem = __fd % __NFDBITS; in __FD_SET() 82 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR() argument 84 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() 85 unsigned long __rem = __fd % __NFDBITS; in __FD_CLR() 90 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() argument 92 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() 93 unsigned long __rem = __fd % __NFDBITS; in __FD_ISSET()
|
/linux-2.4.37.9/include/asm-parisc/ |
D | posix_types.h | 82 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_SET() argument 84 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() 85 unsigned long __rem = __fd % __NFDBITS; in __FD_SET() 90 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR() argument 92 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() 93 unsigned long __rem = __fd % __NFDBITS; in __FD_CLR() 98 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() argument 100 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() 101 unsigned long __rem = __fd % __NFDBITS; in __FD_ISSET()
|