Searched refs:fdFlags (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Diso.h132 unsigned short fdFlags; member in struct:finder_info
H A Dcd9660_vnops.c225 header.finfo.fdFlags = ip->i_FinderFlags;
831 header.finfo.fdFlags = ip->i_FinderFlags;
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_format.h198 u_int16_t fdFlags; /* Finder flags */ member in struct:FndrFileInfo
H A Dhfs_link.c104 fip->fdFlags = SWAP_BE16 (kIsAlias);
108 fip->fdFlags = SWAP_BE16 (kHasBeenInited);
H A Dhfs_xattr.c522 u_int16_t fdFlags; local
583 * The fdFlags for files and frFlags for folders are both 8 bytes
587 fdFlags = *((u_int16_t *) &cp->c_finderinfo[8]);
588 if (fdFlags & OSSwapHostToBigConstInt16(kFinderInvisibleMask))
H A Dhfs_search.c770 flags = SWAP_BE16(finder_info->fdFlags);
H A Dhfs_vnops.c812 u_int16_t *fdFlags; local
820 * The fdFlags for files and frFlags for folders are both 8 bytes
824 fdFlags = (u_int16_t *) &cp->c_finderinfo[8];
826 *fdFlags |= OSSwapHostToBigConstInt16(kFinderInvisibleMask);
828 *fdFlags &= ~OSSwapHostToBigConstInt16(kFinderInvisibleMask);
H A Dhfs_hotfiles.c1820 ((FndrFileInfo *)&cp->c_finderinfo[0])->fdFlags |=
H A Dhfs_catalog.c3848 if (crp->userInfo.fdFlags & OSSwapHostToBigConstInt16(kFinderInvisibleMask))

Completed in 121 milliseconds