Home
last modified time | relevance | path

Searched refs:FHSIZE (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/lib/librpcsvc/
H A Dmount.x46 const FHSIZE = 32; /* size in bytes of a file handle */ variable
55 typedef opaque fhandle[FHSIZE];
/netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_linux.h73 #ifndef FHSIZE
74 # define FHSIZE 32 macro
234 char data[FHSIZE];
H A Dnfs_prot_sunos5_3.h79 #define FHSIZE 32 macro
192 typedef char fhandle[FHSIZE];
H A Dnfs_prot_sunos5_4.h54 #define FHSIZE 32 macro
55 typedef char fhandle[FHSIZE];
H A Dnfs_prot_irix5.h134 #ifndef FHSIZE
136 # define FHSIZE NFS_FHSIZE macro
H A Dnfs_prot_irix6.h80 #define FHSIZE 32 macro
434 typedef char fhandle[FHSIZE];
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dmount_fs.c747 #ifdef FHSIZE in print_nfs23_args()
748 fhlen = FHSIZE; in print_nfs23_args()
922 nap->fhsize = FHSIZE; in compute_nfs23_args()
932 nap->fh_len = FHSIZE; in compute_nfs23_args()
/netbsd-src/external/bsd/am-utils/dist/conf/mount/
H A Dmount_aix.c129 memmove((voidp) v2args.fh.x, v3args->fh, FHSIZE); in mount_aix3()
H A Dmount_aix3.c135 memmove((voidp) v2args.fh, v3args->fh, FHSIZE); in mount_aix3()
H A Dmount_linux.c511 memset(mnt_data->old_root.data, 0, FHSIZE); in mount_linux_nfs()
514 memcpy(mnt_data->old_root.data, mnt_data->root.data, FHSIZE); in mount_linux_nfs()
/netbsd-src/external/bsd/am-utils/dist/
H A Dconfigure.ac702 # if !defined(FHSIZE) && defined(NFS2_FHSIZE)
703 # define FHSIZE NFS2_FHSIZE
707 # if !defined(FHSIZE) && defined(NFS_FHSIZE)
708 # define FHSIZE NFS_FHSIZE
712 char data[[FHSIZE]];
H A DChangeLog2402 * amd/nfs_subr.c: use NFS_FHSIZE, not FHSIZE.
2429 fix from Ion Badulescu: use [FHSIZE-sizeof(u_int)] which is the
11101 * conf/nfs_prot/nfs_prot_irix5.h: add definition to FHSIZE in case