Searched defs:__FD_CLR (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudev_sysdeps.h148 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dposix_types.h74 #undef __FD_CLR macro
75 static inline void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dposix_types.h103 #undef __FD_CLR macro
104 static inline void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dposix_types.h93 #undef __FD_CLR macro
94 static inline void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dposix_types_32.h53 #undef __FD_CLR macro
54 #define __FD_CLR(fd,fdsetp) \ macro
H A Dposix_types_64.h56 #undef __FD_CLR macro
57 static inline void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dposix_types.h60 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d)) macro
78 #undef __FD_CLR macro
79 static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dposix_types.h85 #undef __FD_CLR macro
86 static inline void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dposix_types.h60 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d)) macro
78 #undef __FD_CLR macro
79 static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dposix_types.h50 #undef __FD_CLR macro
51 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dposix_types.h82 #undef __FD_CLR macro
83 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Dposix_types.h55 #undef __FD_CLR macro
56 #define __FD_CLR(fd,fdsetp) clear_bit(fd, (void *)(fdsetp)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dposix_types.h50 #undef __FD_CLR macro
51 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dposix_types.h49 #undef __FD_CLR macro
50 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dposix_types.h54 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d)) macro
71 #undef __FD_CLR macro
72 static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dposix_types.h55 #undef __FD_CLR macro
56 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dposix_types.h62 #undef __FD_CLR macro
63 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dposix_types.h49 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d)) macro
66 #undef __FD_CLR macro
67 static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dposix_types.h63 #undef __FD_CLR macro
64 #define __FD_CLR(fd, fdsetp) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dposix_types.h66 #undef __FD_CLR macro
67 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) function

Completed in 302 milliseconds