Searched defs:__FD_CLR (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/arch/m68k/include/asm/ |
H A D | posix_types.h | 46 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d)) macro 66 static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_CLR() function
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | posix_types.h | 46 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d)) macro 66 static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_CLR() function
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | posix_types.h | 75 #define __FD_CLR(fd, fdsetp) \ macro
|
/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | posix_types.h | 60 #define __FD_CLR(fd, fdsetp) \ macro
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | posix_types.h | 77 #define __FD_CLR(_fd, fdsetp) \ macro
|
/openbmc/u-boot/arch/nios2/include/asm/ |
H A D | posix_types.h | 57 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d)) macro
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | posix_types.h | 66 #define __FD_CLR(fd, fd_set) \ macro
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | posix_types.h | 61 #define __FD_CLR(fd,fdsetp) \ macro
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | posix_types.h | 74 #define __FD_CLR(fd, fdsetp) \ macro
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | posix_types.h | 61 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR() function
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | posix_types.h | 64 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR() function
|