Home
last modified time | relevance | path

Searched refs:INLINE_SYSCALL (Results 1 – 25 of 52) sorted by relevance

123

/sysdeps/unix/sysv/linux/
A Dlocal-setxid.h6 # define local_seteuid(id) INLINE_SYSCALL (setresuid32, 3, -1, id, -1)
8 # define local_seteuid(id) INLINE_SYSCALL (setresuid, 3, -1, id, -1)
13 # define local_setegid(id) INLINE_SYSCALL (setresgid32, 3, -1, id, -1)
15 # define local_setegid(id) INLINE_SYSCALL (setresgid, 3, -1, id, -1)
A Dsocketcall.h53 INLINE_SYSCALL (socketcall, 2, name, \
56 INLINE_SYSCALL (socketcall, 2, name, \
59 INLINE_SYSCALL (socketcall, 2, name, \
62 INLINE_SYSCALL (socketcall, 2, name, \
66 INLINE_SYSCALL (socketcall, 2, name, \
70 INLINE_SYSCALL (socketcall, 2, name, \
A D_exit.c30 INLINE_SYSCALL (exit_group, 1, status); in _exit()
31 INLINE_SYSCALL (exit, 1, status); in _exit()
A Dreboot.c28 return INLINE_SYSCALL (reboot, 3, (int) 0xfee1dead, 672274793, howto); in reboot()
A Dsignalfd.c27 return INLINE_SYSCALL (signalfd4, 4, fd, mask, __NSIG_BYTES, flags); in signalfd()
A Ddl-openat64.c29 return INLINE_SYSCALL (openat, 3, dfd, file, oflag | O_LARGEFILE); in openat64()
A Dsysdep.h41 #undef INLINE_SYSCALL
42 #define INLINE_SYSCALL(name, nr, args...) \ macro
A Dlisten.c30 return INLINE_SYSCALL (listen, 2, fd, backlog); in listen()
A Dshutdown.c30 return INLINE_SYSCALL (shutdown, 2, fd, how); in __shutdown()
A Dsocket.c30 return INLINE_SYSCALL (socket, 3, fd, type, domain); in __socket()
/sysdeps/unix/
A Dsysdep.h81 INLINE_SYSCALL (name, 0)
83 INLINE_SYSCALL (name, 1, a1)
85 INLINE_SYSCALL (name, 2, a1, a2)
87 INLINE_SYSCALL (name, 3, a1, a2, a3)
89 INLINE_SYSCALL (name, 4, a1, a2, a3, a4)
91 INLINE_SYSCALL (name, 5, a1, a2, a3, a4, a5)
93 INLINE_SYSCALL (name, 6, a1, a2, a3, a4, a5, a6)
95 INLINE_SYSCALL (name, 7, a1, a2, a3, a4, a5, a6, a7)
173 #ifndef INLINE_SYSCALL
174 #define INLINE_SYSCALL(name, nr, args...) __syscall_##name (args) macro
A Dsetxid.h4 INLINE_SYSCALL (name, nr, args)
/sysdeps/unix/sysv/linux/generic/
A Dinotify_init.c26 return INLINE_SYSCALL (inotify_init1, 1, 0); in libc_hidden_proto()
A Dunlink.c26 return INLINE_SYSCALL (unlinkat, 3, AT_FDCWD, name, 0); in __unlink()
A Drmdir.c26 return INLINE_SYSCALL (unlinkat, 3, AT_FDCWD, path, AT_REMOVEDIR); in __rmdir()
A Dsymlink.c26 return INLINE_SYSCALL (symlinkat, 3, from, AT_FDCWD, to); in __symlink()
A Depoll_create.c32 return INLINE_SYSCALL (epoll_create1, 1, 0); in libc_hidden_proto()
A Dlink.c26 return INLINE_SYSCALL (linkat, 5, AT_FDCWD, from, AT_FDCWD, to, 0); in __link()
A Dchmod.c26 return INLINE_SYSCALL (fchmodat, 3, AT_FDCWD, file, mode); in __chmod()
A Dmkdir.c30 return INLINE_SYSCALL (mkdirat, 3, AT_FDCWD, path, mode); in __mkdir()
A Dreadlink.c28 return INLINE_SYSCALL (readlinkat, 4, AT_FDCWD, path, buf, len); in __readlink()
A Dlchown.c26 return INLINE_SYSCALL (fchownat, 5, AT_FDCWD, file, owner, group, in __lchown()
A Dchown.c26 return INLINE_SYSCALL (fchownat, 5, AT_FDCWD, file, owner, group, 0); in __chown()
A Ddup2.c32 return INLINE_SYSCALL (dup3, 3, fd, fd2, 0); in __dup2()
/sysdeps/unix/sysv/linux/nios2/
A Dcacheflush.c27 return INLINE_SYSCALL (cacheflush, 3, addr, nbytes, op); in _flush_cache()

Completed in 14 milliseconds

123