Searched refs:__FD_ISSET (Results 1 – 10 of 10) sorted by relevance
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | posix_types.h | 47 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) macro 73 #undef __FD_ISSET 74 static __inline__ int __FD_ISSET(unsigned long fd, __kernel_fd_set *p) in __FD_ISSET() function
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | posix_types.h | 47 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) macro 73 #undef __FD_ISSET 74 static __inline__ int __FD_ISSET(unsigned long fd, __kernel_fd_set *p) in __FD_ISSET() function
|
| /rk3399_rockchip-uboot/arch/xtensa/include/asm/ |
| H A D | posix_types.h | 64 #undef __FD_ISSET 65 #define __FD_ISSET(fd, fdsetp) \ macro
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/ |
| H A D | posix_types.h | 59 #undef __FD_ISSET 60 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) macro
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | posix_types.h | 77 #undef __FD_ISSET 78 #define __FD_ISSET(fd, fdsetp) \ macro
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | posix_types.h | 78 #undef __FD_ISSET 79 #define __FD_ISSET(fd, fdsetp) \ macro
|
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | posix_types.h | 68 #undef __FD_ISSET 69 #define __FD_ISSET(fd, fd_set) \ macro
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | posix_types.h | 64 #undef __FD_ISSET 65 #define __FD_ISSET(fd,fdsetp) (__extension__ ({ \ macro
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | posix_types.h | 72 #undef __FD_ISSET 73 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() function
|
| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | posix_types.h | 69 #undef __FD_ISSET 70 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() function
|