Searched refs:dp_secbytes (Results 1 – 6 of 6) sorted by relevance
232 lp->d_secsize = vh->dp.dp_secbytes; in disklabel_sgimips_to_bsd()295 vh->dp.dp_secbytes = lp->d_secsize; in disklabel_bsd_to_sgimips()297 vh->dp.dp_secbytes = SGI_BOOT_BLOCK_BLOCKSIZE; in disklabel_bsd_to_sgimips()321 BBSIZE / vh->dp.dp_secbytes; in disklabel_bsd_to_sgimips()
247 lp->d_secsize = vh->vh_dp.dp_secbytes; in disklabel_mips_to_bsd()308 vh->vh_dp.dp_secbytes = lp->d_secsize; in disklabel_bsd_to_mips()326 BBSIZE / vh->vh_dp.dp_secbytes; in disklabel_bsd_to_mips()
73 uint16_t dp_secbytes; /* length of sector in bytes */ member
358 volhdr->dp.dp_secbytes = htobe16(SGI_BOOT_BLOCK_BLOCKSIZE); in init_volhdr()363 volhdr->dp.dp_secbytes = htobe16(lbl.d_secsize); in init_volhdr()
251 BE16TOH(vh->dp.dp_secbytes); in convert_sgi_boot_block()
1332 uint16_t dp_secbytes; member