Searched refs:ltohi (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dpc_label.h106 #define ltohi(I) (*((uint_t *)(&(I)))) macro
114 #define ltohi(I) ((getbyte(I, 3) << 24) | (getbyte(I, 2) << 16) | \ macro
/opensolaris-onvv-gate/usr/src/cmd/hal/utils/
H A Dfsutils.c140 relsect = sec + ltohi(ipart[i].relsect);
146 sec = startsec + ltohi(ipart[i].relsect);
154 ltohi(ipart[i].numsect)) == WALK_TERMINATE) {
/opensolaris-onvv-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_common.c567 found = ltohi(part[bootPart].relsect) * BPSEC;
572 found = ltohi(part[primaryPart].relsect) * BPSEC;
589 nextseek = xstartsect = ltohi(part[extendedPart].relsect);
590 xnumsect = ltohi(part[extendedPart].numsect);
645 ltohi(part[i].relsect);
659 ltohi(part[extndDrives[driveIndex]].relsect) +
688 found = ltohi(part[extraDrives[driveIndex]].relsect) * BPSEC;
/opensolaris-onvv-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c115 #define PC_VOLID(a) (FSTYP_IS_32(h) ? ltohi((h)->bs32.f_volid[0]) : \
116 ltohi((h)->bs16.f_volid[0]))
230 h->bs.hiddensec = ltohi(h->bs.hiddensec);
231 h->bs.totalsec = ltohi(h->bs.totalsec);
233 h->bs32.f_fatlength = ltohi(h->bs32.f_fatlength);
235 h->bs32.f_rootcluster = ltohi(h->bs32.f_rootcluster);
452 next = ltohi(val);
/opensolaris-onvv-gate/usr/src/cmd/fstyp/
H A Dfstyp.c334 relsect = sec + ltohi(ipart[i].relsect);
340 sec = startsec + ltohi(ipart[i].relsect);
348 ltohi(ipart[i].numsect)) == WALK_TERMINATE) {
/opensolaris-onvv-gate/usr/src/uts/common/io/pcmcia/
H A Dpclabel.c278 ltohi(fdp->relsect),
279 ltohi(fdp->numsect));
287 rel = ltohi(fdp->relsect);
288 num = ltohi(fdp->numsect);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c561 usesize = ltohi(part[partno].numsect);
571 ltohi(part[partno].numsect), TotSize);
736 if ((*seekto = ltohi(part[bootPart].relsect)) == 0) {
758 if ((*seekto = ltohi(part[primaryPart].relsect)) == 0) {
792 nextseek = xstartsect = ltohi(part[extendedPart].relsect);
793 xnumsect = ltohi(part[extendedPart].numsect);
848 ltohi(part[i].relsect);
862 ltohi(part[extndDrives[driveIndex]].relsect) +
915 *seekto = ltohi(part[extraDrives[driveIndex]].relsect);
/opensolaris-onvv-gate/usr/src/common/fs/
H A Dpcfs.c158 (ulong_t)ltohi(pcfsp->f_bpb.bs_siv)) -
/opensolaris-onvv-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_alloc.c375 cn = ltohi(*(pc_cluster32_t *)fp);
H A Dpc_node.c190 pcp->pc_size = ltohi(ep->pcd_size);

Completed in 125 milliseconds