Searched refs:__FD_ISSET (Results 1 - 25 of 38) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dposix_types.h55 #undef __FD_ISSET macro
56 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dposix_types.h68 #undef __FD_ISSET macro
69 #define __FD_ISSET(fd,fdsetp) test_bit(fd,fdsetp) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dposix_types.h66 #undef __FD_ISSET macro
67 #define __FD_ISSET(fd,fdsetp) test_bit(fd,fdsetp) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dposix_types.h55 #undef __FD_ISSET macro
56 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dposix_types.h68 #undef __FD_ISSET macro
69 #define __FD_ISSET(fd,fdsetp) test_bit(fd,fdsetp) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dposix_types.h66 #undef __FD_ISSET macro
67 #define __FD_ISSET(fd,fdsetp) test_bit(fd,fdsetp) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dposix_types.h69 #undef __FD_ISSET macro
70 #define __FD_ISSET(fd, fdsetp) \ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Dposix_types.h64 #undef __FD_ISSET macro
65 #define __FD_ISSET(fd,fdsetp) test_bit(fd, (void *)(fdsetp)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dposix_types.h69 #undef __FD_ISSET macro
70 #define __FD_ISSET(fd, fdsetp) \ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Dposix_types.h64 #undef __FD_ISSET macro
65 #define __FD_ISSET(fd,fdsetp) test_bit(fd, (void *)(fdsetp)) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dposix_types.h50 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) macro
76 #undef __FD_ISSET macro
77 static __inline__ int __FD_ISSET(unsigned long fd, __kernel_fd_set *p) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dposix_types.h55 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) macro
81 #undef __FD_ISSET macro
82 static __inline__ int __FD_ISSET(unsigned long fd, __kernel_fd_set *p) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dposix_types.h50 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) macro
76 #undef __FD_ISSET macro
77 static __inline__ int __FD_ISSET(unsigned long fd, __kernel_fd_set *p) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dposix_types.h55 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) macro
81 #undef __FD_ISSET macro
82 static __inline__ int __FD_ISSET(unsigned long fd, __kernel_fd_set *p) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dposix_types.h59 #undef __FD_ISSET macro
60 #define __FD_ISSET(fd,fdsetp) (__extension__ ({ \ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dposix_types.h59 #undef __FD_ISSET macro
60 #define __FD_ISSET(fd,fdsetp) (__extension__ ({ \ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dposix_types.h47 #define __FD_ISSET(d, set) (((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) != 0) macro
71 #undef __FD_ISSET macro
72 static __inline__ int __FD_ISSET(unsigned long fd, const __kernel_fd_set *p) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dposix_types.h50 #define __FD_ISSET(d, set) (((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) != 0) macro
74 #undef __FD_ISSET macro
75 static __inline__ int __FD_ISSET(unsigned long fd, const __kernel_fd_set *p) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dposix_types.h47 #define __FD_ISSET(d, set) (((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) != 0) macro
71 #undef __FD_ISSET macro
72 static __inline__ int __FD_ISSET(unsigned long fd, const __kernel_fd_set *p) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dposix_types.h50 #define __FD_ISSET(d, set) (((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) != 0) macro
74 #undef __FD_ISSET macro
75 static __inline__ int __FD_ISSET(unsigned long fd, const __kernel_fd_set *p) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dposix_types.h68 #undef __FD_ISSET macro
69 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dposix_types.h89 #undef __FD_ISSET macro
90 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dposix_types.h97 #undef __FD_ISSET macro
98 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dposix_types.h66 #undef __FD_ISSET macro
67 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dposix_types.h68 #undef __FD_ISSET macro
69 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) function

Completed in 125 milliseconds

12