| /third_party/musl/src/linux/ |
| H A D | vmsplice.c | 5 ssize_t vmsplice(int fd, const struct iovec *iov, size_t cnt, unsigned flags) in vmsplice() argument
|
| H A D | tee.c | 5 ssize_t tee(int src, int dest, size_t len, unsigned flags) in tee() argument
|
| H A D | pwritev2.c | 6 ssize_t pwritev2(int fd, const struct iovec *iov, int count, off_t ofs, int flags) in pwritev2() argument
|
| H A D | preadv2.c | 6 ssize_t preadv2(int fd, const struct iovec *iov, int count, off_t ofs, int flags) in preadv2() argument
|
| H A D | remap_file_pages.c | 5 int remap_file_pages(void *addr, size_t size, int prot, size_t pgoff, int flags) in remap_file_pages() argument
|
| H A D | eventfd.c | 9 int eventfd(unsigned int count, int flags) in eventfd() argument
|
| H A D | sync_file_range.c | 6 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 D | mkostemps.c | 8 int __mkostemps(char *template, int len, int flags) in __mkostemps() argument
|
| /third_party/musl/porting/uniproton/kernel/src/stdio/ |
| H A D | __fdopen.c | 32 int flags = fcntl(fd, F_GETFL);
in __fdopen() local
|
| /third_party/musl/porting/liteos_m/kernel/src/stdio/ |
| H A D | __fdopen.c | 32 int flags = fcntl(fd, F_GETFL);
in __fdopen() local
|
| /third_party/musl/src/mq/ |
| H A D | mq_open.c | 6 mqd_t mq_open(const char *name, int flags, ...) in mq_open() argument
|
| /third_party/musl/src/network/ |
| H A D | sendmmsg.c | 7 int sendmmsg(int fd, struct mmsghdr *msgvec, unsigned int vlen, unsigned int flags) in sendmmsg() argument
|
| H A D | sendto.c | 4 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 D | recvfrom.c | 4 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 D | open.c | 8 int open(const char *filename, int flags, ...) in open() argument
|
| H A D | openat.c | 5 int openat(int fd, const char *filename, int flags, ...) in openat() argument
|
| /third_party/musl/porting/liteos_a/user/src/process/ |
| H A D | posix_spawn_file_actions_addopen.c | 8 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 D | ksigaction.h | 8 unsigned long flags; member
|
| /third_party/musl/src/process/ |
| H A D | posix_spawn_file_actions_addopen.c | 8 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 D | vk_command_pool.h | 38 VkCommandPoolCreateFlags flags; member
|
| /third_party/ltp/testcases/kernel/syscalls/openat/ |
| H A D | openat.h | 29 int openat(int dirfd, const char *pathname, int flags, mode_t mode) in openat() argument
|
| /third_party/ltp/testcases/kernel/syscalls/timerfd/ |
| H A D | timerfd_create01.c | 23 int flags; member
|
| /third_party/ltp/testcases/kernel/syscalls/epoll_create1/ |
| H A D | epoll_create1_02.c | 21 int flags; member
|
| /third_party/ltp/testcases/kernel/syscalls/fchownat/ |
| H A D | fchownat.h | 29 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 D | futex2test.h | 23 futex_waitv(volatile struct futex_waitv *waiters, unsigned long nr_waiters, unsigned long flags, struct timespec *timo, clockid_t clockid) futex_waitv() argument
|