Searched refs:__fd (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | posix_types.h | 53 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_SET() argument 55 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() 56 unsigned long __rem = __fd % __NFDBITS; in __FD_SET() 61 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR() argument 63 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() 64 unsigned long __rem = __fd % __NFDBITS; in __FD_CLR() 70 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() argument 72 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() 73 unsigned long __rem = __fd % __NFDBITS; in __FD_ISSET()
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | posix_types.h | 56 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_SET() argument 58 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() 59 unsigned long __rem = __fd % __NFDBITS; in __FD_SET() 64 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR() argument 66 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() 67 unsigned long __rem = __fd % __NFDBITS; in __FD_CLR() 72 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() argument 74 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() 75 unsigned long __rem = __fd % __NFDBITS; in __FD_ISSET()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | types.h | 128 int __fd = (fd); \ 129 if (__fd >= 0) \ 130 __set->fds[__fd / FD_SETIDXMASK] &= \ 131 ~(1U << (__fd & FX_SETBITMASK)); \ 136 int __fd = (fd); \ 137 if (__fd >= 0) \ 138 __set->fds[__fd / FD_SETIDXMASK] |= \ 139 1 << (__fd & FD_SETBITMASK); \ 144 int __fd = (fd); \ 146 if (__fd >= 0) \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/scsirastools/scsirastools/ |
H A D | mdadm.patch | 9 -extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence)); 10 +//extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence));
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tc_bpf.c | 11 #define TEST_DECLARE_OPTS(__fd) \ argument 14 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_f, .prog_fd = __fd); \ 16 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_hf, .handle = 1, .prog_fd = __fd); \ 17 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_pf, .priority = 1, .prog_fd = __fd); \ 18 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_hpf, .handle = 1, .priority = 1, .prog_fd = __fd); \ 22 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_hpfi, .handle = 1, .priority = 1, .prog_fd = __fd, \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iozone3/iozone3/ |
H A D | 0001-let-system-headers-provide-pread64.patch | 10 …h:83:1: note: previous overload of function is here pread64 (int __fd, void *const __clan…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/rdma-core/rdma-core/ |
H A D | 0001-librdmacm-Use-overloadable-function-attribute-with-c.patch | 14 | 163 | extern ssize_t recvfrom (int __fd, void *__restrict __buf, size_t __n,
|