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

  /src/lib/libc/compat/include/
fstypes.h 43 struct compat_30_fhandle { struct
48 #define FHANDLE30_SIZE sizeof(struct compat_30_fhandle) /* 28 */
  /src/lib/libc/compat/sys/
compat_fhopen.c 53 fhopen(const struct compat_30_fhandle *fhp, int flags)
compat___fhstat30.c 54 __compat___fhstat30(const struct compat_30_fhandle *fhp, struct stat30 *sb)
compat_fhstatvfs.c 52 fhstatvfs(const struct compat_30_fhandle *fhp, struct statvfs90 *buf)
compat_fhstatvfs1.c 52 fhstatvfs1(const struct compat_30_fhandle *fhp, struct statvfs90 *buf,
compat_getfh.c 55 getfh(const char *path, struct compat_30_fhandle *fhp)
compat_statfs.c 91 __compat_fhstatfs(const struct compat_30_fhandle *fh, struct statfs12 *ost)
compat___stat13.c 135 __compat_fhstat(const struct compat_30_fhandle *fh, struct stat13 *ost)
  /src/sys/compat/sys/
mount.h 172 struct compat_30_fhandle { struct
185 struct compat_30_fhandle;
186 int __compat_fhstatfs(const struct compat_30_fhandle *, struct statfs12 *)
189 int __compat_fhstat(const struct compat_30_fhandle *, struct stat13 *)
192 int __compat___fhstat30(const struct compat_30_fhandle *, struct stat30 *)
198 int fhopen(const struct compat_30_fhandle *, int);
200 int getfh(const char *path, struct compat_30_fhandle *fhp);
statvfs.h 158 struct compat_30_fhandle;
159 int fhstatvfs(const struct compat_30_fhandle *, struct statvfs90 *);
160 int fhstatvfs1(const struct compat_30_fhandle *, struct statvfs90 *, int);
  /src/sys/compat/netbsd32/
netbsd32_compat_30.c 177 struct compat_30_fhandle fh;
259 NETBSD32TOP_UAP(fhp, struct compat_30_fhandle);
300 NETBSD32TOP_UAP(fhp, struct compat_30_fhandle);
netbsd32_compat_20.c 218 NETBSD32TOP_UAP(fhp, const struct compat_30_fhandle);
  /src/sys/compat/common/
vfs_syscalls_30.c 159 syscallarg(const struct compat_30_fhandle *) fhp;
342 syscallarg(struct compat_30_fhandle *) fhp;
345 struct compat_30_fhandle fh;
370 sz = sizeof(struct compat_30_fhandle);
373 CTASSERT(FHANDLE_SIZE_COMPAT == sizeof(struct compat_30_fhandle));
vfs_syscalls_20.c 163 syscallarg(const struct compat_30_fhandle *) fhp;
167 struct compat_30_fhandle fh;
  /src/sys/sys/
syscallargs.h 985 syscallarg(struct compat_30_fhandle *) fhp;
1952 syscallarg(const struct compat_30_fhandle *) fhp;
1960 syscallarg(const struct compat_30_fhandle *) fhp;
1968 syscallarg(const struct compat_30_fhandle *) fhp;
2295 syscallarg(const struct compat_30_fhandle *) fhp;
2545 syscallarg(const struct compat_30_fhandle *) fhp;
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 633 syscallarg(const struct compat_30_fhandle *) fhp;

Completed in 22 milliseconds