Home
last modified time | relevance | path

Searched refs:__FD_CLR (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dposix_types.h46 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d)) macro
65 #undef __FD_CLR
66 static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_CLR() function
/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dposix_types.h46 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d)) macro
65 #undef __FD_CLR
66 static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_CLR() function
/rk3399_rockchip-uboot/arch/xtensa/include/asm/
H A Dposix_types.h60 #undef __FD_CLR
61 #define __FD_CLR(fd, fdsetp) \ macro
/rk3399_rockchip-uboot/arch/nios2/include/asm/
H A Dposix_types.h56 #undef __FD_CLR
57 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d)) macro
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dposix_types.h73 #undef __FD_CLR
74 #define __FD_CLR(fd, fdsetp) \ macro
/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Dposix_types.h74 #undef __FD_CLR
75 #define __FD_CLR(fd, fdsetp) \ macro
/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dposix_types.h65 #undef __FD_CLR
66 #define __FD_CLR(fd, fd_set) \ macro
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dposix_types.h59 #undef __FD_CLR
60 #define __FD_CLR(fd,fdsetp) \ macro
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dposix_types.h64 #undef __FD_CLR
65 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR() function
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dposix_types.h60 #undef __FD_CLR
61 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR() function