Searched defs:iso_directory_record (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl2/mkhybrid/dist/ |
H A D | iso9660.h | 142 struct iso_directory_record { struct 143 unsigned char length [ISODCL (1, 1)]; /* 711 */ 144 char ext_attr_length [ISODCL (2, 2)]; /* 711 */ 145 char extent [ISODCL (3, 10)]; /* 733 */ 146 char size [ISODCL (11, 18)]; /* 733 */ 147 char date [ISODCL (19, 25)]; /* 7 by 711 */ 148 char flags [ISODCL (26, 26)]; 149 char file_unit_size [ISODCL (27, 27)]; /* 711 */ 150 char interleave [ISODCL (28, 28)]; /* 711 */ 151 char volume_sequence_number [ISODCL (29, 32)]; /* 723 */ [all …]
|
H A D | multi.c | 316 FDECL2(read_merging_directory, struct iso_directory_record *, mrootp, in FDECL2() 1129 struct iso_directory_record *, mrootp) in FDECL2()
|
/netbsd-src/sys/fs/cd9660/ |
H A D | iso.h | 140 struct iso_directory_record { struct 153 /* can't take sizeof(iso_directory_record), because of possible alignment argument
|