Lines Matching defs:solaris_x86_vtoc
483 struct solaris_x86_vtoc { struct
484 unsigned int v_bootinfo[3]; /* info needed by mboot (unsupported) */
485 __le32 v_sanity; /* to verify vtoc sanity */
486 __le32 v_version; /* layout version */
487 char v_volume[8]; /* volume name */
488 __le16 v_sectorsz; /* sector size in bytes */
489 __le16 v_nparts; /* number of partitions */
490 unsigned int v_reserved[10]; /* free space */
492 v_slice[SOLARIS_X86_NUMSLICE]; /* slice headers */
493 unsigned int timestamp[SOLARIS_X86_NUMSLICE]; /* timestamp (unsupported) */
494 char v_asciilabel[128]; /* for compatibility */