HomeSort by: relevance | last modified time | path
    Searched defs:getfh (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/compat/sys/
compat_getfh.c 47 __warn_references(getfh,
48 "warning: reference to compatibility getfh(); include <sys/mount.h> to generate correct reference")
52 * Convert old getfh() call to new calling convention
55 getfh(const char *path, struct compat_30_fhandle *fhp) function
  /src/sys/lib/libsa/
nfs.c 133 #define getfh(d, s) fhcopy((d)->version, (d)->fh, (s)) macro
271 getfh(d, argsv2->fh);
287 getfh(d, argsv3->fh);
363 getfh(d, sdata.fh);
456 getfh(d, argsv2->fh);
466 getfh(d, argsv3->fh);
  /src/usr.sbin/mountd/
mountd.c 326 #define getfh(a, b, c) rump_sys_getfh((a), (b), (c)) macro
680 if (getfh(rdirpath, &fhr.fhr_fh, &fh_size) < 0) {

Completed in 35 milliseconds