Home
last modified time | relevance | path

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

123

/glibc-2.36/sysdeps/unix/
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
Dsetxid.h4 INLINE_SYSCALL (name, nr, args)
/glibc-2.36/sysdeps/unix/sysv/linux/
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, \
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)
D_exit.c30 INLINE_SYSCALL (exit_group, 1, status); in _exit()
31 INLINE_SYSCALL (exit, 1, status); in _exit()
Dsysdep.h41 #undef INLINE_SYSCALL
42 #define INLINE_SYSCALL(name, nr, args...) \ macro
Dmq_notify.c210 return INLINE_SYSCALL (mq_notify, 2, mqdes, notification); in __mq_notify()
259 int retval = INLINE_SYSCALL (mq_notify, 2, mqdes, &se); in __mq_notify()
Dreboot.c28 return INLINE_SYSCALL (reboot, 3, (int) 0xfee1dead, 672274793, howto); in reboot()
Dsignalfd.c27 return INLINE_SYSCALL (signalfd4, 4, fd, mask, __NSIG_BYTES, flags); in signalfd()
Ddl-openat64.c29 return INLINE_SYSCALL (openat, 3, dfd, file, oflag | O_LARGEFILE); in openat64()
Dshutdown.c30 return INLINE_SYSCALL (shutdown, 2, fd, how); in __shutdown()
Dlisten.c30 return INLINE_SYSCALL (listen, 2, fd, backlog); in listen()
/glibc-2.36/sysdeps/unix/sysv/linux/generic/
Dinotify_init.c26 return INLINE_SYSCALL (inotify_init1, 1, 0); in libc_hidden_proto()
Dunlink.c26 return INLINE_SYSCALL (unlinkat, 3, AT_FDCWD, name, 0); in __unlink()
Drmdir.c26 return INLINE_SYSCALL (unlinkat, 3, AT_FDCWD, path, AT_REMOVEDIR); in __rmdir()
Dsymlink.c26 return INLINE_SYSCALL (symlinkat, 3, from, AT_FDCWD, to); in __symlink()
Depoll_create.c32 return INLINE_SYSCALL (epoll_create1, 1, 0); in libc_hidden_proto()
Dlink.c26 return INLINE_SYSCALL (linkat, 5, AT_FDCWD, from, AT_FDCWD, to, 0); in __link()
Dchmod.c26 return INLINE_SYSCALL (fchmodat, 3, AT_FDCWD, file, mode); in __chmod()
Dmkdir.c30 return INLINE_SYSCALL (mkdirat, 3, AT_FDCWD, path, mode); in __mkdir()
Dreadlink.c28 return INLINE_SYSCALL (readlinkat, 4, AT_FDCWD, path, buf, len); in __readlink()
Dlchown.c26 return INLINE_SYSCALL (fchownat, 5, AT_FDCWD, file, owner, group, in __lchown()
Dchown.c26 return INLINE_SYSCALL (fchownat, 5, AT_FDCWD, file, owner, group, 0); in __chown()
Ddup2.c32 return INLINE_SYSCALL (dup3, 3, fd, fd2, 0); in __dup2()
/glibc-2.36/sysdeps/unix/sysv/linux/nios2/
Dcacheflush.c27 return INLINE_SYSCALL (cacheflush, 3, addr, nbytes, op); in _flush_cache()

123