Searched refs:SYS_fstatat (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/stat/
H A Dfstatat.c7 return syscall(SYS_fstatat, fd, path, buf, flag);
H A Dlstat.c11 return syscall(SYS_fstatat, AT_FDCWD, path, buf, AT_SYMLINK_NOFOLLOW);
H A Dstat.c11 return syscall(SYS_fstatat, AT_FDCWD, path, buf, 0);
H A Dfstat.c20 return syscall(SYS_fstatat, AT_FDCWD, buf, st, 0);
H A Dfchmodat.c19 if ((ret = __syscall(SYS_fstatat, fd, path, &st, flag)))
31 ret = __syscall(SYS_fstatat, AT_FDCWD, proc, &st, 0);
/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dtmpnam.c23 r = __syscall(SYS_fstatat, AT_FDCWD, s,
H A Dtempnam.c43 r = __syscall(SYS_fstatat, AT_FDCWD, s,
/seL4-refos-master/libs/libmuslc/arch/mips/
H A Dsyscall_arch.h104 if (n == SYS_fstatat) __stat_fix(c);
141 if (n == SYS_fstatat) __stat_fix(c);
152 if (n == SYS_fstatat) __stat_fix(c);
161 if (n == SYS_fstatat) __stat_fix(c);
/seL4-refos-master/libs/libmuslc/arch/mipsn32/
H A Dsyscall_arch.h102 if (n == SYS_fstatat) __stat_fix(c);
139 if (n == SYS_fstatat) __stat_fix(c);
150 if (n == SYS_fstatat) __stat_fix(c);
159 if (n == SYS_fstatat) __stat_fix(c);
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dsyscall.h169 #undef SYS_fstatat macro
170 #define SYS_fstatat SYS_newfstatat macro
172 #undef SYS_fstatat macro
173 #define SYS_fstatat SYS_fstatat64 macro

Completed in 97 milliseconds