Searched defs:iso_extended_attributes (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/isofs/cd9660/ |
H A D | iso.h | 161 struct iso_extended_attributes { struct 162 u_char owner [ISODCL (1, 4)]; /* 723 */ 163 u_char group [ISODCL (5, 8)]; /* 723 */ 164 u_char perm [ISODCL (9, 10)]; /* 9.5.3 */ 169 char recfmt [ISODCL (79, 79)]; /* 711 */ 170 char recattr [ISODCL (80, 80)]; /* 711 */ 171 u_char reclen [ISODCL (81, 84)]; /* 723 */ 173 char system_use [ISODCL (117, 180)]; 174 char version [ISODCL (181, 181)]; /* 711 */ 175 char len_esc [ISODCL (182, 182)]; /* 711 */ [all …]
|
/openbsd/usr.sbin/makefs/cd9660/ |
H A D | iso.h | 158 struct iso_extended_attributes { struct 159 u_char owner [ISODCL (1, 4)]; /* 723 */ 160 u_char group [ISODCL (5, 8)]; /* 723 */ 161 u_char perm [ISODCL (9, 10)]; /* 9.5.3 */ 166 char recfmt [ISODCL (79, 79)]; /* 711 */ 167 char recattr [ISODCL (80, 80)]; /* 711 */ 168 u_char reclen [ISODCL (81, 84)]; /* 723 */ 170 char system_use [ISODCL (117, 180)]; 171 char version [ISODCL (181, 181)]; /* 711 */ 172 char len_esc [ISODCL (182, 182)]; /* 711 */ [all …]
|