tag | line | file | source code |
__FD_CLR | 37 | include/asm-alpha/posix_types.h | #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d)) |
__FD_CLR | 54 | include/asm-alpha/posix_types.h | #undef __FD_CLR |
__FD_CLR | 55 | include/asm-alpha/posix_types.h | static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) |
__FD_CLR | 35 | include/asm-i386/posix_types.h | #undef __FD_CLR |
__FD_CLR | 36 | include/asm-i386/posix_types.h | #define __FD_CLR(fd,fdsetp) \ |
__FD_CLR | 33 | include/asm-m68k/posix_types.h | #undef __FD_CLR |
__FD_CLR | 34 | include/asm-m68k/posix_types.h | #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d)) |
__FD_CLR | 116 | include/asm-mips/types.h | #undef __FD_CLR |
__FD_CLR | 117 | include/asm-mips/types.h | static __inline__ void __FD_CLR(unsigned long fd, fd_set *fdsetp) |
__FD_CLR | 86 | include/asm-ppc/types.h | #undef __FD_CLR |
__FD_CLR | 87 | include/asm-ppc/types.h | static __inline__ void __FD_CLR(unsigned long fd, fd_set *fdsetp) |
__FD_CLR | 45 | include/asm-sparc/posix_types.h | #undef __FD_CLR |
__FD_CLR | 46 | include/asm-sparc/posix_types.h | static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) |