Home
last modified time | relevance | path

Searched refs:__FDSET_LONGS (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dposix_types.h27 #undef __FDSET_LONGS
28 #define __FDSET_LONGS (__FD_SETSIZE/__NFDBITS) macro
37 unsigned long fds_bits [__FDSET_LONGS];
/openbmc/u-boot/arch/sh/include/asm/
H A Dposix_types.h87 if (__builtin_constant_p(__FDSET_LONGS)) { in __FD_ZERO()
88 switch (__FDSET_LONGS) { in __FD_ZERO()
113 __i = __FDSET_LONGS; in __FD_ZERO()
/openbmc/u-boot/arch/mips/include/asm/
H A Dposix_types.h89 if (__builtin_constant_p(__FDSET_LONGS)) { in __FD_ZERO()
90 switch (__FDSET_LONGS) { in __FD_ZERO()
115 __i = __FDSET_LONGS; in __FD_ZERO()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dposix_types.h91 if (__builtin_constant_p(__FDSET_LONGS)) { in __FD_ZERO()
92 switch (__FDSET_LONGS) { in __FD_ZERO()
99 i = __FDSET_LONGS; in __FD_ZERO()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dposix_types.h91 if (__builtin_constant_p(__FDSET_LONGS)) { in __FD_ZERO()
92 switch (__FDSET_LONGS) { in __FD_ZERO()
99 i = __FDSET_LONGS; in __FD_ZERO()
/openbmc/u-boot/arch/x86/include/asm/
H A Dposix_types.h80 :"a" (0), "1" (__FDSET_LONGS), \