Home
last modified time | relevance | path

Searched refs:iso_extended_attributes (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/isofs/cd9660/
Dcd9660_node.c308 struct iso_extended_attributes *ap = NULL;
330 ap = (struct iso_extended_attributes *)bp->b_data;
371 struct iso_extended_attributes *ap = NULL;
382 ap = (struct iso_extended_attributes *)bp->b_data;
Diso.h162 struct iso_extended_attributes { struct
/mirbsd/src/usr.sbin/makefs/
Dcd9660.h216 struct iso_extended_attributes *isoExtAttributes;
Dcd9660.c863 calloc(1, sizeof (struct iso_extended_attributes))) == NULL) {