Searched refs:frFlags (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A Dhfs_endian.c631 /* The only field we use in srcRec->userInfo is frFlags (used in VLockedChk). */
632 srcRec->userInfo.frFlags = SWAP_BE16 (srcRec->userInfo.frFlags);
1036 /* The only field we use in srcRec->userInfo is frFlags (used in VLockedChk). */
1037 srcRec->userInfo.frFlags = SWAP_BE16 (srcRec->userInfo.frFlags);
H A DSRepair.c1880 if ( (UInt16) p->incorrect != largeCatalogFolderP->userInfo.frFlags)
1884 largeCatalogFolderP->userInfo.frFlags &= ~((UInt16)p->maskBit);
1886 largeCatalogFolderP->userInfo.frFlags |= (UInt16)p->maskBit;
1890 largeCatalogFolderP->userInfo.frFlags = (UInt16)p->correct;
1897 if ( p->incorrect != smallCatalogFolderP->userInfo.frFlags) // do we know what we're doing?
1901 smallCatalogFolderP->userInfo.frFlags &= ~((UInt16)p->maskBit);
1903 smallCatalogFolderP->userInfo.frFlags |= (UInt16)p->maskBit;
1907 smallCatalogFolderP->userInfo.frFlags = (UInt16)p->correct;
H A DSVerify1.c3419 UInt16 frFlags; local
3476 frFlags = record.recordType == kHFSPlusFolderRecord ?
3477 record.hfsPlusFolder.userInfo.frFlags :
3478 record.hfsFolder.userInfo.frFlags;
3480 if ( frFlags & fNameLocked ) // name locked bit set?
3481 RcdNameLockedErr( GPtr, E_LockedDirName, frFlags );
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_search.c605 if ( (SWAP_BE16(finfop->frFlags) & kHasBundle)
622 (SWAP_BE16(finfop->frFlags) & kIsInvisible) ) {
822 flags = SWAP_BE16(finder_info->frFlags);
841 flags = SWAP_BE16(finder_info->frFlags);
H A Dhfs_format.h213 unsigned short frFlags; /* Finder flags */ member in struct:FndrDirInfo
H A Dhfs_link.c1021 fndrinfo->frFlags = SWAP_BE16(kIsInvisible + kNameLocked);
H A Dhfs_catalog.c4401 if (((const HFSPlusCatalogFolder *)crp)->userInfo.frFlags & OSSwapHostToBigConstInt16(kFinderInvisibleMask))
/macosx-10.10/emacs-93/emacs/src/
H A Dmac.c4094 done = !(cipb.dirInfo.ioDrUsrWds.frFlags & fInvisible);

Completed in 300 milliseconds