HomeSort by: relevance | last modified time | path
    Searched defs:fcbb (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/sysinst/arch/acorn32/
md.c 72 struct filecore_bootblock *fcbb = (struct filecore_bootblock *)bb; local in function:md_get_info
99 if (filecore_checksum(bb) == fcbb->checksum) {
105 offset = (fcbb->partition_cyl_low +
106 (fcbb->partition_cyl_high << 8)) *
107 fcbb->heads * fcbb->secspertrack;
109 if (fcbb->partition_type == PARTITION_FORMAT_RISCBSD)
111 else if (fcbb->partition_type == PARTITION_FORMAT_RISCIX) {
  /src/sbin/disklabel/
main.c 1106 struct filecore_bootblock *fcbb; local in function:get_filecore_partition
1114 fcbb = (struct filecore_bootblock *)bb;
1117 if (filecore_checksum(bb) != fcbb->checksum)
1124 offset = (fcbb->partition_cyl_low + (fcbb->partition_cyl_high << 8))
1125 * fcbb->heads * fcbb->secspertrack;
1127 switch (fcbb->partition_type) {

Completed in 14 milliseconds