Home
last modified time | relevance | path

Searched refs:compat_30_fhandle (Results 1 – 15 of 15) sorted by relevance

/netbsd/sys/compat/sys/
H A Dmount.h172 struct compat_30_fhandle { struct
185 struct compat_30_fhandle; argument
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 *)
/netbsd/lib/libc/compat/include/
H A Dfstypes.h43 struct compat_30_fhandle { struct
48 #define FHANDLE30_SIZE sizeof(struct compat_30_fhandle) /* 28 */ argument
/netbsd/lib/libc/compat/sys/
H A Dcompat_fhopen.c49 int fhopen(const struct compat_30_fhandle *, int);
55 fhopen(const struct compat_30_fhandle *fhp, int flags) in fhopen()
H A Dcompat_fhstatvfs.c48 int fhstatvfs(const struct compat_30_fhandle *fhp, struct statvfs90 *buf);
54 fhstatvfs(const struct compat_30_fhandle *fhp, struct statvfs90 *buf) in fhstatvfs()
H A Dcompat_fhstatvfs1.c48 int fhstatvfs1(const struct compat_30_fhandle *fhp, struct statvfs90 *buf,
55 fhstatvfs1(const struct compat_30_fhandle *fhp, struct statvfs90 *buf, in fhstatvfs1()
H A Dcompat_getfh.c51 int getfh(const char *path, struct compat_30_fhandle *fhp);
57 getfh(const char *path, struct compat_30_fhandle *fhp) in getfh()
H A Dcompat___fhstat30.c54 __compat___fhstat30(const struct compat_30_fhandle *fhp, struct stat30 *sb) in __strong_alias()
H A Dcompat_statfs.c91 __compat_fhstatfs(const struct compat_30_fhandle *fh, struct statfs12 *ost) in __compat_fhstatfs()
H A Dcompat___stat13.c135 __compat_fhstat(const struct compat_30_fhandle *fh, struct stat13 *ost) in __compat_fhstat()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_compat_30.c177 struct compat_30_fhandle fh; in compat_30_netbsd32_fhstat()
259 NETBSD32TOP_UAP(fhp, struct compat_30_fhandle); in compat_30_netbsd32_getfh()
300 NETBSD32TOP_UAP(fhp, struct compat_30_fhandle); in compat_30_netbsd32_fhopen()
H A Dnetbsd32_compat_20.c218 NETBSD32TOP_UAP(fhp, const struct compat_30_fhandle); in compat_20_netbsd32_fhstatfs()
/netbsd/sys/compat/common/
H A Dvfs_syscalls_30.c345 struct compat_30_fhandle fh; in compat_30_sys_getfh()
370 sz = sizeof(struct compat_30_fhandle); in compat_30_sys_getfh()
373 CTASSERT(FHANDLE_SIZE_COMPAT == sizeof(struct compat_30_fhandle)); in compat_30_sys_getfh()
H A Dvfs_syscalls_20.c167 struct compat_30_fhandle fh; in compat_20_sys_fhstatfs()
/netbsd/sys/sys/
H A Dsyscallargs.h985 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;
/netbsd/sys/compat/aoutm68k/
H A Daoutm68k_syscallargs.h633 syscallarg(const struct compat_30_fhandle *) fhp;