Lines Matching defs:Voldesc
34 typedef struct Voldesc Voldesc; typedef
35 struct Voldesc { struct
36 uchar magic[8]; /* 0x01, "CD001", 0x01, 0x00 */
37 uchar systemid[32]; /* system identifier */
38 uchar volumeid[32]; /* volume identifier */
39 uchar unused[8]; /* character set in secondary desc */
40 uchar volsize[8]; /* volume size */
41 uchar charset[32];
42 uchar volsetsize[4]; /* volume set size = 1 */
43 uchar volseqnum[4]; /* volume sequence number = 1 */
44 uchar blocksize[4]; /* logical block size */
68 Voldesc *v; in dumpbootvol() argument