Searched refs:finderInfo (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_format.h364 FndrOpaqueInfo finderInfo; /* additional Finder information */ member in struct:HFSCatalogFolder
382 FndrOpaqueInfo finderInfo; /* additional Finder information */ member in struct:HFSPlusCatalogFolder
404 FndrOpaqueInfo finderInfo; /* additional Finder information */ member in struct:HFSCatalogFile
425 FndrOpaqueInfo finderInfo; /* additional Finder information */ member in struct:HFSPlusCatalogFile
655 u_int8_t finderInfo[32]; /* information used by the Finder */ member in struct:HFSPlusVolumeHeader
H A Dhfs_search.c94 u_int8_t finderInfo[32]; member in struct:searchinfospec
907 (u_int32_t *)&searchInfo1->finderInfo,
908 (u_int32_t *) &searchInfo2->finderInfo, 8);
1212 bcopy( attributeBuffer, searchInfo->finderInfo, sizeof(searchInfo->finderInfo) );
H A Dhfs_catalog.c1450 bcopy(&attrp->ca_finderinfo[16], &dir->finderInfo, 16);
1465 bcopy(&attrp->ca_finderinfo[16], &file->finderInfo, 16);
3646 bcopy(&attrp->ca_finderinfo[16], &crp->hfsFile.finderInfo, 16);
3971 bcopy(&file->finderInfo, &crp->finderInfo, 16);
H A Dhfs_vfsops.c740 bcopy(vhp->finderInfo, vcb->vcbFndrInfo, sizeof(vhp->finderInfo));
3127 if (bcmp(vcb->vcbFndrInfo, volumeHeader->finderInfo, sizeof(volumeHeader->finderInfo)) != 0) {
3128 bcopy(vcb->vcbFndrInfo, volumeHeader->finderInfo, sizeof(volumeHeader->finderInfo));
H A Dhfs_vfsutils.c370 bcopy(vhp->finderInfo, vcb->vcbFndrInfo, sizeof(vhp->finderInfo));

Completed in 63 milliseconds