Home | History | Annotate | Download | only in sgivol

Lines Matching refs:htobe16

338 	volhdr->root = htobe16(0);
339 volhdr->swap = htobe16(1);
350 htobe16(st.st_size / (SGIVOL_NBTOOL_NSECS * SGIVOL_NBTOOL_NTRACKS));
352 volhdr->dp.dp_cyls = htobe16(lbl.d_ncylinders);
356 volhdr->dp.dp_trks0 = htobe16(SGIVOL_NBTOOL_NTRACKS);
357 volhdr->dp.dp_secs = htobe16(SGIVOL_NBTOOL_NSECS);
358 volhdr->dp.dp_secbytes = htobe16(SGI_BOOT_BLOCK_BLOCKSIZE);
359 volhdr->dp.dp_interleave = htobe16(1);
361 volhdr->dp.dp_trks0 = htobe16(lbl.d_ntracks);
362 volhdr->dp.dp_secs = htobe16(lbl.d_nsectors);
363 volhdr->dp.dp_secbytes = htobe16(lbl.d_secsize);
364 volhdr->dp.dp_interleave = htobe16(lbl.d_interleave);