Home
last modified time | relevance | path

Searched defs:__fd (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/sh/include/asm/
H A Dposix_types.h53 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_SET()
61 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR()
70 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET()
/openbmc/u-boot/arch/mips/include/asm/
H A Dposix_types.h56 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_SET()
64 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR()
72 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_bpf.c11 #define TEST_DECLARE_OPTS(__fd) \ argument