Searched refs:NFS_FHSIZE (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnfs.h22 #define NFS_FHSIZE 32 macro
/illumos-gate/usr/src/boot/lib/libstand/
H A Dnfsv2.h54 #define NFS_FHSIZE 32 macro
H A Dnfs.c75 u_char fh[NFS_FHSIZE];
98 u_char fh[NFS_FHSIZE];
117 u_char fh[NFS_FHSIZE];
228 u_char fh[NFS_FHSIZE];
279 u_char fh[NFS_FHSIZE];
285 u_char fh[NFS_FHSIZE];
314 len += NFS_FHSIZE;
342 u_char fh[NFS_FHSIZE];
355 bcopy(d->fh, sdata.fh, NFS_FHSIZE);
357 sdata.fh, NFS_FHSIZE,
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mount.c324 fh = sum_filehandle(NFS_FHSIZE);
336 fh = sum_filehandle(NFS_FHSIZE);
339 (void) showxdr_hex(NFS_FHSIZE, " %s");
H A Dsnoop_nfs.c506 fh = sum_filehandle(NFS_FHSIZE);
518 fh = sum_filehandle(NFS_FHSIZE);
521 (void) showxdr_hex(NFS_FHSIZE, " %s");
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs2ops.c318 bcopy(&dir->fh.fh2, &dirop.dir, NFS_FHSIZE);
337 bcopy(&res_lookup.diropres_u.diropres.file, &cd.fh.fh2, NFS_FHSIZE);
H A Dgetdents.c102 bcopy((caddr_t)&nfp->fh.fh2, (caddr_t)&rda.dir, NFS_FHSIZE);
H A Dnfs_xdr.c52 return (xdr_opaque(xdrs, objp->data, NFS_FHSIZE));
H A Dmount.c98 return (xdr_opaque(xdrs, (char *)fhp, NFS_FHSIZE));
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.c430 u_char fh[NFS_FHSIZE];
456 char buf[2 * NFS_FHSIZE + 3], *cp;
469 for (i = 0; i < NFS_FHSIZE; i++, cp += 2)
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x42 const NFS_FHSIZE = 32;
105 opaque data[NFS_FHSIZE];
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c380 if (copyin(STRUCT_FGETP(args, fh), &fh->fh_buf, NFS_FHSIZE)) {
384 fh->fh_len = NFS_FHSIZE;
1725 svp->sv_fhandle.fh_len = NFS_FHSIZE;
H A Dnfs_export.c1806 l = NFS_FHSIZE;
2078 fh_max_cnt = (NFS_FHSIZE / sizeof (int)) - 1;
H A Dnfs_xdr.c100 return (xdr_opaque(xdrs, (caddr_t)fh, NFS_FHSIZE));
H A Dnfs_subr.c2285 nfh.fh_len = NFS_FHSIZE;
2286 bcopy(fh, nfh.fh_buf, NFS_FHSIZE);
H A Dnfs_dlinet.c1809 return (xdr_opaque(xdrs, (caddr_t)fh, NFS_FHSIZE));
H A Dnfs_vnops.c3560 bcopy(rp->r_fh.fh_buf, fp->nf_data, NFS_FHSIZE);
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.c508 if (dfh && (memcmp(fh, dfh, NFS_FHSIZE) == 0)) {
532 if (memcmp(fh1, fh2, NFS_FHSIZE))
H A Dnfs_log_xdr.c152 return (xdr_opaque(xdrs, (caddr_t)fh, NFS_FHSIZE));
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h383 #define NFS_FHSIZE 32 macro
388 char nf_data[NFS_FHSIZE];
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1418 bcopy(fh, &fhs.fhstatus_u.fhs_fhandle, NFS_FHSIZE);

Completed in 123 milliseconds