Searched defs:hfs_cap_info (Results 1 – 1 of 1) sorted by relevance
180 struct hfs_cap_info { struct181 hfs_byte_t fi_fndr[32]; /* Finder's info */182 hfs_word_t fi_attr; /* AFP attributes (f=file/d=dir) */197 hfs_byte_t fi_magic1; /* Magic number: */199 hfs_byte_t fi_version; /* Version of this structure: */201 hfs_byte_t fi_magic; /* Another magic number: */203 hfs_byte_t fi_bitmap; /* Bitmap of which names are valid: */206 hfs_byte_t fi_shortfilename[12+1]; /* "short name" (unused) */207 hfs_byte_t fi_macfilename[32+1]; /* Original (Macintosh) name */208 hfs_byte_t fi_comln; /* Length of comment (always 0) */[all …]