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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_format.h381 FndrOpaqueInfo finderInfo; /* additional Finder information */ member in struct:HFSCatalogFolder
399 FndrOpaqueInfo finderInfo; /* additional Finder information */ member in struct:HFSPlusCatalogFolder
421 FndrOpaqueInfo finderInfo; /* additional Finder information */ member in struct:HFSCatalogFile
442 FndrOpaqueInfo finderInfo; /* additional Finder information */ member in struct:HFSPlusCatalogFile
688 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
1017 (u_int32_t *)&searchInfo1->finderInfo,
1018 (u_int32_t *) &searchInfo2->finderInfo, 8);
1351 bcopy( attributeBuffer, searchInfo->finderInfo, sizeof(searchInfo->finderInfo) );
H A Dhfs_vfsops.c904 bcopy(vhp->finderInfo, vcb->vcbFndrInfo, sizeof(vhp->finderInfo));
3905 if (bcmp(vcb->vcbFndrInfo, volumeHeader->finderInfo, sizeof(volumeHeader->finderInfo)) != 0) {
3906 bcopy(vcb->vcbFndrInfo, volumeHeader->finderInfo, sizeof(volumeHeader->finderInfo));
H A Dhfs_catalog.c1806 bcopy(&attrp->ca_finderinfo[16], &dir->finderInfo, 16);
1822 bcopy(&attrp->ca_finderinfo[16], &file->finderInfo, 16);
4258 bcopy(&attrp->ca_finderinfo[16], &crp->hfsFile.finderInfo, 16);
4539 bcopy(&file->finderInfo, &crp->finderInfo, 16);
H A Dhfs_vfsutils.c434 bcopy(vhp->finderInfo, vcb->vcbFndrInfo, sizeof(vhp->finderInfo));

Completed in 48 milliseconds