Home
last modified time | relevance | path

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

/NextBSD/sys/fs/cd9660/
HDcd9660_node.c121 struct iso_extended_attributes *ap = NULL;
145 ap = (struct iso_extended_attributes *)bp->b_data;
186 struct iso_extended_attributes *ap = NULL;
197 ap = (struct iso_extended_attributes *)bp->b_data;
HDiso.h193 struct iso_extended_attributes { struct
/NextBSD/usr.sbin/makefs/
HDcd9660.h168 struct iso_extended_attributes *isoExtAttributes;
HDcd9660.c796 malloc(sizeof(struct iso_extended_attributes))) == NULL) {