Lines Matching refs:hfs_byte_t
147 hfs_byte_t homefs[16];
149 hfs_byte_t descrs[12*5];
150 hfs_byte_t real_name[255]; /* id=3 */
151 hfs_byte_t comment[200]; /* id=4 XXX: not yet implemented */
152 hfs_byte_t old_info[16]; /* id=7 */
162 hfs_byte_t filler[16];
164 hfs_byte_t descrs[12*HFS_HDR_MAX];
165 hfs_byte_t real_name[255]; /* id=3 */
166 hfs_byte_t comment[200]; /* id=4 XXX: not yet implemented */
181 hfs_byte_t fi_fndr[32]; /* Finder's info */
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) */
209 hfs_byte_t fi_comnt[200]; /* Finder comment (unused) */
211 hfs_byte_t fi_datemagic; /* Magic number for dates extension: */
213 hfs_byte_t fi_datevalid; /* Bitmap of which dates are valid: */
219 hfs_byte_t pad;