Searched refs:getfh (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/compat/sys/
H A Dcompat_getfh.c46 __warn_references(getfh,
47 "warning: reference to compatibility getfh(); include <sys/mount.h> to generate correct reference")
51 int getfh(const char *path, struct compat_30_fhandle *fhp);
54 * Convert old getfh() call to new calling convention
57 getfh(const char *path, struct compat_30_fhandle *fhp) function
/netbsd-6-1-5-RELEASE/tests/fs/tmpfs/
H A Dh_tools.c88 error = getfh(argv[1], fh, &fh_size);
95 warn("getfh");
285 if (strcmp(argv[0], "getfh") == 0)
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dmount.h475 int getfh(const char *, void *, size_t *)
/netbsd-6-1-5-RELEASE/lib/libpuffs/
H A Dnull.c205 * getfh() returns the fhandle type, when we are expected to deliver
276 if (getfh(PNPATH(pn), bounce, fidsize) == -1)
/netbsd-6-1-5-RELEASE/lib/libc/sys/
H A DMakefile.inc217 getfh.2 getvfsstat.2 getgid.2 getgroups.2 \
/netbsd-6-1-5-RELEASE/usr.sbin/mountd/
H A Dmountd.c580 if (getfh(rdirpath, &fhr.fhr_fh, &fh_size) < 0) {

Completed in 259 milliseconds