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

  /src/lib/librpcsvc/
mount.x 46 const FHSIZE = 32; /* size in bytes of a file handle */
55 typedef opaque fhandle[FHSIZE];
  /src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_linux.h 73 #ifndef FHSIZE
74 # define FHSIZE 32
75 #endif /* not FHSIZE */
122 #define fhsize root.size macro
234 char data[FHSIZE];
nfs_prot_sunos5_3.h 79 #define FHSIZE 32
192 typedef char fhandle[FHSIZE];
nfs_prot_sunos5_4.h 54 #define FHSIZE 32
55 typedef char fhandle[FHSIZE];
nfs_prot_irix5.h 134 #ifndef FHSIZE
135 /* Irix 5.2 is missing the definition for FHSIZE */
136 # define FHSIZE NFS_FHSIZE
137 #endif /* not FHSIZE */
nfs_prot_irix6.h 80 #define FHSIZE 32
434 typedef char fhandle[FHSIZE];
  /src/external/bsd/am-utils/dist/conf/mount/
mount_aix.c 129 memmove((voidp) v2args.fh.x, v3args->fh, FHSIZE);
mount_aix3.c 135 memmove((voidp) v2args.fh, v3args->fh, FHSIZE);
mount_linux.c 511 memset(mnt_data->old_root.data, 0, FHSIZE);
514 memcpy(mnt_data->old_root.data, mnt_data->root.data, FHSIZE);
  /src/external/bsd/am-utils/dist/libamu/
mount_fs.c 747 #ifdef FHSIZE
748 fhlen = FHSIZE;
749 #endif /* FHSIZE */
793 plog(XLOG_DEBUG, "NA->fhsize = %d", nap->fhsize);
794 fhlen = nap->fhsize;
919 nap->fhsize = fhp->v3.am_fh3_length;
922 nap->fhsize = FHSIZE;
932 nap->fh_len = FHSIZE;
    [all...]

Completed in 61 milliseconds