Symbol: stat30
lib/libc/compat/gen/compat___fts30.c
29
#define __fts_stat_t struct stat30
lib/libc/compat/gen/compat___fts31.c
29
#define __fts_stat_t struct stat30
lib/libc/compat/gen/compat___fts32.c
24
#define __fts_stat_t struct stat30
lib/libc/compat/sys/compat___fhstat30.c
54
__compat___fhstat30(const struct compat_30_fhandle *fhp, struct stat30 *sb)
lib/libc/compat/sys/compat___stat30.c
104
__compat___fstat30(int f, struct stat30 *ost)
lib/libc/compat/sys/compat___stat30.c
116
__compat___lstat30(const char *file, struct stat30 *ost)
lib/libc/compat/sys/compat___stat30.c
128
__compat___fhstat40(const void *fh, size_t fh_size, struct stat30 *ost)
lib/libc/compat/sys/compat___stat30.c
67
static void cvtstat(struct stat30 *, const struct stat *);
lib/libc/compat/sys/compat___stat30.c
70
cvtstat(struct stat30 *ost, const struct stat *st)
lib/libc/compat/sys/compat___stat30.c
92
__compat___stat30(const char *file, struct stat30 *ost)
sys/compat/common/vfs_syscalls_50.c
126
struct stat30 osb;
sys/compat/common/vfs_syscalls_50.c
149
struct stat30 osb;
sys/compat/common/vfs_syscalls_50.c
171
struct stat30 osb;
sys/compat/common/vfs_syscalls_50.c
191
struct stat30 osb;
sys/compat/common/vfs_syscalls_50.c
90
cvtstat(struct stat30 *ost, const struct stat *st)
sys/compat/sys/mount.h
191
struct stat30;
sys/compat/sys/mount.h
192
int __compat___fhstat30(const struct compat_30_fhandle *, struct stat30 *)
sys/compat/sys/mount.h
194
int __compat___fhstat40(const void *, size_t, struct stat30 *) __dso_hidden;
sys/compat/sys/stat.h
189
int __compat___stat30(const char *, struct stat30 *) __dso_hidden;
sys/compat/sys/stat.h
190
int __compat___fstat30(int, struct stat30 *) __dso_hidden;
sys/compat/sys/stat.h
197
int __compat___lstat30(const char *, struct stat30 *) __dso_hidden;
sys/rump/librump/rumpkern/rump_syscalls.c
4432
SPARG(&callarg, ub) = (struct stat30 *)ub;
sys/rump/librump/rumpkern/rump_syscalls.c
4464
SPARG(&callarg, sb) = (struct stat30 *)sb;
sys/rump/librump/rumpkern/rump_syscalls.c
4496
SPARG(&callarg, ub) = (struct stat30 *)ub;
sys/rump/librump/rumpkern/rump_syscalls.c
4653
SPARG(&callarg, sb) = (struct stat30 *)sb;
sys/sys/syscallargs.h
2520
syscallarg(struct stat30 *) ub;
sys/sys/syscallargs.h
2526
syscallarg(struct stat30 *) sb;
sys/sys/syscallargs.h
2532
syscallarg(struct stat30 *) ub;
sys/sys/syscallargs.h
2546
syscallarg(struct stat30 *) sb;
sys/sys/syscallargs.h
2592
syscallarg(struct stat30 *) sb;