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

  /src/lib/libc/compat/sys/
compat_stat.c 59 static void cvtstat(const struct stat *, struct stat12 *);
66 cvtstat(const struct stat *st, struct stat12 *ost)
93 __compat_stat(const char *file, struct stat12 *ost)
105 __compat_fstat(int f, struct stat12 *ost)
117 __compat_lstat(const char *file, struct stat12 *ost)
  /src/lib/libc/compat/gen/
compat_glob.c 16 #define __gl_stat_t struct stat12
compat_fts.c 17 #define __fts_stat_t struct stat12
  /src/sys/compat/sys/
stat.h 64 struct stat12 { /* NetBSD-1.2 stat struct */ struct
178 void compat_12_stat_conv(const struct stat *st, struct stat12 *ost);
184 int __compat_stat(const char *, struct stat12 *) __dso_hidden;
185 int __compat_fstat(int, struct stat12 *) __dso_hidden;
195 int __compat_lstat(const char *, struct stat12 *) __dso_hidden;
  /src/sys/compat/netbsd32/
netbsd32_compat_12.c 57 static void netbsd32_stat12_to_netbsd32(struct stat12 *,
62 netbsd32_stat12_to_netbsd32(struct stat12 *sp12, struct netbsd32_stat12 *sp32)
138 struct stat12 sb12;
160 struct stat12 sb12;
182 struct stat12 sb12;
  /src/sys/compat/common/
vfs_syscalls_12.c 82 compat_12_stat_conv(const struct stat *st, struct stat12 *ost)
273 syscallarg(struct stat12 *) ub;
276 struct stat12 osb;
298 syscallarg(struct stat12 *) ub;
301 struct stat12 osb;
322 syscallarg(struct stat12 *) sb;
325 struct stat12 oub;
  /src/sys/sys/
syscallargs.h 1206 syscallarg(struct stat12 *) ub;
1214 syscallarg(struct stat12 *) sb;
1222 syscallarg(struct stat12 *) ub;

Completed in 47 milliseconds