Searched refs:fileMode (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/smb-697.95.1/mount_smbfs/
H A Dmount_smbfs.c114 mode_t fileMode = 0, dirMode = 0; local
134 fileMode = strtol(optarg, &next, 8);
203 mntOptions, fileMode, dirMode, setNetworkAccountSID, NULL);
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkernelcache.h45 mode_t fileMode,
H A Dkcgen_main.h195 mode_t fileMode,
H A Dkcgen_main.c1199 mode_t fileMode = 0; local
1203 &prelinkedArchs, &fileMode, prelinkedKernelTimes);
1269 prelinkedArchs, fileMode, prelinkedKernelTimes);
H A Dkernelcache.c28 mode_t fileMode,
71 if (-1 == fchmod(fileDescriptor, fileMode & ~procMode)) {
24 writeFatFile( const char * filePath, CFArrayRef fileSlices, CFArrayRef fileArchs, mode_t fileMode, const struct timeval fileTimes[2]) argument
H A Dkextcache_main.c2889 mode_t fileMode = 0; local
2893 &prelinkedArchs, &fileMode, prelinkedKernelTimes);
2964 prelinkedArchs, fileMode, prelinkedKernelTimes);
/macosx-10.9.5/smb-697.95.1/lib/smbclient/
H A Dsmbclient_internal.h91 * @param fileMode Specify permissions that should be assigned to files. The
107 mode_t fileMode,
H A Dserver.c308 mode_t fileMode,
368 if (fileMode || dirMode) {
369 if (fileMode) {
370 numRef = CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt16Type, &fileMode);
302 SMBMountShareEx( SMBHANDLE inConnection, const char *targetShare, const char *mountPoint, unsigned mountFlags, uint64_t mountOptions, mode_t fileMode, mode_t dirMode, void (*callout)(void *, void *), void *args) argument
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DCatalogCheck.c986 if (((file->bsdInfo.fileMode & S_IFMT) == S_IFREG) &&
1013 if (((file->bsdInfo.fileMode & S_IFMT) == S_IFLNK) ||
1018 if (((file->bsdInfo.fileMode & S_IFMT) != S_IFLNK) ||
1298 if (bsdInfo->fileMode == 0)
1301 switch (bsdInfo->fileMode & FT_MASK) {
1323 gScavGlobals->TarBlock = bsdInfo->fileMode & FT_MASK;
1336 p->incorrect = bsdInfo->fileMode;
H A Dhfs_endian.c626 srcRec->bsdInfo.fileMode = SWAP_BE16 (srcRec->bsdInfo.fileMode);
660 srcRec->bsdInfo.fileMode = SWAP_BE16 (srcRec->bsdInfo.fileMode);
H A DSRepair.c120 static int BuildFileRec(UInt16 fileType, UInt16 fileMode, UInt32 fileID, Boolean isHFSPlus, CatalogRecord *catRecord);
1024 rec.hfsPlusFolder.bsdInfo.fileMode |= S_ISVTX;
2316 ((UInt16)p->incorrect == rec.hfsPlusFile.bsdInfo.fileMode)) {
2321 rec.hfsPlusFile.bsdInfo.fileMode = (UInt16)p->correct;
6081 theRecPtr->hfsPlusFolder.bsdInfo.fileMode = S_IFDIR;
6082 theRecPtr->hfsPlusFolder.bsdInfo.fileMode |= theMode;
6154 * and fileMode.
6158 * 2. fileMode - file mode desired.
6168 static int BuildFileRec(UInt16 fileType, UInt16 fileMode, UInt32 fileID, Boolean isHFSPlus, CatalogRecord *catRecord) argument
6192 catRecord->hfsPlusFile.bsdInfo.fileMode
[all...]
H A Ddirhardlink.c418 fileMode should have S_ISVTX set */
421 ((rec->bsdInfo.fileMode & S_ISVTX) == 0)) {
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_endian.c613 srcRec->bsdInfo.fileMode = SWAP_BE16 (srcRec->bsdInfo.fileMode);
649 srcRec->bsdInfo.fileMode = SWAP_BE16 (srcRec->bsdInfo.fileMode);
H A Dhfs_format.h263 u_int16_t fileMode; /* file type and permission bits */ member in struct:HFSPlusBSDInfo
H A Dhfs_catalog.c1899 if ((dir->bsdInfo.fileMode != 0) ||
1905 if ((dir->bsdInfo.fileMode == 0) ||
1912 dir->bsdInfo.fileMode = attrp->ca_mode;
1975 ((file->bsdInfo.fileMode != 0) ||
1981 if ((file->bsdInfo.fileMode == 0) ||
1988 file->bsdInfo.fileMode = attrp->ca_mode;
3233 type = MODE_TO_DT(crp->hfsPlusFile.bsdInfo.fileMode);
4249 bsdp->fileMode = attrp->ca_mode;
4352 if ((bsd->fileMode & S_IFMT) == 0) {
4369 attrp->ca_mode = (mode_t)bsd->fileMode;
[all...]
/macosx-10.9.5/hfs-226.1.1/newfs_hfs/
H A Dmakehfs.c1624 cdp->bsdInfo.fileMode = SWAP_BE16 (dp->mask | S_IFDIR);
1674 cfp->bsdInfo.fileMode = SWAP_BE16 (S_IFREG);
1712 cfp->bsdInfo.fileMode = SWAP_BE16 (S_IFREG);

Completed in 232 milliseconds