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

/netbsd-current/sys/arch/sgimips/stand/sgivol/
H A Dsgivol.c73 u_int32_t volhdr_size = SGI_BOOT_BLOCK_SIZE_VOLHDR; variable
138 volhdr_size = atoi(optarg);
375 volhdr->partitions[8].blocks = htobe32(volhdr_size);
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);

Completed in 190 milliseconds