Home
last modified time | relevance | path

Searched defs:flags (Results 226 - 250 of 25611) sorted by relevance

12345678910>>...1025

/third_party/musl/src/linux/
H A Dvmsplice.c5 ssize_t vmsplice(int fd, const struct iovec *iov, size_t cnt, unsigned flags) in vmsplice() argument
H A Dtee.c5 ssize_t tee(int src, int dest, size_t len, unsigned flags) in tee() argument
H A Dpwritev2.c6 ssize_t pwritev2(int fd, const struct iovec *iov, int count, off_t ofs, int flags) in pwritev2() argument
H A Dpreadv2.c6 ssize_t preadv2(int fd, const struct iovec *iov, int count, off_t ofs, int flags) in preadv2() argument
H A Dremap_file_pages.c5 int remap_file_pages(void *addr, size_t size, int prot, size_t pgoff, int flags) in remap_file_pages() argument
H A Deventfd.c9 int eventfd(unsigned int count, int flags) in eventfd() argument
H A Dsync_file_range.c6 int sync_file_range(int fd, off_t pos, off_t len, unsigned flags) in sync_file_range() argument
/third_party/musl/src/temp/
H A Dmkostemps.c8 int __mkostemps(char *template, int len, int flags) in __mkostemps() argument
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A D__fdopen.c32 int flags = fcntl(fd, F_GETFL); in __fdopen() local
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__fdopen.c32 int flags = fcntl(fd, F_GETFL); in __fdopen() local
/third_party/musl/src/mq/
H A Dmq_open.c6 mqd_t mq_open(const char *name, int flags, ...) in mq_open() argument
/third_party/musl/src/network/
H A Dsendmmsg.c7 int sendmmsg(int fd, struct mmsghdr *msgvec, unsigned int vlen, unsigned int flags) in sendmmsg() argument
H A Dsendto.c4 ssize_t sendto(int fd, const void *buf, size_t len, int flags, const struct sockaddr *addr, socklen_t alen) in sendto() argument
H A Drecvfrom.c4 ssize_t recvfrom(int fd, void *restrict buf, size_t len, int flags, struct sockaddr *restrict addr, socklen_t *restrict alen) in recvfrom() argument
/third_party/musl/src/fcntl/
H A Dopen.c8 int open(const char *filename, int flags, ...) in open() argument
H A Dopenat.c5 int openat(int fd, const char *filename, int flags, ...) in openat() argument
/third_party/musl/porting/liteos_a/user/src/process/
H A Dposix_spawn_file_actions_addopen.c8 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *restrict fa, int fd, const char *restrict path, int flags, mode_t mode) in posix_spawn_file_actions_addopen() argument
/third_party/musl/src/internal/
H A Dksigaction.h8 unsigned long flags; member
/third_party/musl/src/process/
H A Dposix_spawn_file_actions_addopen.c8 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *restrict fa, int fd, const char *restrict path, int flags, mode_t mode) in posix_spawn_file_actions_addopen() argument
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_command_pool.h38 VkCommandPoolCreateFlags flags; member
/third_party/ltp/testcases/kernel/syscalls/openat/
H A Dopenat.h29 int openat(int dirfd, const char *pathname, int flags, mode_t mode) in openat() argument
/third_party/ltp/testcases/kernel/syscalls/timerfd/
H A Dtimerfd_create01.c23 int flags; member
/third_party/ltp/testcases/kernel/syscalls/epoll_create1/
H A Depoll_create1_02.c21 int flags; member
/third_party/ltp/testcases/kernel/syscalls/fchownat/
H A Dfchownat.h29 fchownat(int dirfd, const char *filename, uid_t owner, gid_t group, int flags) fchownat() argument
/third_party/ltp/testcases/kernel/syscalls/futex/
H A Dfutex2test.h23 futex_waitv(volatile struct futex_waitv *waiters, unsigned long nr_waiters, unsigned long flags, struct timespec *timo, clockid_t clockid) futex_waitv() argument

Completed in 5 milliseconds

12345678910>>...1025