Home | History | Annotate | Download | only in dkwedge

Lines Matching refs:be32toh

134 		if (be32toh(rbp->id) == RDBLOCK_ID) {
148 newsecsize = be32toh(rbp->nbytes);
168 for (nextb = be32toh(rbp->partbhead); nextb != RDBNULL;
169 nextb = be32toh(pbp->next)) {
180 if (be32toh(pbp->id) != PARTBLOCK_ID) {
195 tabsize = be32toh(pbp->e.tabsize);
216 archtype = getarchtype(be32toh(pbp->e.dostype));
252 be32toh(pbp->e.secpertrk) * be32toh(pbp->e.numheads)
253 * ((be32toh(pbp->e.sizeblock) << 2) / secsize);
254 dkw.dkw_size = (uint64_t)(be32toh(pbp->e.highcyl)
255 - be32toh(pbp->e.lowcyl) + 1) * blk_per_cyl;
256 dkw.dkw_offset = (daddr_t)be32toh(pbp->e.lowcyl) * blk_per_cyl;
285 cnt = be32toh(blp[1]);
289 val += be32toh(*blp++);