Home
last modified time | relevance | path

Searched refs:__flags (Results 1 – 25 of 34) sorted by relevance

12

/bionic/libc/include/sys/
Dmman.h53 void* mmap(void* __addr, size_t __size, int __prot, int __flags, int __fd, off_t __offset) __RENAME…
55 void* mmap(void* __addr, size_t __size, int __prot, int __flags, int __fd, off_t __offset);
65 void* mmap64(void* __addr, size_t __size, int __prot, int __flags, int __fd, off64_t __offset) __IN…
81 int msync(void* __addr, size_t __size, int __flags);
104 void* mremap(void* __old_addr, size_t __old_size, size_t __new_size, int __flags, ...);
114 int mlockall(int __flags) __INTRODUCED_IN(17);
142 int mlock2(const void* __addr, size_t __size, int __flags) __INTRODUCED_IN(30);
180 …id_fd, const struct iovec* __iov, size_t __count, int __advice, unsigned __flags) __INTRODUCED_IN(…
192 int memfd_create(const char* __name, unsigned __flags) __INTRODUCED_IN(30);
Duio.h110 ssize_t preadv2(int __fd, const struct iovec* __iov, int __count, off_t __offset, int __flags) __RE…
122 ssize_t pwritev2(int __fd, const struct iovec* __iov, int __count, off_t __offset, int __flags) __R…
129 ssize_t preadv64v2(int __fd, const struct iovec* __iov, int __count, off64_t __offset, int __flags)…
136 ssize_t pwritev64v2(int __fd, const struct iovec* __iov, int __count, off64_t __offset, int __flags
147 …uct iovec* __remote_iov, unsigned long __remote_iov_count, unsigned long __flags) __INTRODUCED_IN(…
158 …uct iovec* __remote_iov, unsigned long __remote_iov_count, unsigned long __flags) __INTRODUCED_IN(…
Dpidfd.h52 int pidfd_open(pid_t __pid, unsigned int __flags) __INTRODUCED_IN(31);
64 int pidfd_getfd(int __pidfd, int __targetfd, unsigned int __flags) __INTRODUCED_IN(31);
74 int pidfd_send_signal(int __pidfd, int __sig, siginfo_t * _Nullable __info, unsigned int __flags) _…
Dmsg.h51 int msgget(key_t __key, int __flags) __INTRODUCED_IN(26);
53 ssize_t msgrcv(int __msg_id, void* _Nonnull __msgbuf_ptr, size_t __size, long __type, int __flags) …
55 int msgsnd(int __msg_id, const void* _Nonnull __msgbuf_ptr, size_t __size, int __flags) __INTRODUCE…
Dsocket.h291 __socketcall int accept4(int __fd, struct sockaddr* __addr, socklen_t* __addr_length, int __flags) …
298 __socketcall int recvmmsg(int __fd, struct mmsghdr* __msgs, unsigned int __msg_count, int __flags, …
300 __socketcall ssize_t recvmsg(int __fd, struct msghdr* __msg, int __flags);
301 …sg(int __fd, const struct mmsghdr* __msgs, unsigned int __msg_count, int __flags) __INTRODUCED_IN(…
302 __socketcall ssize_t sendmsg(int __fd, const struct msghdr* __msg, int __flags);
308 ssize_t recv(int __fd, void* __buf, size_t __n, int __flags);
309 ssize_t send(int __fd, const void* __buf, size_t __n, int __flags);
311 __socketcall ssize_t sendto(int __fd, const void* __buf, size_t __n, int __flags, const struct sock…
312 __socketcall ssize_t recvfrom(int __fd, void* __buf, size_t __n, int __flags, struct sockaddr* __sr…
Dxattr.h51 int fsetxattr(int __fd, const char* __name, const void* __value, size_t __size, int __flags);
61 … setxattr(const char* __path, const char* __name, const void* __value, size_t __size, int __flags);
72 …lsetxattr(const char* __path, const char* __name, const void* __value, size_t __size, int __flags);
Dstat.h145 int fstatat(int __dir_fd, const char* _Nonnull __path, struct stat* _Nonnull __buf, int __flags);
146 int fstatat64(int __dir_fd, const char* _Nonnull __path, struct stat64* _Nonnull __buf, int __flags
162 int fchmodat(int __dir_fd, const char* _Nonnull __path, mode_t __mode, int __flags);
192 …ar* __BIONIC_COMPLICATED_NULLNESS __path, const struct timespec __times[_Nullable 2], int __flags);
217 int statx(int __dir_fd, const char* _Nonnull __path, int __flags, unsigned __mask, struct statx* _N…
Dsignalfd.h51 int signalfd(int __fd, const sigset_t* _Nonnull __mask, int __flags) __INTRODUCED_IN(18);
56 int signalfd64(int __fd, const sigset64_t* _Nonnull __mask, int __flags) __INTRODUCED_IN(28);
Dmount.h58 …rget, const char* __BIONIC_COMPLICATED_NULLNESS __fs_type, unsigned long __flags, const void* _Nul…
74 int umount2(const char* _Nonnull __target, int __flags);
Dtimerfd.h56 int timerfd_create(clockid_t __clock, int __flags) __INTRODUCED_IN(19);
71 int timerfd_settime(int __fd, int __flags, const struct itimerspec* __new_value, struct itimerspec*…
Dshm.h50 void* shmat(int __shm_id, const void* __addr, int __flags) __INTRODUCED_IN(26);
56 int shmget(key_t __key, size_t __size, int __flags) __INTRODUCED_IN(26);
Dswap.h61 int swapon(const char* _Nonnull __path, int __flags) __INTRODUCED_IN(19);
Drandom.h65 ssize_t getrandom(void* _Nonnull __buffer, size_t __buffer_size, unsigned int __flags) __wur __INTR…
Dinotify.h44 int inotify_init1(int __flags) __INTRODUCED_IN(21);
Deventfd.h54 int eventfd(unsigned int __initial_value, int __flags);
Dsem.h55 int semget(key_t __key, int __sem_count, int __flags) __INTRODUCED_IN(26);
/bionic/libc/include/
Dfcntl.h123 int openat(int __dir_fd, const char* _Nonnull __path, int __flags, ...);
125 int openat64(int __dir_fd, const char* _Nonnull __path, int __flags, ...) __INTRODUCED_IN(21);
134 int open(const char* _Nonnull __path, int __flags, ...);
136 int open64(const char* _Nonnull __path, int __flags, ...) __INTRODUCED_IN(21);
150 …_BIONIC_COMPLICATED_NULLNESS __out_offset, size_t __length, unsigned int __flags) __INTRODUCED_IN(…
164 ssize_t tee(int __in_fd, int __out_fd, size_t __length, unsigned int __flags) __INTRODUCED_IN(21);
178 ssize_t vmsplice(int __fd, const struct iovec* _Nonnull __iov, size_t __count, unsigned int __flags
244 int sync_file_range(int __fd, off64_t __offset, off64_t __length, unsigned int __flags) __INTRODUCE…
Dunistd.h207 int faccessat(int __dirfd, const char* _Nonnull __path, int __mode, int __flags);
209 …nnull __old_path, int __new_dir_fd, const char* _Nonnull __new_path, int __flags) __INTRODUCED_IN(…
211 int unlinkat(int __dirfd, const char* _Nonnull __path, int __flags);
217 int pipe2(int __fds[_Nonnull 2], int __flags);
227 int fchownat(int __dir_fd, const char* _Nonnull __path, uid_t __owner, gid_t __group, int __flags);
264 int dup3(int __old_fd, int __new_fd, int __flags) __INTRODUCED_IN(21);
340 …nt __fd_out, off64_t* _Nullable __off_out, size_t __length, unsigned int __flags) __INTRODUCED_IN(…
360 int close_range(unsigned int __min_fd, unsigned int __max_fd, int __flags) __INTRODUCED_IN(34);
Dstdlib.h62 int mkostemp64(char* _Nonnull __template, int __flags) __INTRODUCED_IN(23);
63 int mkostemp(char* _Nonnull __template, int __flags) __INTRODUCED_IN(23);
64 int mkostemps64(char* _Nonnull __template, int __suffix_length, int __flags) __INTRODUCED_IN(23);
65 int mkostemps(char* _Nonnull __template, int __suffix_length, int __flags) __INTRODUCED_IN(23);
68 int mkstemps64(char* _Nonnull __template, int __flags) __INTRODUCED_IN(23);
69 int mkstemps(char* _Nonnull __template, int __flags);
118 int posix_openpt(int __flags) __INTRODUCED_IN(21);
Dftw.h59 …ruct stat* _Nonnull, int, struct FTW* _Nonnull), int __max_fd_count, int __flags) __INTRODUCED_IN(…
61 …ct stat64* _Nonnull, int, struct FTW* _Nonnull), int __max_fd_count, int __flags) __RENAME_STAT64(…
Dregex.h102 int regcomp(regex_t* _Nonnull __re, const char* _Nonnull __regex, int __flags);
104 …_re, const char* _Nonnull __s, size_t __match_count, regmatch_t __matches[_Nullable], int __flags);
Dspawn.h61 int posix_spawnattr_setflags(posix_spawnattr_t _Nonnull * _Nonnull __attr, short __flags) __INTRODU…
62 …lags(const posix_spawnattr_t _Nonnull * _Nonnull __attr, short* _Nonnull __flags) __INTRODUCED_IN(…
86 …Nonnull * _Nonnull __actions, int __fd, const char* _Nonnull __path, int __flags, mode_t __mode) _…
Dfnmatch.h68 int fnmatch(const char* _Nonnull __pattern, const char* _Nonnull __string, int __flags);
Dtime.h95 int clock_nanosleep(clockid_t __clock, int __flags, const struct timespec* _Nonnull __request, stru…
100 int timer_settime(timer_t _Nonnull __timer, int __flags, const struct itimerspec* _Nonnull __new_va…
/bionic/libc/bionic/
Drecvmsg.cpp36 extern "C" ssize_t __recvmsg(int __fd, struct msghdr* __msg, int __flags);
37 extern "C" int __recvmmsg(int __fd, struct mmsghdr* __msgs, unsigned int __msg_count, int __flags,
68 ssize_t recvmsg(int __fd, struct msghdr* __msg, int __flags) { in recvmsg() argument
69 ssize_t rc = __recvmsg(__fd, __msg, __flags); in recvmsg()
77 int recvmmsg(int __fd, struct mmsghdr* __msgs, unsigned int __msg_count, int __flags, in recvmmsg() argument
79 int rc = __recvmmsg(__fd, __msgs, __msg_count, __flags, __timeout); in recvmmsg()

12