Searched defs:eltorito_boot_descriptor (Results 1 – 2 of 2) sorted by relevance
99 struct eltorito_boot_descriptor { struct100 char id [ISODCL ( 1, 1)]; /* 711 */101 char id2 [ISODCL ( 2, 6)];102 char version [ISODCL ( 7, 7)]; /* 711 */103 char system_id [ISODCL ( 8, 39)];104 char unused2 [ISODCL ( 40, 71)];105 char bootcat_ptr [ISODCL ( 72 , 75)];106 char unused5 [ISODCL ( 76, 2048)];
118 void FDECL1(get_torito_desc, struct eltorito_boot_descriptor *, boot_desc) in FDECL1()