__FD_ISSET         58 include/asm-cris/posix_types.h #undef	__FD_ISSET
__FD_ISSET         59 include/asm-cris/posix_types.h #define __FD_ISSET(fd,fdsetp) test_bit(fd, (void *)(fdsetp))
__FD_ISSET         53 include/asm-frv/posix_types.h #undef	__FD_ISSET
__FD_ISSET         54 include/asm-frv/posix_types.h #define	__FD_ISSET(d, set)	(!!((set)->fds_bits[__FDELT(d)] & __FDMASK(d)))
__FD_ISSET         64 include/asm-m32r/posix_types.h #undef	__FD_ISSET
__FD_ISSET         65 include/asm-m32r/posix_types.h static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p)
__FD_ISSET         53 include/asm-m68k/posix_types.h #undef	__FD_ISSET
__FD_ISSET         54 include/asm-m68k/posix_types.h #define	__FD_ISSET(d, set)	((set)->fds_bits[__FDELT(d)] & __FDMASK(d))
__FD_ISSET         78 include/asm-mn10300/posix_types.h #undef	__FD_ISSET
__FD_ISSET         79 include/asm-mn10300/posix_types.h static inline int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p)
__FD_ISSET         75 include/asm-parisc/posix_types.h #undef __FD_ISSET
__FD_ISSET         76 include/asm-parisc/posix_types.h static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p)
__FD_ISSET         59 include/asm-x86/posix_types_32.h #undef	__FD_ISSET
__FD_ISSET         60 include/asm-x86/posix_types_32.h #define __FD_ISSET(fd,fdsetp)					\
__FD_ISSET         64 include/asm-x86/posix_types_64.h #undef __FD_ISSET
__FD_ISSET         65 include/asm-x86/posix_types_64.h static inline int __FD_ISSET(unsigned long fd, __const__ __kernel_fd_set *p)
__FD_ISSET         61 include/asm-xtensa/posix_types.h #define	__FD_ISSET(d, set)	((set)->fds_bits[__FDELT(d)] & __FDMASK(d))
__FD_ISSET         86 include/asm-xtensa/posix_types.h #undef __FD_ISSET
__FD_ISSET         87 include/asm-xtensa/posix_types.h static __inline__ int __FD_ISSET(unsigned long fd, __kernel_fd_set *p)