/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_mount.c | 324 fh = sum_filehandle(NFS_FHSIZE); in sum_mountfh() 336 fh = sum_filehandle(NFS_FHSIZE); in detail_mountfh() 339 (void) showxdr_hex(NFS_FHSIZE, " %s"); in detail_mountfh()
|
H A D | snoop_nfs.c | 506 fh = sum_filehandle(NFS_FHSIZE); in sum_nfsfh() 518 fh = sum_filehandle(NFS_FHSIZE); in detail_nfsfh() 521 (void) showxdr_hex(NFS_FHSIZE, " %s"); in detail_nfsfh()
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | nfs.h | 22 #define NFS_FHSIZE 32 macro
|
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | nfs2ops.c | 318 bcopy(&dir->fh.fh2, &dirop.dir, NFS_FHSIZE); in nfslookup() 337 bcopy(&res_lookup.diropres_u.diropres.file, &cd.fh.fh2, NFS_FHSIZE); in nfslookup()
|
H A D | getdents.c | 102 bcopy((caddr_t)&nfp->fh.fh2, (caddr_t)&rda.dir, NFS_FHSIZE); in nfsgetdents()
|
H A D | nfs_xdr.c | 52 return (xdr_opaque(xdrs, objp->data, NFS_FHSIZE)); in xdr_nfs_fh()
|
H A D | mount.c | 98 return (xdr_opaque(xdrs, (char *)fhp, NFS_FHSIZE)); in xdr_fhandle()
|
/titanic_41/usr/src/head/rpcsvc/ |
H A D | nfs_prot.x | 42 const NFS_FHSIZE = 32; variable 105 opaque data[NFS_FHSIZE];
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vfsops.c | 380 if (copyin(STRUCT_FGETP(args, fh), &fh->fh_buf, NFS_FHSIZE)) { in nfs_copyin() 384 fh->fh_len = NFS_FHSIZE; in nfs_copyin() 1729 svp->sv_fhandle.fh_len = NFS_FHSIZE; in nfs_mountroot()
|
H A D | nfs_export.c | 1808 l = NFS_FHSIZE; in nfs_getfh() 2077 fh_max_cnt = (NFS_FHSIZE / sizeof (int)) - 1; in makefh_ol()
|
H A D | nfs_xdr.c | 100 return (xdr_opaque(xdrs, (caddr_t)fh, NFS_FHSIZE)); in xdr_fhandle()
|
H A D | nfs_subr.c | 2285 nfh.fh_len = NFS_FHSIZE; in makenfsnode() 2286 bcopy(fh, nfh.fh_buf, NFS_FHSIZE); in makenfsnode()
|
H A D | nfs_dlinet.c | 1809 return (xdr_opaque(xdrs, (caddr_t)fh, NFS_FHSIZE)); in myxdr_fhandle()
|
H A D | nfs_vnops.c | 3560 bcopy(rp->r_fh.fh_buf, fp->nf_data, NFS_FHSIZE); in nfs_fid()
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs.h | 383 #define NFS_FHSIZE 32 macro 388 char nf_data[NFS_FHSIZE];
|
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfs_log_xdr.c | 152 return (xdr_opaque(xdrs, (caddr_t)fh, NFS_FHSIZE)); in xdr_fhandle()
|
H A D | fhtab.c | 508 if (dfh && (memcmp(fh, dfh, NFS_FHSIZE) == 0)) { in fh_add() 532 if (memcmp(fh1, fh2, NFS_FHSIZE)) in fh_compare()
|
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 1418 bcopy(fh, &fhs.fhstatus_u.fhs_fhandle, NFS_FHSIZE); in mount()
|