Searched defs:__fd (Results 1 – 5 of 5) sorted by relevance
/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()
|
/arch/sh/include/asm/ |
D | posix_types_32.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()
|
D | posix_types_64.h | 57 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_SET() 65 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR() 74 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET()
|
/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()
|
/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()
|