Home
last modified time | relevance | path

Searched defs:flags (Results 126 - 150 of 5471) sorted by relevance

12345678910>>...219

/third_party/musl/src/fcntl/
H A Dopenat.c5 int openat(int fd, const char *filename, int flags, ...) in openat() argument
/third_party/musl/src/linux/
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/network/
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/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
/third_party/ltp/testcases/kernel/syscalls/renameat2/
H A Drenameat2.h27 renameat2(int olddirfd, const char *oldpath, int newdirfd, const char *newpath, unsigned int flags) renameat2() argument
/third_party/ltp/include/lapi/
H A Dpidfd_send_signal.h20 pidfd_send_signal(int pidfd, int sig, siginfo_t *info, unsigned int flags) pidfd_send_signal() argument
H A Dtee.h14 tee(int fd_in, int fd_out, size_t len, unsigned int flags) tee() argument
/third_party/node/deps/v8/src/objects/
H A Dtype-hints.cc76 std::ostream& operator<<(std::ostream& os, const StringAddFlags& flags) { in operator <<() argument
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
H A Dlinux_eventfd_test.cpp26 int flags = fcntl(eventFd, F_GETFD); in HWTEST_F() local
43 int flags = fcntl(eventFd, F_GETFD); in HWTEST_F() local
/third_party/musl/compat/time32/
H A Dclock_nanosleep_time32.c5 int __clock_nanosleep_time32(clockid_t clk, int flags, const struct timespec32 *req32, struct timespec32 *rem32) in __clock_nanosleep_time32() argument
H A Drecvmmsg_time32.c6 int __recvmmsg_time32(int fd, struct mmsghdr *msgvec, unsigned int vlen, unsigned int flags, struct timespec32 *ts32) in __recvmmsg_time32() argument
/third_party/musl/arch/x32/
H A Dksigaction.h5 unsigned long flags; member
/third_party/musl/arch/x86_64/
H A Dksigaction.h5 unsigned long flags; member
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dposix_spawnattr_getflags.c30 short flags = POSIX_SPAWN_RESETIDS; in posix_spawnattr_getflags_0100() local
/third_party/musl/libc-test/src/functionalext/supplement/temp/temp_gtest/
H A Dtemp_mkostemps64_test.cpp19 int flags = O_CREAT | O_RDWR; in HWTEST_F() local

Completed in 4 milliseconds

12345678910>>...219