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

/u-boot/arch/microblaze/include/asm/
H A Dposix_types.h68 #undef __FD_ISSET macro
69 #define __FD_ISSET(fd, fd_set) \ macro
/u-boot/arch/nios2/include/asm/
H A Dposix_types.h59 #undef __FD_ISSET macro
60 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) macro
/u-boot/arch/xtensa/include/asm/
H A Dposix_types.h63 #undef __FD_ISSET macro
64 #define __FD_ISSET(fd, fdsetp) \ macro
/u-boot/arch/arm/include/asm/
H A Dposix_types.h77 #undef __FD_ISSET macro
78 #define __FD_ISSET(fd, fdsetp) \ macro
/u-boot/arch/m68k/include/asm/
H A Dposix_types.h47 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) macro
73 #undef __FD_ISSET macro
74 static __inline__ int __FD_ISSET(unsigned long fd, __kernel_fd_set *p) function
/u-boot/arch/powerpc/include/asm/
H A Dposix_types.h47 #define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d)) macro
73 #undef __FD_ISSET macro
74 static __inline__ int __FD_ISSET(unsigned long fd, __kernel_fd_set *p) function
/u-boot/arch/x86/include/asm/
H A Dposix_types.h65 #undef __FD_ISSET macro
66 #define __FD_ISSET(fd,fdsetp) (__extension__ ({ \ macro
/u-boot/arch/riscv/include/asm/
H A Dposix_types.h81 #undef __FD_ISSET macro
82 #define __FD_ISSET(_fd, fdsetp) \ macro
/u-boot/arch/sh/include/asm/
H A Dposix_types.h69 #undef __FD_ISSET macro
70 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) function
/u-boot/arch/mips/include/asm/
H A Dposix_types.h71 #undef __FD_ISSET macro
72 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) function

Completed in 124 milliseconds