letoh64           232 dev/acpi/dsdt.h #define aml_letohost64(x) letoh64(x)
letoh64           264 dev/i2o/ioprbs.c 	    (letoh64(param.p.bdi.capacity) / sc->sc_secsize);
letoh64           192 dev/i2o/iopsp.c 	    (u_int32_t)letoh64(param.p.sci.maxsyncrate) / 1000,
letoh64           319 dev/i2o/iopsp.c 		syncrate = (int)((letoh64(param.sdi.negsyncrate) + 500) / 1000);
letoh64           100 dev/ic/aic7xxx_cam.h #define aic_le64toh(x) letoh64(x)
letoh64          2487 dev/ic/atw.c   		tsft = letoh64(u.word);
letoh64           209 dev/ic/gemvar.h #define	GEM_DMA_READ(sc, v)	(((sc)->sc_pci) ? letoh64(v) : betoh64(v))
letoh64           280 dev/pci/if_bnxreg.h #define bnx_le64toh(x) letoh64(x)
letoh64           174 dev/pci/if_casvar.h #define	CAS_DMA_READ(v)		letoh64(v)
letoh64           906 dev/pci/if_stge.c 		control = letoh64(sc->sc_txdescs[i].tfd_control);
letoh64           948 dev/pci/if_stge.c 		status = letoh64(sc->sc_rxdescs[i].rfd_status);
letoh64          1224 dev/pci/if_wpi.c 	    letoh64(tail->tstamp)));
letoh64          2135 dev/pci/if_wpi.c 	mod = letoh64(tsf.tstamp) % val;
letoh64          2139 dev/pci/if_wpi.c 	    ni->ni_intval, letoh64(tsf.tstamp), (uint32_t)(val - mod)));
letoh64           199 isofs/udf/udf_subr.c 	up->u_vatlen = (letoh64(up->u_fentry->inf_len) - 36) >> 2;
letoh64           347 isofs/udf/udf_vnops.c 			    letoh64(fentry->logblks_rec) * up->u_ump->um_bsize;
letoh64           352 isofs/udf/udf_vnops.c 		vap->va_size = letoh64(fentry->inf_len);
letoh64           357 isofs/udf/udf_vnops.c 	vap->va_bytes = letoh64(fentry->inf_len);
letoh64           429 isofs/udf/udf_vnops.c 	fsize = letoh64(up->u_fentry->inf_len);
letoh64           740 isofs/udf/udf_vnops.c 	    letoh64(up->u_fentry->inf_len), up->u_ump);
letoh64           988 isofs/udf/udf_vnops.c 	fsize = letoh64(up->u_fentry->inf_len);
letoh64          2646 net80211/ieee80211_input.c 	beacon_tsft = letoh64(u.word);
letoh64           172 sys/endian.h   __uint64_t	letoh64(__uint64_t);