Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/disk/
H A Dvtoc.h69 struct vtoc8 { struct
70 char ascii[VTOC_ASCII_LEN];
71 uint32_t version;
73 uint16_t nparts;
74 struct {
77 } part[VTOC8_NPARTS];
78 uint16_t __alignment;
79 uint32_t bootinfo[3];
80 uint32_t sanity;
81 uint32_t reserved[10];
[all …]