/linux-2.4.37.9/include/asm-ppc/ |
D | posix_types.h | 47 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) macro 73 #undef __FD_ISSET 74 static __inline__ int __FD_ISSET(unsigned long fd, __kernel_fd_set *p) in __FD_ISSET() function
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | posix_types.h | 49 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) macro 75 #undef __FD_ISSET 76 static __inline__ int __FD_ISSET(unsigned long fd, __kernel_fd_set *p) in __FD_ISSET() function
|
/linux-2.4.37.9/include/asm-ia64/ |
D | posix_types.h | 52 #define __FD_ISSET(d, set) (((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) != 0) macro 76 #undef __FD_ISSET 77 static __inline__ int __FD_ISSET(unsigned long fd, const __kernel_fd_set *p) in __FD_ISSET() function
|
/linux-2.4.37.9/include/asm-alpha/ |
D | posix_types.h | 47 #define __FD_ISSET(d, set) (((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) != 0) macro 71 #undef __FD_ISSET 72 static __inline__ int __FD_ISSET(unsigned long fd, const __kernel_fd_set *p) in __FD_ISSET() function
|
/linux-2.4.37.9/include/asm-cris/ |
D | posix_types.h | 62 #undef __FD_ISSET 63 #define __FD_ISSET(fd,fdsetp) test_bit(fd, (void *)(fdsetp)) macro
|
/linux-2.4.37.9/include/asm-s390/ |
D | posix_types.h | 68 #undef __FD_ISSET 69 #define __FD_ISSET(fd,fdsetp) test_bit(fd,fdsetp) macro
|
/linux-2.4.37.9/include/asm-s390x/ |
D | posix_types.h | 66 #undef __FD_ISSET 67 #define __FD_ISSET(fd,fdsetp) test_bit(fd,fdsetp) macro
|
/linux-2.4.37.9/include/asm-arm/ |
D | posix_types.h | 69 #undef __FD_ISSET 70 #define __FD_ISSET(fd, fdsetp) \ macro
|
/linux-2.4.37.9/include/asm-m68k/ |
D | posix_types.h | 55 #undef __FD_ISSET 56 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | posix_types.h | 59 #undef __FD_ISSET 60 #define __FD_ISSET(fd,fdsetp) (__extension__ ({ \ macro
|
/linux-2.4.37.9/include/asm-sh/ |
D | posix_types.h | 66 #undef __FD_ISSET 67 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() function
|
/linux-2.4.37.9/include/asm-mips/ |
D | posix_types.h | 68 #undef __FD_ISSET 69 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() function
|
/linux-2.4.37.9/include/asm-sh64/ |
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
|
/linux-2.4.37.9/include/asm-mips64/ |
D | posix_types.h | 89 #undef __FD_ISSET 90 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() function
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | posix_types.h | 61 #undef __FD_ISSET 62 static __inline__ int __FD_ISSET(unsigned long fd, __const__ __kernel_fd_set *p) in __FD_ISSET() function
|
/linux-2.4.37.9/include/asm-parisc/ |
D | posix_types.h | 97 #undef __FD_ISSET 98 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() function
|
/linux-2.4.37.9/include/asm-sparc/ |
D | posix_types.h | 65 #undef __FD_ISSET 66 static __inline__ int __FD_ISSET(unsigned long fd, __const__ __kernel_fd_set *p) in __FD_ISSET() function
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | posix_types.h | 89 #undef __FD_ISSET 90 static __inline__ int __FD_ISSET(unsigned long fd, __const__ __kernel_fd_set *p) in __FD_ISSET() function
|
/linux-2.4.37.9/include/linux/ |
D | time.h | 108 #define FD_ISSET(fd,fdsetp) __FD_ISSET(fd,fdsetp)
|