/arch/xtensa/include/asm/ |
D | posix_types.h | 61 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) macro 86 #undef __FD_ISSET 87 static __inline__ int __FD_ISSET(unsigned long fd, __kernel_fd_set *p) in __FD_ISSET() function
|
/arch/ia64/include/asm/ |
D | posix_types.h | 55 #define __FD_ISSET(d, set) (((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) != 0) macro 79 #undef __FD_ISSET 80 static __inline__ int __FD_ISSET(unsigned long fd, const __kernel_fd_set *p) in __FD_ISSET() function
|
/arch/alpha/include/asm/ |
D | posix_types.h | 50 #define __FD_ISSET(d, set) (((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) != 0) macro 74 #undef __FD_ISSET 75 static __inline__ int __FD_ISSET(unsigned long fd, const __kernel_fd_set *p) in __FD_ISSET() function
|
/arch/powerpc/include/asm/ |
D | posix_types.h | 61 #define __FD_ISSET(d, set) (((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) != 0) macro 86 #undef __FD_ISSET 87 static __inline__ int __FD_ISSET(unsigned long fd, __kernel_fd_set *p) in __FD_ISSET() function
|
/arch/cris/include/asm/ |
D | posix_types.h | 58 #undef __FD_ISSET 59 #define __FD_ISSET(fd,fdsetp) test_bit(fd, (void *)(fdsetp)) macro
|
/arch/arm/include/asm/ |
D | posix_types.h | 67 #undef __FD_ISSET 68 #define __FD_ISSET(fd, fdsetp) \ macro
|
/arch/h8300/include/asm/ |
D | posix_types.h | 52 #undef __FD_ISSET 53 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) macro
|
/arch/x86/include/asm/ |
D | posix_types_32.h | 59 #undef __FD_ISSET 60 #define __FD_ISSET(fd,fdsetp) \ macro
|
D | posix_types_64.h | 64 #undef __FD_ISSET 65 static inline int __FD_ISSET(unsigned long fd, __const__ __kernel_fd_set *p) in __FD_ISSET() function
|
/arch/blackfin/include/asm/ |
D | posix_types.h | 53 #undef __FD_ISSET 54 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) macro
|
/arch/m68k/include/asm/ |
D | posix_types.h | 53 #undef __FD_ISSET 54 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) macro
|
/arch/s390/include/asm/ |
D | posix_types.h | 93 #undef __FD_ISSET 94 static inline int __FD_ISSET(unsigned long fd, const __kernel_fd_set *fdsetp) in __FD_ISSET() function
|
/arch/avr32/include/asm/ |
D | posix_types.h | 71 #undef __FD_ISSET 72 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() function
|
/arch/sh/include/asm/ |
D | posix_types_32.h | 64 #undef __FD_ISSET 65 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() function
|
D | posix_types_64.h | 73 #undef __FD_ISSET 74 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() function
|
/arch/mips/include/asm/ |
D | posix_types.h | 90 #undef __FD_ISSET 91 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() function
|
/arch/parisc/include/asm/ |
D | posix_types.h | 74 #undef __FD_ISSET 75 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() function
|
/arch/sparc/include/asm/ |
D | posix_types.h | 101 #undef __FD_ISSET 102 static inline int __FD_ISSET(unsigned long fd, __const__ __kernel_fd_set *p) in __FD_ISSET() function
|