Searched refs:ISODCL (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | iso_fs.h | 13 #define ISODCL(from, to) (to - from + 1) macro 16 __u8 type[ISODCL(1,1)]; /* 711 */ 17 char id[ISODCL(2,6)]; 18 __u8 version[ISODCL(7,7)]; 19 __u8 data[ISODCL(8,2048)]; 30 __u8 type [ISODCL ( 1, 1)]; /* 711 */ 31 char id [ISODCL ( 2, 6)]; 32 __u8 version [ISODCL ( 7, 7)]; /* 711 */ 33 __u8 unused1 [ISODCL ( 8, 8)]; 34 char system_id [ISODCL ( 9, 40)]; /* achars */ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/ |
H A D | 0001-add-new-option-eltorito-platform.patch | 287 char headerid [ISODCL(1, 1)]; /* 711 */ 288 char arch [ISODCL(2, 2)]; 289 - char pad1 [ISODCL(3, 4)]; /* 711 */ 290 + char pad1 [ISODCL(3, 4)]; /* 721 */ 291 char id [ISODCL(5, 28)]; /* CD devel/man*/ 292 char cksum [ISODCL(29, 30)]; 293 char key1 [ISODCL(31, 31)]; 296 char boot_id [ISODCL(1, 1)]; /* 711 */ 297 char boot_media [ISODCL(2, 2)]; 298 - char loadseg [ISODCL(3, 4)]; /* 711 */ [all …]
|