Searched refs:__kernel_fd_set (Results 1 – 5 of 5) sorted by relevance
| /bionic/libc/kernel/arch-x86/asm/ |
| D | posix_types_32.h | 57 #define __FD_SET(fd,fdsetp) __asm__ __volatile__("btsl %1,%0": "+m" (*(__kernel_fd_set *) (fdse… 60 #define __FD_CLR(fd,fdsetp) __asm__ __volatile__("btrl %1,%0": "+m" (*(__kernel_fd_set *) (fdse… 63 …"btl %1,%2 ; setb %0" :"=q" (__result) :"r" ((int) (fd)), "m" (*(__kernel_fd_set *) (fdsetp)))… 66 … stosl" :"=m" (*(__kernel_fd_set *) (fdsetp)), "=&c" (__d0), "=&D" (__d1) :"a" (0), "1" (__F…
|
| /bionic/libc/kernel/arch-sh/asm/ |
| D | posix_types_32.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() 73 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() 81 static __inline__ void __FD_ZERO(__kernel_fd_set *__p) in __FD_ZERO()
|
| 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() 73 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() 81 static __inline__ void __FD_ZERO(__kernel_fd_set *__p) in __FD_ZERO()
|
| /bionic/libc/include/sys/ |
| D | select.h | 38 typedef __kernel_fd_set fd_set;
|
| /bionic/libc/kernel/common/linux/ |
| D | posix_types.h | 34 } __kernel_fd_set; typedef
|