Searched defs:solaris_x86_vtoc (Results 1 – 1 of 1) sorted by relevance
479 struct solaris_x86_vtoc { struct480 unsigned int v_bootinfo[3]; /* info needed by mboot (unsupported) */481 __le32 v_sanity; /* to verify vtoc sanity */482 __le32 v_version; /* layout version */483 char v_volume[8]; /* volume name */484 __le16 v_sectorsz; /* sector size in bytes */485 __le16 v_nparts; /* number of partitions */486 unsigned int v_reserved[10]; /* free space */488 v_slice[SOLARIS_X86_NUMSLICE]; /* slice headers */489 unsigned int timestamp[SOLARIS_X86_NUMSLICE]; /* timestamp (unsupported) */[all …]