/linux-2.6.39/arch/xtensa/include/asm/ |
D | posix_types.h | 62 #define __FD_ZERO(set) \ macro 98 #undef __FD_ZERO 99 static __inline__ void __FD_ZERO(__kernel_fd_set *p) in __FD_ZERO() function
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | posix_types.h | 62 #define __FD_ZERO(set) \ macro 98 #undef __FD_ZERO 99 static __inline__ void __FD_ZERO(__kernel_fd_set *p) in __FD_ZERO() function
|
/linux-2.6.39/arch/alpha/include/asm/ |
D | posix_types.h | 51 #define __FD_ZERO(set) \ macro 86 #undef __FD_ZERO 87 static __inline__ void __FD_ZERO(__kernel_fd_set *p) in __FD_ZERO() function
|
/linux-2.6.39/arch/ia64/include/asm/ |
D | posix_types.h | 56 #define __FD_ZERO(set) \ macro 91 #undef __FD_ZERO 92 static __inline__ void __FD_ZERO(__kernel_fd_set *p) in __FD_ZERO() function
|
/linux-2.6.39/arch/cris/include/asm/ |
D | posix_types.h | 61 #undef __FD_ZERO 62 #define __FD_ZERO(fdsetp) memset((void *)(fdsetp), 0, __FDSET_LONGS << 2) macro
|
/linux-2.6.39/arch/arm/include/asm/ |
D | posix_types.h | 71 #undef __FD_ZERO 72 #define __FD_ZERO(fdsetp) \ macro
|
/linux-2.6.39/arch/x86/include/asm/ |
D | posix_types_32.h | 71 #undef __FD_ZERO 72 #define __FD_ZERO(fdsetp) \ macro
|
D | posix_types_64.h | 76 #undef __FD_ZERO 77 static inline void __FD_ZERO(__kernel_fd_set *p) in __FD_ZERO() function
|
/linux-2.6.39/arch/m68k/include/asm/ |
D | posix_types.h | 56 #undef __FD_ZERO 57 #define __FD_ZERO(fdsetp) (memset (fdsetp, 0, sizeof(*(fd_set *)fdsetp))) macro
|
/linux-2.6.39/arch/frv/include/asm/ |
D | posix_types.h | 56 #undef __FD_ZERO 57 #define __FD_ZERO(fdsetp) (memset (fdsetp, 0, sizeof(*(fd_set *)fdsetp))) macro
|
/linux-2.6.39/arch/h8300/include/asm/ |
D | posix_types.h | 55 #undef __FD_ZERO 56 #define __FD_ZERO(fdsetp) (memset (fdsetp, 0, sizeof(*(fd_set *)fdsetp))) macro
|
/linux-2.6.39/arch/s390/include/asm/ |
D | posix_types.h | 101 #undef __FD_ZERO 102 #define __FD_ZERO(fdsetp) \ macro
|
/linux-2.6.39/arch/avr32/include/asm/ |
D | posix_types.h | 83 #undef __FD_ZERO 84 static __inline__ void __FD_ZERO(__kernel_fd_set *__p) in __FD_ZERO() function
|
/linux-2.6.39/arch/m32r/include/asm/ |
D | posix_types.h | 76 #undef __FD_ZERO 77 static __inline__ void __FD_ZERO(__kernel_fd_set *__p) in __FD_ZERO() function
|
/linux-2.6.39/arch/mn10300/include/asm/ |
D | posix_types.h | 95 #undef __FD_ZERO 96 static inline void __FD_ZERO(__kernel_fd_set *__p) in __FD_ZERO() function
|
/linux-2.6.39/arch/parisc/include/asm/ |
D | posix_types.h | 86 #undef __FD_ZERO 87 static __inline__ void __FD_ZERO(__kernel_fd_set *__p) in __FD_ZERO() function
|
/linux-2.6.39/arch/mips/include/asm/ |
D | posix_types.h | 102 #undef __FD_ZERO 103 static __inline__ void __FD_ZERO(__kernel_fd_set *__p) in __FD_ZERO() function
|
/linux-2.6.39/include/asm-generic/ |
D | posix_types.h | 123 #undef __FD_ZERO 124 static inline void __FD_ZERO(__kernel_fd_set *__p) in __FD_ZERO() function
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | posix_types.h | 113 #undef __FD_ZERO 114 static inline void __FD_ZERO(__kernel_fd_set *p) in __FD_ZERO() function
|
/linux-2.6.39/include/linux/ |
D | time.h | 266 #define FD_ZERO(fdsetp) __FD_ZERO(fdsetp)
|