Home
last modified time | relevance | path

Searched refs:INLINE_SYSCALL_CALL (Results 1 – 25 of 112) sorted by relevance

12345

/sysdeps/unix/sysv/linux/
A Darch-fork.h43 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 Dlxstat64.c40 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 Dxstat64.c40 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 Drename.c29 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 Dmlock2.c26 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 Dfxstat64.c40 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 Dfxstat.c42 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 Dxstat.c42 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 Dlxstat.c42 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 Dfxstatat64.c41 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 Dshmdt.c29 return INLINE_SYSCALL_CALL (shmdt, shmaddr); in shmdt()
31 return INLINE_SYSCALL_CALL (ipc, IPCOP_shmdt, 0, 0, 0, shmaddr); in shmdt()
A Dsemtimedop.c28 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 Dmsgget.c29 return INLINE_SYSCALL_CALL (msgget, key, msgflg); in msgget()
31 return INLINE_SYSCALL_CALL (ipc, IPCOP_msgget, key, msgflg, 0, NULL); in msgget()
A Dsemget.c30 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 Daccess.c27 return INLINE_SYSCALL_CALL (access, file, type); in __access()
29 return INLINE_SYSCALL_CALL (faccessat, AT_FDCWD, file, type); in __access()
A Dtruncate.c28 return INLINE_SYSCALL_CALL (truncate64, path, in __truncate()
31 return INLINE_SYSCALL_CALL (truncate, path, length); in __truncate()
A Dftruncate.c28 return INLINE_SYSCALL_CALL (ftruncate64, fd, in __ftruncate()
31 return INLINE_SYSCALL_CALL (ftruncate, fd, length); in __ftruncate()
A Dshmget.c30 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 Drenameat.c28 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 Dtimerfd_gettime.c33 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 Dstatfs64.c32 return INLINE_SYSCALL_CALL (statfs64, file, sizeof (*buf), buf); in __statfs64()
34 return INLINE_SYSCALL_CALL (statfs, file, buf); in __statfs64()
A Dfstatfs64.c32 return INLINE_SYSCALL_CALL (fstatfs64, fd, sizeof (*buf), buf); in __fstatfs64()
34 return INLINE_SYSCALL_CALL (fstatfs, fd, buf); in __fstatfs64()
A Drenameat2.c28 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 Dfxstatat.c40 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 Dgetrusage.c29 return INLINE_SYSCALL_CALL (getrusage, who, usage); in __getrusage64()
32 if (INLINE_SYSCALL_CALL (getrusage, who, &usage32) == -1) in __getrusage64()

Completed in 13 milliseconds

12345