Symbol: NFS_FHSIZE
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_mount.c
324
fh = sum_filehandle(NFS_FHSIZE);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_mount.c
336
fh = sum_filehandle(NFS_FHSIZE);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_mount.c
339
(void) showxdr_hex(NFS_FHSIZE, " %s");
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs.c
504
fh = sum_filehandle(NFS_FHSIZE);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs.c
516
fh = sum_filehandle(NFS_FHSIZE);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs.c
519
(void) showxdr_hex(NFS_FHSIZE, " %s");
usr/src/cmd/fs.d/nfs/mountd/mountd.c
1549
bcopy(fh, &fhs.fhstatus_u.fhs_fhandle, NFS_FHSIZE);
usr/src/cmd/fs.d/nfs/nfslog/fhtab.c
506
if (dfh && (memcmp(fh, dfh, NFS_FHSIZE) == 0)) {
usr/src/cmd/fs.d/nfs/nfslog/fhtab.c
530
if (memcmp(fh1, fh2, NFS_FHSIZE))
usr/src/cmd/fs.d/nfs/nfslog/nfs_log_xdr.c
150
return (xdr_opaque(xdrs, (caddr_t)fh, NFS_FHSIZE));
usr/src/stand/lib/fs/nfs/getdents.c
100
bcopy((caddr_t)&nfp->fh.fh2, (caddr_t)&rda.dir, NFS_FHSIZE);
usr/src/stand/lib/fs/nfs/mount.c
96
return (xdr_opaque(xdrs, (char *)fhp, NFS_FHSIZE));
usr/src/stand/lib/fs/nfs/nfs2ops.c
318
bcopy(&dir->fh.fh2, &dirop.dir, NFS_FHSIZE);
usr/src/stand/lib/fs/nfs/nfs2ops.c
337
bcopy(&res_lookup.diropres_u.diropres.file, &cd.fh.fh2, NFS_FHSIZE);
usr/src/stand/lib/fs/nfs/nfs_xdr.c
52
return (xdr_opaque(xdrs, objp->data, NFS_FHSIZE));
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1872
return (xdr_opaque(xdrs, (caddr_t)fh, NFS_FHSIZE));
usr/src/uts/common/fs/nfs/nfs_export.c
2062
l = NFS_FHSIZE;
usr/src/uts/common/fs/nfs/nfs_export.c
2335
fh_max_cnt = (NFS_FHSIZE / sizeof (int)) - 1;
usr/src/uts/common/fs/nfs/nfs_subr.c
2286
nfh.fh_len = NFS_FHSIZE;
usr/src/uts/common/fs/nfs/nfs_subr.c
2287
bcopy(fh, nfh.fh_buf, NFS_FHSIZE);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1729
svp->sv_fhandle.fh_len = NFS_FHSIZE;
usr/src/uts/common/fs/nfs/nfs_vfsops.c
380
if (copyin(STRUCT_FGETP(args, fh), &fh->fh_buf, NFS_FHSIZE)) {
usr/src/uts/common/fs/nfs/nfs_vfsops.c
384
fh->fh_len = NFS_FHSIZE;
usr/src/uts/common/fs/nfs/nfs_vnops.c
3560
bcopy(rp->r_fh.fh_buf, fp->nf_data, NFS_FHSIZE);
usr/src/uts/common/fs/nfs/nfs_xdr.c
100
return (xdr_opaque(xdrs, (caddr_t)fh, NFS_FHSIZE));
usr/src/uts/common/nfs/nfs.h
454
char nf_data[NFS_FHSIZE];