/linux-3.3/arch/cris/include/asm/ |
D | posix_types.h | 53 #define __FD_SET(fd,fdsetp) set_bit(fd, (void *)(fdsetp)) argument 56 #define __FD_CLR(fd,fdsetp) clear_bit(fd, (void *)(fdsetp)) argument 59 #define __FD_ISSET(fd,fdsetp) test_bit(fd, (void *)(fdsetp)) argument 62 #define __FD_ZERO(fdsetp) memset((void *)(fdsetp), 0, __FDSET_LONGS << 2) argument
|
/linux-3.3/arch/x86/include/asm/ |
D | posix_types_32.h | 48 #define __FD_SET(fd,fdsetp) \ argument 54 #define __FD_CLR(fd,fdsetp) \ argument 60 #define __FD_ISSET(fd,fdsetp) \ argument 72 #define __FD_ZERO(fdsetp) \ argument
|
D | posix_types_64.h | 49 static inline void __FD_SET(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_SET() 57 static inline void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_CLR()
|
/linux-3.3/arch/arm/include/asm/ |
D | posix_types.h | 60 #define __FD_SET(fd, fdsetp) \ argument 64 #define __FD_CLR(fd, fdsetp) \ argument 68 #define __FD_ISSET(fd, fdsetp) \ argument 72 #define __FD_ZERO(fdsetp) \ argument
|
/linux-3.3/arch/s390/include/asm/ |
D | posix_types.h | 78 static inline void __FD_SET(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_SET() 86 static inline void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_CLR() 94 static inline int __FD_ISSET(unsigned long fd, const __kernel_fd_set *fdsetp) in __FD_ISSET() 102 #define __FD_ZERO(fdsetp) \ argument
|
/linux-3.3/include/linux/ |
D | time.h | 264 #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp) argument 265 #define FD_CLR(fd,fdsetp) __FD_CLR(fd,fdsetp) argument 266 #define FD_ISSET(fd,fdsetp) __FD_ISSET(fd,fdsetp) argument 267 #define FD_ZERO(fdsetp) __FD_ZERO(fdsetp) argument
|
/linux-3.3/arch/alpha/include/asm/ |
D | posix_types.h | 59 static __inline__ void __FD_SET(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_SET() 67 static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_CLR()
|
/linux-3.3/arch/xtensa/include/asm/ |
D | posix_types.h | 71 static __inline__ void __FD_SET(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_SET() 79 static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_CLR()
|
/linux-3.3/arch/ia64/include/asm/ |
D | posix_types.h | 64 static __inline__ void __FD_SET(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_SET() 72 static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_CLR()
|
/linux-3.3/arch/powerpc/include/asm/ |
D | posix_types.h | 71 static __inline__ void __FD_SET(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_SET() 79 static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_CLR()
|
/linux-3.3/arch/sparc/include/asm/ |
D | posix_types.h | 84 static inline void __FD_SET(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_SET() 92 static inline void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_CLR()
|
/linux-3.3/arch/h8300/include/asm/ |
D | posix_types.h | 56 #define __FD_ZERO(fdsetp) (memset (fdsetp, 0, sizeof(*(fd_set *)fdsetp))) argument
|
/linux-3.3/arch/frv/include/asm/ |
D | posix_types.h | 57 #define __FD_ZERO(fdsetp) (memset (fdsetp, 0, sizeof(*(fd_set *)fdsetp))) argument
|
/linux-3.3/arch/m68k/include/asm/ |
D | posix_types.h | 57 #define __FD_ZERO(fdsetp) (memset (fdsetp, 0, sizeof(*(fd_set *)fdsetp))) argument
|