Home | History | Annotate | Download | only in sgivol

Lines Matching refs:htobe32

337 	volhdr->magic = htobe32(SGI_BOOT_BLOCK_MAGIC);
366 volhdr->dp.dp_nretries = htobe32(22);
369 htobe32(st.st_size / SGI_BOOT_BLOCK_BLOCKSIZE);
371 volhdr->partitions[10].blocks = htobe32(lbl.d_secperunit);
374 volhdr->partitions[10].type = htobe32(SGI_PTYPE_VOLUME);
375 volhdr->partitions[8].blocks = htobe32(volhdr_size);
377 volhdr->partitions[8].type = htobe32(SGI_PTYPE_VOLHDR);
380 htobe32((st.st_size / SGI_BOOT_BLOCK_BLOCKSIZE) - volhdr_size);
382 volhdr->partitions[0].blocks = htobe32(lbl.d_secperunit - volhdr_size);
384 volhdr->partitions[0].first = htobe32(volhdr_size);
385 volhdr->partitions[0].type = htobe32(SGI_PTYPE_BSD);
483 volhdr->voldir[slot].block = htobe32(block);
484 volhdr->voldir[slot].bytes = htobe32(st.st_size);
580 volhdr->partitions[partno].blocks = htobe32(partblocks);
581 volhdr->partitions[partno].first = htobe32(partfirst);
582 volhdr->partitions[partno].type = htobe32(parttype);
662 volhdr->checksum = htobe32(-checksum);