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

/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/acorn32/
H A Dmd.c73 struct filecore_bootblock *fcbb = (struct filecore_bootblock *)bb; local
105 if (filecore_checksum(bb) == fcbb->checksum) {
111 offset = (fcbb->partition_cyl_low +
112 (fcbb->partition_cyl_high << 8)) *
113 fcbb->heads * fcbb->secspertrack;
115 if (fcbb->partition_type == PARTITION_FORMAT_RISCBSD)
117 else if (fcbb->partition_type == PARTITION_FORMAT_RISCIX) {
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/cats/
H A Dmd.c71 struct filecore_bootblock *fcbb = (struct filecore_bootblock *)bb;
/netbsd-6-1-5-RELEASE/sbin/disklabel/
H A Dmain.c795 struct filecore_bootblock *fcbb; local
803 fcbb = (struct filecore_bootblock *)bb;
806 if (filecore_checksum(bb) != fcbb->checksum)
813 offset = (fcbb->partition_cyl_low + (fcbb->partition_cyl_high << 8))
814 * fcbb->heads * fcbb->secspertrack;
816 switch (fcbb->partition_type) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic54x/
H A Dall-opcodes.d[all...]

Completed in 118 milliseconds