Symbol: stat13
lib/libc/compat/gen/compat___fts13.c
29
#define __fts_stat_t struct stat13
lib/libc/compat/sys/compat___stat13.c
107
__compat___fstat13(int f, struct stat13 *ost)
lib/libc/compat/sys/compat___stat13.c
119
__compat___lstat13(const char *file, struct stat13 *ost)
lib/libc/compat/sys/compat___stat13.c
131
__compat_fhstat(const struct compat_30_fhandle *fh, struct stat13 *ost)
lib/libc/compat/sys/compat___stat13.c
66
static void cvtstat(struct stat13 *, const struct stat *);
lib/libc/compat/sys/compat___stat13.c
69
cvtstat(struct stat13 *ost, const struct stat *st)
lib/libc/compat/sys/compat___stat13.c
95
__compat___stat13(const char *file, struct stat13 *ost)
sys/compat/common/vfs_syscalls_30.c
119
struct stat13 osb;
sys/compat/common/vfs_syscalls_30.c
143
struct stat13 osb;
sys/compat/common/vfs_syscalls_30.c
163
struct stat13 osb;
sys/compat/common/vfs_syscalls_30.c
186
struct stat13 osb;
sys/compat/common/vfs_syscalls_30.c
411
struct stat13 osb;
sys/compat/common/vfs_syscalls_30.c
83
cvtstat(struct stat13 *ost, const struct stat *st)
sys/compat/sys/mount.h
188
struct stat13;
sys/compat/sys/mount.h
189
int __compat_fhstat(const struct compat_30_fhandle *, struct stat13 *)
sys/compat/sys/stat.h
187
int __compat___stat13(const char *, struct stat13 *) __dso_hidden;
sys/compat/sys/stat.h
188
int __compat___fstat13(int, struct stat13 *) __dso_hidden;
sys/compat/sys/stat.h
196
int __compat___lstat13(const char *, struct stat13 *) __dso_hidden;
sys/sys/syscallargs.h
1811
syscallarg(struct stat13 *) ub;
sys/sys/syscallargs.h
1819
syscallarg(struct stat13 *) sb;
sys/sys/syscallargs.h
1827
syscallarg(struct stat13 *) ub;
sys/sys/syscallargs.h
1961
syscallarg(struct stat13 *) sb;