Searched refs:parID (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOS9/
H A DmDNSLibraryLoader.c43 fss.parID = fcbPB.ioFCBParID;
/macosx-10.10/MITKerberosShim-66/profile/
H A Dprof_FSp_glue.c39 (nextSpec -> parID == 0) &&
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DCatalogCheck.c1627 * parID - parent ID of file
1631 * parID - fileID for attribute
1644 RecordBadAllocation(UInt32 parID, unsigned char * filename, UInt32 forkType, UInt32 oldBlkCnt, UInt32 newBlkCnt) argument
1665 result = GetFileNamePathByID(gScavGlobals, parID, NULL, NULL,
1669 sprintf(real_filename, "id = %u", parID);
1699 p->parid = parID;
1724 * parID - parent ID of file
1728 * parID - fileID for attribute
1741 RecordTruncation(UInt32 parID, unsigned char * filename, UInt32 forkType, UInt64 oldSize, UInt64 newSize) argument
1762 result = GetFileNamePathByID(gScavGlobals, parID, NUL
[all...]
H A DScavenger.h419 HFSCatalogNodeID parID; // Used for files on HFS volumes without threads member in struct:FileIdentifier
1036 extern int RecordBadAllocation(UInt32 parID, unsigned char * filename, UInt32 forkType, UInt32 oldBlkCnt, UInt32 newBlkCnt);
1038 extern int RecordTruncation(UInt32 parID, unsigned char * filename, UInt32 forkType, UInt64 oldSize, UInt64 newSize);
H A DHardLinkCheck.c78 static int RecordOrphanOpenUnlink(SGlobPtr gp, UInt32 parID, unsigned char * filename);
1158 RecordOrphanOpenUnlink(SGlobPtr gp, UInt32 parID, unsigned char* filename) argument
H A DSVerify1.c1698 HFSCatalogNodeID parID; local
1767 parID = isHFSPlus == true ? foundKey.hfsPlus.parentID : foundKey.hfs.parentID;
1768 if ( (validKeyFound == true) && (parID == dprP->directoryID) )
1972 GPtr->TarID = parID; // target ID = file number
/macosx-10.10/tcl-105/tcl_ext/tclresource/tclresource/
H A DtclResource.c823 fileFSSpec.parID = fileRec.ioFCBParID;
1280 fileSpec.parID = catalogInfo.nodeID;
1370 HCreateResFile(fileSpec.vRefNum, fileSpec.parID, fileSpec.name);
1386 pb.dirInfo.ioDrParID = fileSpec.parID;
1394 parentSpec.parID = pb.dirInfo.ioDrParID;
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DosxMacTcl.c411 fileSpecPtr->parID = catalogInfo.nodeID;
/macosx-10.10/tcl-105/tcl_ext/tclapplescript/tclapplescript/
H A DosxMacTcl.c410 fileSpecPtr->parID = catalogInfo.nodeID;
/macosx-10.10/vim-55/src/
H A Dgui_mac.c638 && SearchData.theFile.parID == buf->b_FSSpec.parID
812 if (GetTextData.theFile.parID == buf->b_FSSpec.parID)
6199 theCPB.dirInfo.ioDrDirID = file.parID;
6273 theCPB.dirInfo.ioDrParID = file.parID;
6274 theCPB.dirInfo.ioDrDirID = file.parID;
6276 if ((TRUE) && (file.parID != fsRtDirID /*fsRtParID*/))
/macosx-10.10/Security-57031.1.35/SecurityTests/testKeychainAPI/testKeychainAPI/
H A DKCParamUtility.h428 CFSSpec(){ vRefNum = 0; parID = 0; memset(name, 0, sizeof(name)); mFullPathName[0] = 0;}
/macosx-10.10/emacs-93/emacs/src/
H A Dmac.c3130 fs->vRefNum, fs->parID, fs->name)
3165 if (path_from_vol_dir_name (mac_pathname, 255, fsspec.vRefNum, fsspec.parID,
H A Dmacfns.c2001 && fss.parID == fss_proxy.parID

Completed in 328 milliseconds