__FD_CLR           55 include/asm-cris/posix_types.h #undef	__FD_CLR
__FD_CLR           56 include/asm-cris/posix_types.h #define __FD_CLR(fd,fdsetp) clear_bit(fd, (void *)(fdsetp))
__FD_CLR           50 include/asm-frv/posix_types.h #undef	__FD_CLR
__FD_CLR           51 include/asm-frv/posix_types.h #define	__FD_CLR(d, set)	((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d))
__FD_CLR           55 include/asm-m32r/posix_types.h #undef	__FD_CLR
__FD_CLR           56 include/asm-m32r/posix_types.h static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp)
__FD_CLR           50 include/asm-m68k/posix_types.h #undef	__FD_CLR
__FD_CLR           51 include/asm-m68k/posix_types.h #define	__FD_CLR(d, set)	((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d))
__FD_CLR           69 include/asm-mn10300/posix_types.h #undef	__FD_CLR
__FD_CLR           70 include/asm-mn10300/posix_types.h static inline void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp)
__FD_CLR           67 include/asm-parisc/posix_types.h #undef __FD_CLR
__FD_CLR           68 include/asm-parisc/posix_types.h static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp)
__FD_CLR           53 include/asm-x86/posix_types_32.h #undef	__FD_CLR
__FD_CLR           54 include/asm-x86/posix_types_32.h #define __FD_CLR(fd,fdsetp)					\
__FD_CLR           56 include/asm-x86/posix_types_64.h #undef __FD_CLR
__FD_CLR           57 include/asm-x86/posix_types_64.h static inline void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp)
__FD_CLR           60 include/asm-xtensa/posix_types.h #define	__FD_CLR(d, set)	((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d))
__FD_CLR           78 include/asm-xtensa/posix_types.h #undef __FD_CLR
__FD_CLR           79 include/asm-xtensa/posix_types.h static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp)