Searched defs:flags (Results 1 - 25 of 166) sorted by relevance

1234567

/seL4-refos-master/libs/libmuslc/src/mman/
H A Dmlockall.c4 int mlockall(int flags) argument
H A Dmsync.c4 int msync(void *start, size_t len, int flags) argument
/seL4-refos-master/libs/libmuslc/src/linux/
H A Dswap.c4 int swapon(const char *path, int flags) argument
H A Dunshare.c5 int unshare(int flags) argument
H A Dsignalfd.c7 int signalfd(int fd, const sigset_t *sigs, int flags) argument
/seL4-refos-master/libs/libmuslc/src/process/
H A Dposix_spawnattr_getflags.c3 int posix_spawnattr_getflags(const posix_spawnattr_t *restrict attr, short *restrict flags) argument
H A Dposix_spawnattr_setflags.c3 int posix_spawnattr_setflags(posix_spawnattr_t *attr, short flags) argument
/seL4-refos-master/libs/libmuslc/src/stdio/
H A D__fmodeflags.c6 int flags; local
[all...]
H A D__fdopen.c33 int flags = __syscall(SYS_fcntl, fd, F_GETFL); local
H A Dfopen.c10 int flags; local
/seL4-refos-master/libs/libmuslc/src/temp/
H A Dmkostemp.c7 int mkostemp(char *template, int flags) argument
/seL4-refos-master/libs/libmuslc/src/thread/
H A Dclone.c4 int __clone(int (*func)(void *), void *stack, int flags, void *arg, ...) argument
/seL4-refos-master/libs/libmuslc/src/unistd/
H A Dposix_close.c3 int posix_close(int fd, int flags) argument
H A Ddup3.c8 int __dup3(int old, int new, int flags) argument
/seL4-refos-master/libs/libmuslc/arch/mips/
H A Dksigaction.h2 unsigned flags; member in struct:k_sigaction
/seL4-refos-master/libs/libmuslc/arch/mips64/
H A Dksigaction.h2 unsigned flags; member in struct:k_sigaction
/seL4-refos-master/libs/libmuslc/arch/mipsn32/
H A Dksigaction.h2 unsigned flags; member in struct:k_sigaction
/seL4-refos-master/libs/libmuslc/arch/sh/
H A Dksigaction.h3 unsigned long flags; member in struct:k_sigaction
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dksigaction.h6 unsigned long flags; member in struct:k_sigaction
/seL4-refos-master/libs/libmuslc/src/network/
H A Drecv.c3 ssize_t recv(int fd, void *buf, size_t len, int flags) argument
H A Drecvmsg.c6 ssize_t recvmsg(int fd, struct msghdr *msg, int flags) argument
H A Dsend.c3 ssize_t send(int fd, const void *buf, size_t len, int flags) argument
H A Dsendmsg.c8 ssize_t sendmsg(int fd, const struct msghdr *msg, int flags) argument
/seL4-refos-master/libs/libmuslc/src/time/
H A Dclock_nanosleep.c6 int clock_nanosleep(clockid_t clk, int flags, const struct timespec *req, struct timespec *rem) argument
H A Dtimer_settime.c5 int timer_settime(timer_t t, int flags, const struct itimerspec *restrict val, struct itimerspec *restrict old) argument

Completed in 71 milliseconds

1234567