HomeSort by: relevance | last modified time | path
    Searched refs:stat30 (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libc/compat/sys/
compat___stat30.c 71 static void cvtstat(struct stat30 *, const struct stat *);
74 cvtstat(struct stat30 *ost, const struct stat *st)
96 __compat___stat30(const char *file, struct stat30 *ost)
108 __compat___fstat30(int f, struct stat30 *ost)
120 __compat___lstat30(const char *file, struct stat30 *ost)
132 __compat___fhstat40(const void *fh, size_t fh_size, struct stat30 *ost)
compat___fhstat30.c 54 __compat___fhstat30(const struct compat_30_fhandle *fhp, struct stat30 *sb)
  /src/lib/libc/compat/gen/
compat___fts31.c 29 #define __fts_stat_t struct stat30
compat___fts32.c 24 #define __fts_stat_t struct stat30
compat___fts30.c 29 #define __fts_stat_t struct stat30
  /src/sys/compat/sys/
stat.h 140 struct stat30 { struct
189 int __compat___stat30(const char *, struct stat30 *) __dso_hidden;
190 int __compat___fstat30(int, struct stat30 *) __dso_hidden;
197 int __compat___lstat30(const char *, struct stat30 *) __dso_hidden;
mount.h 191 struct stat30;
192 int __compat___fhstat30(const struct compat_30_fhandle *, struct stat30 *)
194 int __compat___fhstat40(const void *, size_t, struct stat30 *) __dso_hidden;
  /src/sys/compat/common/
vfs_syscalls_50.c 90 cvtstat(struct stat30 *ost, const struct stat *st)
123 syscallarg(struct stat30 *) ub;
126 struct stat30 osb;
146 syscallarg(struct stat30 *) ub;
149 struct stat30 osb;
168 syscallarg(struct stat30 *) sb;
171 struct stat30 osb;
188 syscallarg(struct stat30 *) sb;
191 struct stat30 osb;
  /src/sys/sys/
syscallargs.h 2520 syscallarg(struct stat30 *) ub;
2526 syscallarg(struct stat30 *) sb;
2532 syscallarg(struct stat30 *) ub;
2546 syscallarg(struct stat30 *) sb;
2592 syscallarg(struct stat30 *) sb;
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 4430 SPARG(&callarg, ub) = (struct stat30 *)ub;
4462 SPARG(&callarg, sb) = (struct stat30 *)sb;
4494 SPARG(&callarg, ub) = (struct stat30 *)ub;
4651 SPARG(&callarg, sb) = (struct stat30 *)sb;

Completed in 20 milliseconds