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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_format.h389 FndrOpaqueInfo finderInfo; /* additional Finder information */ member in struct:HFSCatalogFolder
407 FndrOpaqueInfo finderInfo; /* additional Finder information */ member in struct:HFSPlusCatalogFolder
429 FndrOpaqueInfo finderInfo; /* additional Finder information */ member in struct:HFSCatalogFile
450 FndrOpaqueInfo finderInfo; /* additional Finder information */ member in struct:HFSPlusCatalogFile
691 u_int8_t finderInfo[32]; /* information used by the Finder */ member in struct:HFSPlusVolumeHeader
H A Dhfs_search.c97 u_int8_t finderInfo[32]; member in struct:searchinfospec
921 (u_int32_t *)&searchInfo1->finderInfo,
922 (u_int32_t *) &searchInfo2->finderInfo, 8);
1244 bcopy( attributeBuffer, searchInfo->finderInfo, sizeof(searchInfo->finderInfo) );
H A Dhfs_catalog.c1578 bcopy(&attrp->ca_finderinfo[16], &dir->finderInfo, 16);
1593 bcopy(&attrp->ca_finderinfo[16], &file->finderInfo, 16);
3874 bcopy(&attrp->ca_finderinfo[16], &crp->hfsFile.finderInfo, 16);
4199 bcopy(&file->finderInfo, &crp->finderInfo, 16);
H A Dhfs_vfsops.c934 bcopy(vhp->finderInfo, vcb->vcbFndrInfo, sizeof(vhp->finderInfo));
3809 if (bcmp(vcb->vcbFndrInfo, volumeHeader->finderInfo, sizeof(volumeHeader->finderInfo)) != 0) {
3810 bcopy(vcb->vcbFndrInfo, volumeHeader->finderInfo, sizeof(volumeHeader->finderInfo));
H A Dhfs_vfsutils.c416 bcopy(vhp->finderInfo, vcb->vcbFndrInfo, sizeof(vhp->finderInfo));

Completed in 145 milliseconds