Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/disk/
H A Drd9660.c19 typedef struct Voldesc Voldesc; typedef
20 struct Voldesc { struct
21 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 …]
/plan9/sys/src/cmd/fossil/
H A Dflfmt9660.c34 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 */
[all …]
/plan9/sys/src/cmd/disk/9660/
H A Diso9660.h17 typedef struct Voldesc Voldesc; typedef
74 struct Voldesc { struct
75 char *systemid;
76 char *volumeset;
77 char *publisher;
78 char *preparer;
79 char *application;
82 char *abstract;
83 char *biblio;
84 char *notice;
[all …]
/plan9/sys/src/9/pcboot/
H A Diso9660.h18 typedef union Voldesc Voldesc; typedef
33 union Voldesc { /* volume descriptor */ union
/plan9/sys/src/cmd/9660srv/
H A Diso9660.h14 typedef union Voldesc Voldesc; typedef
25 union Voldesc union