Home
last modified time | relevance | path

Searched defs:vax_boot_block (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/sys/
H A Dbootblock.h1406 struct vax_boot_block { struct
1408 uint8_t pad0[2];
1409 uint8_t bb_id_offset; /* offset in words to id (magic1)*/
1410 uint8_t bb_mbone; /* must be one */
1411 uint16_t bb_lbn_hi; /* lbn (hi word) of bootstrap */
1412 uint16_t bb_lbn_low; /* lbn (low word) of bootstrap */
1413 uint8_t pad1[406];
1419 uint8_t bb_magic1; /* magic number */
1420 uint8_t bb_mbz1; /* must be zero */
1421 uint8_t bb_pad1; /* any value */
[all …]