Symbol: fxdr_hyper
sys/vfs/nfs/nfs_serv.c
1037
off = fxdr_hyper(tl);
sys/vfs/nfs/nfs_serv.c
1266
nfsd->nd_off = fxdr_hyper(tl);
sys/vfs/nfs/nfs_serv.c
2963
toff = fxdr_hyper(tl);
sys/vfs/nfs/nfs_serv.c
2966
verf = fxdr_hyper(tl);
sys/vfs/nfs/nfs_serv.c
3271
toff = fxdr_hyper(tl);
sys/vfs/nfs/nfs_serv.c
3274
verf = fxdr_hyper(tl);
sys/vfs/nfs/nfs_serv.c
3609
off = fxdr_hyper(tl);
sys/vfs/nfs/nfs_serv.c
828
off = fxdr_hyper(tl);
sys/vfs/nfs/nfs_subs.c
764
vap->va_size = fxdr_hyper(&fp->fa3_size);
sys/vfs/nfs/nfs_subs.c
766
vap->va_bytes = fxdr_hyper(&fp->fa3_used);
sys/vfs/nfs/nfs_subs.c
767
vap->va_fileid = fxdr_hyper(&fp->fa3_fileid);
sys/vfs/nfs/nfs_vfsops.c
359
tquad = fxdr_hyper(&sfp->sf_tbytes);
sys/vfs/nfs/nfs_vfsops.c
361
tquad = fxdr_hyper(&sfp->sf_fbytes);
sys/vfs/nfs/nfs_vfsops.c
363
tquad = fxdr_hyper(&sfp->sf_abytes);
sys/vfs/nfs/nfs_vfsops.c
446
sbp->f_blocks = (fxdr_hyper(&sfp->sf_tbytes) /
sys/vfs/nfs/nfs_vfsops.c
448
sbp->f_bfree = (fxdr_hyper(&sfp->sf_fbytes) /
sys/vfs/nfs/nfs_vfsops.c
450
sbp->f_bavail = (fxdr_hyper(&sfp->sf_abytes) /
sys/vfs/nfs/nfs_vfsops.c
452
sbp->f_files = fxdr_hyper(&sfp->sf_tfiles);
sys/vfs/nfs/nfs_vfsops.c
453
sbp->f_ffree = fxdr_hyper(&sfp->sf_ffiles);
sys/vfs/nfs/nfs_vfsops.c
454
sbp->f_favail = fxdr_hyper(&sfp->sf_afiles);
sys/vfs/nfs/nfs_vfsops.c
526
maxfsize = fxdr_hyper(&fsp->fs_maxfilesize);
sys/vfs/nfs/nfs_vnops.c
2566
fileno = fxdr_hyper(tl);
sys/vfs/nfs/nfs_vnops.c
2801
fileno = fxdr_hyper(tl);
sys/vfs/nfs/nfsm_subs.c
1008
vap->va_size = fxdr_hyper(tl);