Searched defs:Voldesc (Results 1 – 5 of 5) sorted by relevance
19 typedef struct Voldesc Voldesc; typedef20 struct Voldesc { struct21 uchar magic[8]; /* 0x01, "CD001", 0x01, 0x00 */22 uchar systemid[32]; /* system identifier */23 uchar volumeid[32]; /* volume identifier */24 uchar unused[8]; /* character set in secondary desc */25 uchar volsize[8]; /* volume size */26 uchar charset[32];27 uchar volsetsize[4]; /* volume set size = 1 */28 uchar volseqnum[4]; /* volume sequence number = 1 */[all …]
34 typedef struct Voldesc Voldesc; typedef35 struct Voldesc { struct36 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 */[all …]
17 typedef struct Voldesc Voldesc; typedef74 struct Voldesc { struct75 char *systemid;76 char *volumeset;77 char *publisher;78 char *preparer;79 char *application;82 char *abstract;83 char *biblio;84 char *notice;[all …]
18 typedef union Voldesc Voldesc; typedef33 union Voldesc { /* volume descriptor */ union
14 typedef union Voldesc Voldesc; typedef25 union Voldesc union