Searched refs:__FD_SET (Results 1 – 10 of 10) sorted by relevance
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | posix_types.h | 45 #define __FD_SET(d, set) ((set)->fds_bits[__FDELT(d)] |= __FDMASK(d)) macro 57 #undef __FD_SET 58 static __inline__ void __FD_SET(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_SET() function
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | posix_types.h | 45 #define __FD_SET(d, set) ((set)->fds_bits[__FDELT(d)] |= __FDMASK(d)) macro 57 #undef __FD_SET 58 static __inline__ void __FD_SET(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_SET() function
|
| /rk3399_rockchip-uboot/arch/xtensa/include/asm/ |
| H A D | posix_types.h | 56 #undef __FD_SET 57 #define __FD_SET(fd, fdsetp) \ macro
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/ |
| H A D | posix_types.h | 53 #undef __FD_SET 54 #define __FD_SET(d, set) ((set)->fds_bits[__FDELT(d)] |= __FDMASK(d)) macro
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | posix_types.h | 69 #undef __FD_SET 70 #define __FD_SET(fd, fdsetp) \ macro
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | posix_types.h | 70 #undef __FD_SET 71 #define __FD_SET(fd, fdsetp) \ macro
|
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | posix_types.h | 62 #undef __FD_SET 63 #define __FD_SET(fd, fd_set) \ macro
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | posix_types.h | 54 #undef __FD_SET 55 #define __FD_SET(fd,fdsetp) \ macro
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | posix_types.h | 56 #undef __FD_SET 57 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_SET() function
|
| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | posix_types.h | 52 #undef __FD_SET 53 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_SET() function
|