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

/illumos-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
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_common.c552 found = ltohi(part[bootPart].relsect) * BPSEC;
557 found = ltohi(part[primaryPart].relsect) * BPSEC;
574 nextseek = xstartsect = ltohi(part[extendedPart].relsect);
575 xnumsect = ltohi(part[extendedPart].numsect);
630 ltohi(part[i].relsect);
644 ltohi(part[extndDrives[driveIndex]].relsect) +
673 found = ltohi(part[extraDrives[driveIndex]].relsect) * BPSEC;
/illumos-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) {
/illumos-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);
/illumos-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) {
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c536 usesize = ltohi(part[partno].numsect);
546 ltohi(part[partno].numsect), TotSize);
711 if ((*seekto = ltohi(part[bootPart].relsect)) == 0) {
733 if ((*seekto = ltohi(part[primaryPart].relsect)) == 0) {
767 nextseek = xstartsect = ltohi(part[extendedPart].relsect);
768 xnumsect = ltohi(part[extendedPart].numsect);
823 ltohi(part[i].relsect);
837 ltohi(part[extndDrives[driveIndex]].relsect) +
890 *seekto = ltohi(part[extraDrives[driveIndex]].relsect);
/illumos-gate/usr/src/common/fs/
H A Dpcfs.c158 (ulong_t)ltohi(pcfsp->f_bpb.bs_siv)) -
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_alloc.c375 cn = ltohi(*(pc_cluster32_t *)fp);
H A Dpc_node.c187 pcp->pc_size = ltohi(ep->pcd_size);

Completed in 60 milliseconds