Searched defs:__fd (Results 1 – 7 of 7) sorted by relevance
/linux-3.3/arch/m32r/include/asm/ |
D | posix_types.h | 48 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_SET() 56 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR() 65 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET()
|
/linux-3.3/arch/avr32/include/asm/ |
D | posix_types.h | 55 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_SET() 63 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR() 72 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET()
|
/linux-3.3/arch/mn10300/include/asm/ |
D | posix_types.h | 67 static inline void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_SET() 75 static inline void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR() 84 static inline int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET()
|
/linux-3.3/include/asm-generic/ |
D | posix_types.h | 96 static inline void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_SET() 104 static inline void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR() 112 static inline int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET()
|
/linux-3.3/arch/parisc/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() 75 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET()
|
/linux-3.3/arch/mips/include/asm/ |
D | posix_types.h | 75 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_SET() 83 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR() 91 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET()
|
/linux-3.3/arch/tile/include/hv/ |
D | drv_xgbe_impl.h | 250 int __fd; member
|