| /netbsd-src/sys/lib/libsa/ |
| H A D | nfs.c | 64 #define NFS_FHSTORE (NFS_FHSIZE < NFS_V3FHSIZE ? NFS_V3FHSIZE + 4: NFS_FHSIZE) 108 len = NFS_FHSIZE; in fhstore() 219 u_char fh[NFS_FHSIZE]; in nfs_lookupfh() 230 u_char fh[NFS_FHSIZE]; in nfs_lookupfh() 394 u_char fh[NFS_FHSIZE]; in nfs_readdata()
|
| H A D | nfsv2.h | 53 #define NFS_FHSIZE 32 macro
|
| /netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/ |
| H A D | nfs_prot_irix5.h | 133 #define NFS_FHSIZE 32 macro 136 # define FHSIZE NFS_FHSIZE 288 char fh_data[NFS_FHSIZE];
|
| H A D | nfs_prot_osf2.h | 68 #define NFS_FHSIZE 32 macro 244 char data[NFS_FHSIZE];
|
| H A D | nfs_prot_nextstep.h | 212 #define NFS_FHSIZE 32 macro 318 typedef char fhandle[NFS_FHSIZE]; 433 char data[NFS_FHSIZE];
|
| H A D | nfs_prot_sunos4.h | 79 #define NFS_FHSIZE 32 macro 146 typedef char fhandle[NFS_FHSIZE];
|
| H A D | nfs_prot_sunos5_6.h | 72 #define NFS_FHSIZE 32 macro 224 char fh_data[NFS_FHSIZE];
|
| H A D | nfs_prot_sunos5_8.h | 72 #define NFS_FHSIZE 32 macro 222 char fh_data[NFS_FHSIZE];
|
| H A D | nfs_prot_sunos5_5.h | 67 #define NFS_FHSIZE 32 macro 219 char fh_data[NFS_FHSIZE];
|
| H A D | nfs_prot_sunos3.h | 79 #define NFS_FHSIZE 32 macro 146 typedef char fhandle[NFS_FHSIZE];
|
| H A D | nfs_prot_osf5.h | 84 #define NFS_FHSIZE 32 macro 262 char data[NFS_FHSIZE];
|
| H A D | nfs_prot_osf4.h | 69 #define NFS_FHSIZE 32 macro 253 char data[NFS_FHSIZE];
|
| H A D | nfs_prot_sunos5_7.h | 72 #define NFS_FHSIZE 32 macro 234 char fh_data[NFS_FHSIZE];
|
| H A D | nfs_prot_bsdi2.h | 96 #define NFS_FHSIZE 32 macro 444 typedef char fhandle[NFS_FHSIZE];
|
| H A D | nfs_prot_svr4.h | 72 #define NFS_FHSIZE 32 macro 239 char fh_data[NFS_FHSIZE];
|
| H A D | nfs_prot_ncr2.h | 77 #define NFS_FHSIZE 32 macro 314 char fh_data[NFS_FHSIZE];
|
| H A D | nfs_prot_irix6.h | 76 #define NFS_FHSIZE 32 macro 253 char fh_data[NFS_FHSIZE];
|
| H A D | nfs_prot_hpux11.h | 94 #define NFS_FHSIZE 32 macro 340 char fh_data[NFS_FHSIZE];
|
| H A D | nfs_prot_sunos5_3.h | 78 #define NFS_FHSIZE 32 macro
|
| H A D | nfs_prot_sunos5_4.h | 87 #define NFS_FHSIZE 32 macro
|
| H A D | nfs_prot_ultrix.h | 59 #define NFS_FHSIZE 32
|
| H A D | nfs_prot_hpux.h | 87 #define NFS_FHSIZE 32 macro
|
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | ops_nfs.c | 219 memmove(&fp->fh_nfs_handle.v2, &res.fhs_fh, NFS_FHSIZE); in got_nfs_fh_mount() 283 memmove(&fp->fh_nfs_handle.v2, &res.dr_u.dr_drok_u.drok_fhandle, NFS_FHSIZE); in got_nfs_fh_webnfs() 658 memset(&args.da_fhandle, 0, NFS_FHSIZE); in webnfs_lookup()
|
| /netbsd-src/lib/librpcsvc/ |
| H A D | nfs_prot.x | 43 const NFS_FHSIZE = 32; variable 102 opaque data[NFS_FHSIZE];
|
| /netbsd-src/external/bsd/am-utils/dist/libamu/ |
| H A D | mount_fs.c | 750 #ifdef NFS_FHSIZE in print_nfs23_args() 751 fhlen = NFS_FHSIZE; in print_nfs23_args()
|