Searched refs:volName (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DMoreDesktopMgr.h66 ConstStr255Param volName,
78 volName input: A pointer to the name of a mounted volume
106 ConstStr255Param volName,
123 volName input: A pointer to the name of a mounted volume
157 ConstStr255Param volName,
172 volName input: A pointer to the name of a mounted volume
204 ConstStr255Param volName,
220 volName input: A pointer to the name of a mounted volume
252 ConstStr255Param volName,
266 volName inpu
[all...]
H A DMoreFiles.h66 ConstStr255Param volName,
78 volName input: A pointer to the name of a mounted volume
216 ConstStr255Param volName,
227 volName input: A pointer to the name of a mounted volume
263 ConstStr255Param volName,
273 volName input: A pointer to the name of a mounted volume
395 ConstStr255Param volName,
403 volName input: A pointer to the name of a mounted volume
704 ConstStr255Param volName,
714 volName inpu
[all...]
H A DMoreFiles.c48 pascal OSErr HGetVolParms(ConstStr255Param volName, argument
56 pb.ioParam.ioNamePtr = (StringPtr)volName;
110 pascal OSErr ResolveFileIDRef(ConstStr255Param volName, argument
121 if ( volName != NULL )
123 BlockMoveData(volName, tempStr, volName[0] + 1);
142 pascal OSErr FSpResolveFileIDRef(ConstStr255Param volName, argument
149 error = DetermineVRefNum(volName, vRefNum, &(spec->vRefNum));
152 error = ResolveFileIDRef(volName, vRefNum, fileID, &(spec->parID), spec->name);
188 pascal OSErr DeleteFileIDRef(ConstStr255Param volName, argument
335 HGetLogInInfo(ConstStr255Param volName, short vRefNum, short *loginMethod, StringPtr userName) argument
423 HMapID(ConstStr255Param volName, short vRefNum, long ugID, short objType, StringPtr name) argument
441 HMapName(ConstStr255Param volName, short vRefNum, ConstStr255Param name, short objType, long *ugID) argument
538 GetVolMountInfoSize(ConstStr255Param volName, short vRefNum, short *size) argument
552 GetVolMountInfo(ConstStr255Param volName, short vRefNum, void *volMountInfo) argument
[all...]
H A DSearch.h162 ConstStr255Param volName,
180 volName input: A pointer to the name of a mounted volume
223 ConstStr255Param volName,
241 volName input: A pointer to the name of a mounted volume
H A DMoreDesktopMgr.c159 static OSErr GetAPPLFromDesktopFile(ConstStr255Param volName,
183 static OSErr GetIconFromDesktopFile(ConstStr255Param volName,
241 pascal OSErr DTOpen(ConstStr255Param volName, argument
253 error = HGetVolParms(volName, vRefNum, &volParmsInfo, &infoSize);
258 pb.ioNamePtr = (StringPtr)volName;
289 static OSErr GetAPPLFromDesktopFile(ConstStr255Param volName, argument
306 error = DetermineVRefNum(volName, vRefNum, &realVRefNum);
395 pascal OSErr DTXGetAPPL(ConstStr255Param volName, argument
414 error = DetermineVRefNum(volName, vRefNum, &realVRefNum);
417 error = DTOpen(volName, vRefNu
525 FSpDTXGetAPPL(ConstStr255Param volName, short vRefNum, OSType creator, Boolean searchCatalog, FSSpec *spec) argument
537 DTGetAPPL(ConstStr255Param volName, short vRefNum, OSType creator, short *applVRefNum, long *applParID, Str255 applName) argument
551 FSpDTGetAPPL(ConstStr255Param volName, short vRefNum, OSType creator, FSSpec *spec) argument
796 GetIconFromDesktopFile(ConstStr255Param volName, short vRefNum, short iconType, OSType fileCreator, OSType fileType, Handle *iconHandle) argument
915 DTGetIcon(ConstStr255Param volName, short vRefNum, short iconType, OSType fileCreator, OSType fileType, Handle *iconHandle) argument
[all...]
H A DMoreFilesExtras.h165 short volNameOffset; /* offset from start of record to volName */
173 Str27 volName; /* volume name */ member in struct:MyAFPVolMountInfo
193 short volNameOffset; /* offset from start of record to volName */
204 Str27 volName; /* volume name */ member in struct:MyAFPXVolMountInfo
628 StringPtr volName,
643 volName input: A pointer to a buffer (minimum Str27) where
668 StringPtr volName,
683 volName input: A pointer to a buffer (minimum Str27) where
3331 Str27 volName,
3352 volName inpu
[all...]
H A DMoreFilesExtras.c715 StringPtr volName,
725 result = XGetVInfo(volReference, volName, vRefNum, &freeBytes64, &totalBytes64);
756 StringPtr volName,
771 pb.ioNamePtr = volName;
787 /* The volume name was returned in volName (if not NULL) and */
808 /* The volume name was returned in volName (if not NULL) and */
3310 Str27 volName,
3333 infoPtr->volNameOffset = offsetof(MyAFPVolMountInfo, volName);
3340 BlockMoveData(volName, infoPtr->volName, sizeo
714 HGetVInfo(short volReference, StringPtr volName, short *vRefNum, unsigned long *freeBytes, unsigned long *totalBytes) argument
755 XGetVInfo(short volReference, StringPtr volName, short *vRefNum, UInt64 *freeBytes, UInt64 *totalBytes) argument
3304 BuildAFPVolMountInfo(short flags, char nbpInterval, char nbpCount, short uamType, Str32 zoneName, Str32 serverName, Str27 volName, Str31 userName, Str8 userPassword, Str8 volPassword, AFPVolMountInfoPtr *afpInfoPtr) argument
3358 RetrieveAFPVolMountInfo(AFPVolMountInfoPtr afpInfoPtr, short *flags, short *uamType, StringPtr zoneName, StringPtr serverName, StringPtr volName, StringPtr userName) argument
3411 BuildAFPXVolMountInfo(short flags, char nbpInterval, char nbpCount, short uamType, Str32 zoneName, Str32 serverName, Str27 volName, Str31 userName, Str8 userPassword, Str8 volPassword, Str32 uamName, unsigned long alternateAddressLength, void *alternateAddress, AFPXVolMountInfoPtr *afpXInfoPtr) argument
3490 RetrieveAFPXVolMountInfo(AFPXVolMountInfoPtr afpXInfoPtr, short *flags, short *uamType, StringPtr zoneName, StringPtr serverName, StringPtr volName, StringPtr userName, StringPtr uamName, unsigned long *alternateAddressLength, AFPAlternateAddress **alternateAddress) argument
[all...]
H A DSearch.c1104 pascal OSErr NameFileSearch(ConstStr255Param volName, argument
1120 error = DetermineVRefNum(volName, vRefNum, &vRefNum);
1190 pascal OSErr CreatorTypeFileSearch(ConstStr255Param volName, argument
1206 error = DetermineVRefNum(volName, vRefNum, &vRefNum);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DMoreDesktopMgr.h66 ConstStr255Param volName,
78 volName input: A pointer to the name of a mounted volume
106 ConstStr255Param volName,
123 volName input: A pointer to the name of a mounted volume
157 ConstStr255Param volName,
172 volName input: A pointer to the name of a mounted volume
204 ConstStr255Param volName,
220 volName input: A pointer to the name of a mounted volume
252 ConstStr255Param volName,
266 volName inpu
[all...]
H A DMoreFiles.h66 ConstStr255Param volName,
78 volName input: A pointer to the name of a mounted volume
216 ConstStr255Param volName,
227 volName input: A pointer to the name of a mounted volume
263 ConstStr255Param volName,
273 volName input: A pointer to the name of a mounted volume
395 ConstStr255Param volName,
403 volName input: A pointer to the name of a mounted volume
704 ConstStr255Param volName,
714 volName inpu
[all...]
H A DMoreFiles.c48 pascal OSErr HGetVolParms(ConstStr255Param volName, argument
56 pb.ioParam.ioNamePtr = (StringPtr)volName;
110 pascal OSErr ResolveFileIDRef(ConstStr255Param volName, argument
121 if ( volName != NULL )
123 BlockMoveData(volName, tempStr, volName[0] + 1);
142 pascal OSErr FSpResolveFileIDRef(ConstStr255Param volName, argument
149 error = DetermineVRefNum(volName, vRefNum, &(spec->vRefNum));
152 error = ResolveFileIDRef(volName, vRefNum, fileID, &(spec->parID), spec->name);
188 pascal OSErr DeleteFileIDRef(ConstStr255Param volName, argument
335 HGetLogInInfo(ConstStr255Param volName, short vRefNum, short *loginMethod, StringPtr userName) argument
423 HMapID(ConstStr255Param volName, short vRefNum, long ugID, short objType, StringPtr name) argument
441 HMapName(ConstStr255Param volName, short vRefNum, ConstStr255Param name, short objType, long *ugID) argument
538 GetVolMountInfoSize(ConstStr255Param volName, short vRefNum, short *size) argument
552 GetVolMountInfo(ConstStr255Param volName, short vRefNum, void *volMountInfo) argument
[all...]
H A DSearch.h162 ConstStr255Param volName,
180 volName input: A pointer to the name of a mounted volume
223 ConstStr255Param volName,
241 volName input: A pointer to the name of a mounted volume
H A DMoreDesktopMgr.c159 static OSErr GetAPPLFromDesktopFile(ConstStr255Param volName,
183 static OSErr GetIconFromDesktopFile(ConstStr255Param volName,
241 pascal OSErr DTOpen(ConstStr255Param volName, argument
253 error = HGetVolParms(volName, vRefNum, &volParmsInfo, &infoSize);
258 pb.ioNamePtr = (StringPtr)volName;
289 static OSErr GetAPPLFromDesktopFile(ConstStr255Param volName, argument
306 error = DetermineVRefNum(volName, vRefNum, &realVRefNum);
395 pascal OSErr DTXGetAPPL(ConstStr255Param volName, argument
414 error = DetermineVRefNum(volName, vRefNum, &realVRefNum);
417 error = DTOpen(volName, vRefNu
525 FSpDTXGetAPPL(ConstStr255Param volName, short vRefNum, OSType creator, Boolean searchCatalog, FSSpec *spec) argument
537 DTGetAPPL(ConstStr255Param volName, short vRefNum, OSType creator, short *applVRefNum, long *applParID, Str255 applName) argument
551 FSpDTGetAPPL(ConstStr255Param volName, short vRefNum, OSType creator, FSSpec *spec) argument
796 GetIconFromDesktopFile(ConstStr255Param volName, short vRefNum, short iconType, OSType fileCreator, OSType fileType, Handle *iconHandle) argument
915 DTGetIcon(ConstStr255Param volName, short vRefNum, short iconType, OSType fileCreator, OSType fileType, Handle *iconHandle) argument
[all...]
H A DMoreFilesExtras.h165 short volNameOffset; /* offset from start of record to volName */
173 Str27 volName; /* volume name */ member in struct:MyAFPVolMountInfo
193 short volNameOffset; /* offset from start of record to volName */
204 Str27 volName; /* volume name */ member in struct:MyAFPXVolMountInfo
628 StringPtr volName,
643 volName input: A pointer to a buffer (minimum Str27) where
668 StringPtr volName,
683 volName input: A pointer to a buffer (minimum Str27) where
3331 Str27 volName,
3352 volName inpu
[all...]
H A DMoreFilesExtras.c715 StringPtr volName,
725 result = XGetVInfo(volReference, volName, vRefNum, &freeBytes64, &totalBytes64);
756 StringPtr volName,
771 pb.ioNamePtr = volName;
787 /* The volume name was returned in volName (if not NULL) and */
808 /* The volume name was returned in volName (if not NULL) and */
3310 Str27 volName,
3333 infoPtr->volNameOffset = offsetof(MyAFPVolMountInfo, volName);
3340 BlockMoveData(volName, infoPtr->volName, sizeo
714 HGetVInfo(short volReference, StringPtr volName, short *vRefNum, unsigned long *freeBytes, unsigned long *totalBytes) argument
755 XGetVInfo(short volReference, StringPtr volName, short *vRefNum, UInt64 *freeBytes, UInt64 *totalBytes) argument
3304 BuildAFPVolMountInfo(short flags, char nbpInterval, char nbpCount, short uamType, Str32 zoneName, Str32 serverName, Str27 volName, Str31 userName, Str8 userPassword, Str8 volPassword, AFPVolMountInfoPtr *afpInfoPtr) argument
3358 RetrieveAFPVolMountInfo(AFPVolMountInfoPtr afpInfoPtr, short *flags, short *uamType, StringPtr zoneName, StringPtr serverName, StringPtr volName, StringPtr userName) argument
3411 BuildAFPXVolMountInfo(short flags, char nbpInterval, char nbpCount, short uamType, Str32 zoneName, Str32 serverName, Str27 volName, Str31 userName, Str8 userPassword, Str8 volPassword, Str32 uamName, unsigned long alternateAddressLength, void *alternateAddress, AFPXVolMountInfoPtr *afpXInfoPtr) argument
3490 RetrieveAFPXVolMountInfo(AFPXVolMountInfoPtr afpXInfoPtr, short *flags, short *uamType, StringPtr zoneName, StringPtr serverName, StringPtr volName, StringPtr userName, StringPtr uamName, unsigned long *alternateAddressLength, AFPAlternateAddress **alternateAddress) argument
[all...]
H A DSearch.c1104 pascal OSErr NameFileSearch(ConstStr255Param volName, argument
1120 error = DetermineVRefNum(volName, vRefNum, &vRefNum);
1190 pascal OSErr CreatorTypeFileSearch(ConstStr255Param volName, argument
1206 error = DetermineVRefNum(volName, vRefNum, &vRefNum);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dmacstuff.c1255 pascal OSErr DTOpen(ConstStr255Param volName, argument
1267 error = HGetVolParms(volName, vRefNum, &volParmsInfo, &infoSize);
1272 pb.ioNamePtr = (StringPtr)volName;
1388 pascal OSErr HGetVolParms(ConstStr255Param volName, argument
1396 pb.ioParam.ioNamePtr = (StringPtr)volName;
1471 StringPtr volName,
1485 pb.ioNamePtr = volName;
1491 /* The volume name was returned in volName (if not NULL) and */
1505 result = HGetVInfo(volReference, volName, vRefNum, &freeBytes->lo, &totalBytes->lo);
1521 StringPtr volName,
1470 XGetVInfo(short volReference, StringPtr volName, short *vRefNum, UnsignedWide *freeBytes, UnsignedWide *totalBytes) argument
1520 HGetVInfo(short volReference, StringPtr volName, short *vRefNum, unsigned long *freeBytes, unsigned long *totalBytes) argument
[all...]

Completed in 149 milliseconds