/sysdeps/unix/sysv/linux/ |
A D | arch-fork.h | 43 ret = INLINE_SYSCALL_CALL (clone, flags, 0, NULL, 0, ctid); in arch_fork() 46 ret = INLINE_SYSCALL_CALL (clone, 0, flags, NULL, ctid, 0); in arch_fork() 48 ret = INLINE_SYSCALL_CALL (clone, flags, 0, 0, NULL, ctid, 0); in arch_fork() 50 ret = INLINE_SYSCALL_CALL (clone2, flags, 0, 0, NULL, ctid, 0); in arch_fork() 52 ret = INLINE_SYSCALL_CALL (clone, flags, 0, NULL, ctid, 0); in arch_fork()
|
A D | lxstat64.c | 40 return INLINE_SYSCALL_CALL (lstat, name, buf); in ___lxstat64() 44 int r = INLINE_SYSCALL_CALL (lstat64, name, &st64); in ___lxstat64() 50 return INLINE_SYSCALL_CALL (lstat, name, buf); in ___lxstat64() 54 return INLINE_SYSCALL_CALL (newfstatat, AT_FDCWD, name, buf, in ___lxstat64() 61 int r = INLINE_SYSCALL_CALL (statx, AT_FDCWD, name, in ___lxstat64() 74 return INLINE_SYSCALL_CALL (fstatat64, AT_FDCWD, name, buf, in ___lxstat64() 79 return INLINE_SYSCALL_CALL (lstat64, name, buf); in ___lxstat64()
|
A D | xstat64.c | 40 return INLINE_SYSCALL_CALL (stat, name, buf); in ___xstat64() 44 int r = INLINE_SYSCALL_CALL (stat64, name, &st64); in ___xstat64() 50 return INLINE_SYSCALL_CALL (stat, name, buf); in ___xstat64() 54 return INLINE_SYSCALL_CALL (newfstatat, AT_FDCWD, name, buf, 0); in ___xstat64() 60 int r = INLINE_SYSCALL_CALL (statx, AT_FDCWD, name, AT_NO_AUTOMOUNT, in ___xstat64() 72 return INLINE_SYSCALL_CALL (fstatat64, AT_FDCWD, name, buf, 0); in ___xstat64() 76 return INLINE_SYSCALL_CALL (stat64, name, buf); in ___xstat64()
|
A D | rename.c | 29 return INLINE_SYSCALL_CALL (rename, old, new); in rename() 31 return INLINE_SYSCALL_CALL (renameat, AT_FDCWD, old, AT_FDCWD, new); in rename() 33 return INLINE_SYSCALL_CALL (renameat2, AT_FDCWD, old, AT_FDCWD, new, 0); in rename()
|
A D | mlock2.c | 26 return INLINE_SYSCALL_CALL (mlock2, addr, length, flags); in mlock2() 29 return INLINE_SYSCALL_CALL (mlock, addr, length); in mlock2() 30 int ret = INLINE_SYSCALL_CALL (mlock2, addr, length, flags); in mlock2()
|
A D | fxstat64.c | 40 return INLINE_SYSCALL_CALL (fstat, fd, buf); in ___fxstat64() 44 int r = INLINE_SYSCALL_CALL (fstat64, fd, &st64); in ___fxstat64() 51 return INLINE_SYSCALL_CALL (fstat, fd, buf); in ___fxstat64() 56 int r = INLINE_SYSCALL_CALL (statx, fd, "", AT_EMPTY_PATH, in ___fxstat64() 65 return INLINE_SYSCALL_CALL (fstat64, fd, buf); in ___fxstat64()
|
A D | fxstat.c | 42 int r = INLINE_SYSCALL_CALL (fstat64, fd, buf); in __fxstat() 47 return INLINE_SYSCALL_CALL (fstat, fd, buf); in __fxstat() 57 int r = INLINE_SYSCALL_CALL (fstat64, fd, &buf64); in __fxstat()
|
A D | xstat.c | 42 int r = INLINE_SYSCALL_CALL (fstatat64, AT_FDCWD, name, buf, 0); in __xstat() 47 return INLINE_SYSCALL_CALL (stat, name, buf); in __xstat() 57 int r = INLINE_SYSCALL_CALL (stat64, name, &buf64); in __xstat()
|
A D | lxstat.c | 42 int r = INLINE_SYSCALL_CALL (fstatat64, AT_FDCWD, name, buf, in __lxstat() 48 return INLINE_SYSCALL_CALL (lstat, name, buf); in __lxstat() 58 int r = INLINE_SYSCALL_CALL (lstat64, name, &buf64); in __lxstat()
|
A D | fxstatat64.c | 41 return INLINE_SYSCALL_CALL (newfstatat, fd, file, st, flag); in __fxstatat64() 45 int r = INLINE_SYSCALL_CALL (fstatat64, fd, file, &st64, flag); in __fxstatat64() 52 int r = INLINE_SYSCALL_CALL (statx, fd, file, AT_NO_AUTOMOUNT | flag, in __fxstatat64() 63 return INLINE_SYSCALL_CALL (fstatat64, fd, file, st, flag); in __fxstatat64()
|
A D | shmdt.c | 29 return INLINE_SYSCALL_CALL (shmdt, shmaddr); in shmdt() 31 return INLINE_SYSCALL_CALL (ipc, IPCOP_shmdt, 0, 0, 0, shmaddr); in shmdt()
|
A D | semtimedop.c | 28 return INLINE_SYSCALL_CALL (semtimedop_time64, semid, sops, nsops, timeout); in semtimedop_syscall() 30 return INLINE_SYSCALL_CALL (semtimedop, semid, sops, nsops, timeout); in semtimedop_syscall() 32 return INLINE_SYSCALL_CALL (ipc, IPCOP_semtimedop, semid, in semtimedop_syscall() 62 return INLINE_SYSCALL_CALL (semtimedop, semid, sops, nsops, pts32); in __semtimedop64() 64 return INLINE_SYSCALL_CALL (ipc, IPCOP_semtimedop, semid, in __semtimedop64()
|
A D | msgget.c | 29 return INLINE_SYSCALL_CALL (msgget, key, msgflg); in msgget() 31 return INLINE_SYSCALL_CALL (ipc, IPCOP_msgget, key, msgflg, 0, NULL); in msgget()
|
A D | semget.c | 30 return INLINE_SYSCALL_CALL (semget, key, nsems, semflg); in semget() 32 return INLINE_SYSCALL_CALL (ipc, IPCOP_semget, key, nsems, semflg, NULL); in semget()
|
A D | access.c | 27 return INLINE_SYSCALL_CALL (access, file, type); in __access() 29 return INLINE_SYSCALL_CALL (faccessat, AT_FDCWD, file, type); in __access()
|
A D | truncate.c | 28 return INLINE_SYSCALL_CALL (truncate64, path, in __truncate() 31 return INLINE_SYSCALL_CALL (truncate, path, length); in __truncate()
|
A D | ftruncate.c | 28 return INLINE_SYSCALL_CALL (ftruncate64, fd, in __ftruncate() 31 return INLINE_SYSCALL_CALL (ftruncate, fd, length); in __ftruncate()
|
A D | shmget.c | 30 return INLINE_SYSCALL_CALL (shmget, key, size, shmflg, NULL); in shmget() 32 return INLINE_SYSCALL_CALL (ipc, IPCOP_shmget, key, size, shmflg, NULL); in shmget()
|
A D | renameat.c | 28 return INLINE_SYSCALL_CALL (renameat, oldfd, old, newfd, new); in __renameat() 30 return INLINE_SYSCALL_CALL (renameat2, oldfd, old, newfd, new, 0); in __renameat()
|
A D | timerfd_gettime.c | 33 return INLINE_SYSCALL_CALL (timerfd_gettime64, fd, value); in __timerfd_gettime64() 35 int ret = INLINE_SYSCALL_CALL (timerfd_gettime64, fd, value); in __timerfd_gettime64() 39 int retval = INLINE_SYSCALL_CALL (timerfd_gettime, fd, &its32); in __timerfd_gettime64()
|
A D | statfs64.c | 32 return INLINE_SYSCALL_CALL (statfs64, file, sizeof (*buf), buf); in __statfs64() 34 return INLINE_SYSCALL_CALL (statfs, file, buf); in __statfs64()
|
A D | fstatfs64.c | 32 return INLINE_SYSCALL_CALL (fstatfs64, fd, sizeof (*buf), buf); in __fstatfs64() 34 return INLINE_SYSCALL_CALL (fstatfs, fd, buf); in __fstatfs64()
|
A D | renameat2.c | 28 return INLINE_SYSCALL_CALL (renameat2, oldfd, old, newfd, new, flags); in __renameat2() 34 int ret = INLINE_SYSCALL_CALL (renameat2, oldfd, old, newfd, new, flags); in __renameat2()
|
A D | fxstatat.c | 40 int r = INLINE_SYSCALL_CALL (fstatat64, fd, file, st, flag); in __fxstatat() 48 int r = INLINE_SYSCALL_CALL (fstatat64, fd, file, &st64, flag); in __fxstatat()
|
A D | getrusage.c | 29 return INLINE_SYSCALL_CALL (getrusage, who, usage); in __getrusage64() 32 if (INLINE_SYSCALL_CALL (getrusage, who, &usage32) == -1) in __getrusage64()
|