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

/netbsd-6-1-5-RELEASE/sys/arch/sgimips/stand/sgivol/
H A Dsgivol.c72 u_int32_t volhdr_size = SGI_BOOT_BLOCK_SIZE_VOLHDR; variable
139 volhdr_size = atoi(optarg);
393 volhdr->partitions[8].blocks = htobe32(volhdr_size);
398 htobe32((st.st_size / SGI_BOOT_BLOCK_BLOCKSIZE) - volhdr_size);
400 volhdr->partitions[0].blocks = htobe32(lbl.d_secperunit - volhdr_size);
402 volhdr->partitions[0].first = htobe32(volhdr_size);

Completed in 86 milliseconds