Lines Matching full:char
14 …unsigned char desctype; /* type of Volume descriptor: 0 = boot record, 1 = primary, 2 = Suppleme…
15 unsigned char stand_ident[5]; /* "CD001" */
16 unsigned char vers; /* Version */
17 char ident_str[0x20]; /* Ident String "EL TORITO SPECIFICATION" */
18 unsigned char unused[0x20]; /* unused */
19 unsigned char pointer[4]; /* absolute pointer to Boot Catalog */
24 …unsigned char desctype; /* type of Volume descriptor: 0 = boot record, 1 = primary, 2 = Suppleme…
25 unsigned char stand_ident[5]; /* "CD001" */
26 unsigned char vers; /* Version */
27 unsigned char unused;
28 char sysid[32]; /* system Identifier */
29 char volid[32]; /* volume Identifier */
30 unsigned char zeros1[8]; /* unused */
33 unsigned char zeros2[32]; /* unused */
46 unsigned char rootdir[34]; /* directory record for root dir */
47 char volsetid[128];/* Volume set identifier */
48 char pubid[128]; /* Publisher identifier */
49 char dataprepid[128]; /* data preparer identifier */
50 char appid[128]; /* application identifier */
51 char copyr[37]; /* copyright string */
52 char abstractfileid[37]; /* abstract file identifier */
53 char bibliofileid[37]; /* bibliographic file identifier */
54 unsigned char creationdate[17]; /* creation date */
55 unsigned char modify[17]; /* modification date */
56 unsigned char expire[17]; /* expiring date */
57 unsigned char effective[17];/* effective date */
58 unsigned char filestruc_ver; /* file structur version */
62 …unsigned char desctype; /* type of Volume descriptor: 0 = boot record, 1 = primary, 2 = Suppleme…
63 unsigned char stand_ident[5]; /* "CD001" */
64 unsigned char vers; /* Version */
65 unsigned char volumeflags; /* if bit 0 = 0 => all escape sequences are according ISO 2375 */
66 char sysid[32]; /* system Identifier */
67 char volid[32]; /* volume Identifier */
68 unsigned char zeros1[8]; /* unused */
71 unsigned char escapeseq[32];/* Escape sequences */
84 unsigned char rootdir[34]; /* directory record for root dir */
85 char volsetid[128];/* Volume set identifier */
86 char pubid[128]; /* Publisher identifier */
87 char dataprepid[128]; /* data preparer identifier */
88 char appid[128]; /* application identifier */
89 char copyr[37]; /* copyright string */
90 char abstractfileid[37]; /* abstract file identifier */
91 char bibliofileid[37]; /* bibliographic file identifier */
92 unsigned char creationdate[17]; /* creation date */
93 unsigned char modify[17]; /* modification date */
94 unsigned char expire[17]; /* expiring date */
95 unsigned char effective[17];/* effective date */
96 unsigned char filestruc_ver; /* file structur version */
100 …unsigned char desctype; /* type of Volume descriptor: 0 = boot record, 1 = primary, 2 = Suppleme…
101 unsigned char stand_ident[5]; /* "CD001" */
102 unsigned char vers; /* Version */
103 unsigned char unused;
104 char sysid[32]; /* system Identifier */
105 char volid[32]; /* volume partition Identifier */
114 unsigned char header_id; /* Header ID must be 0x01 */
115 unsigned char platform; /* Platform: 0=x86, 1=PowerPC, 2=MAC */
116 unsigned char res[2]; /* reserved */
117 char manu_str[0x18]; /* Ident String of manufacturer/developer */
118 unsigned char chk_sum[2]; /* Check sum (all words must be zero) */
119 unsigned char key[2]; /* key[0]=55, key[1]=0xAA */
123 unsigned char header_id; /* Header ID must be 0x90 or 0x91 */
124 unsigned char platform; /* Platform: 0=x86, 1=PowerPC, 2=MAC */
125 unsigned char numentry[2]; /* number of entries */
126 char id_str[0x1C]; /* Ident String of sectionr */
131 unsigned char boot_ind; /* Boot indicator 0x88=bootable 0=not bootable */
132 …unsigned char boot_media; /* boot Media Type: 0=no Emulation, 1=1.2MB floppy, 2=1.44MB floppy, 3=…
133 unsigned char ld_seg[2]; /* Load segment (flat model=addr/10) */
134 unsigned char systype; /* System Type copy of byte5 of part table */
135 unsigned char res; /* reserved */
136 unsigned char sec_cnt[2]; /* sector count in VIRTUAL Blocks (0x200) */
137 unsigned char rel_block_addr[4]; /* relative Block address */