Searched refs:mountpoint (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/trofs/
H A Dtrofs.rb41 def self.mount(archive, mountpoint=None)
42 # returns the normalized path to mountpoint
43 tk_call('::trofs::mount', archive, mountpoint)
46 def self.umount(mountpoint)
47 tk_call('::trofs::umount', mountpoint)
48 mountpoint
/macosx-10.10/bless-103/
H A Dunbless.c45 int unbless(char *mountpoint);
73 int unbless(char *mountpoint) { argument
79 ret = BLIsMountHFS(NULL, mountpoint, &isHFS);
81 errx(1, "Could not determine filesystem of %s", mountpoint);
84 errx(1, "%s is not HFS+", mountpoint);
86 ret = BLGetVolumeFinderInfo(NULL, mountpoint, oldwords);
88 err(1, "Could not get finder info for %s", mountpoint);
98 ret = BLSetVolumeFinderInfo(NULL, mountpoint, oldwords);
100 err(1, "Can't set finder info for %s", mountpoint);
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDAMount.h54 typedef void ( *DAMountCallback )( int status, CFURLRef mountpoint, void * context );
56 extern void _DAMountCreateTrashFolder( DADiskRef disk, CFURLRef mountpoint );
59 CFURLRef mountpoint,
64 CFURLRef mountpoint,
77 extern void DAMountRemoveMountPoint( CFURLRef mountpoint );
H A DDAFileSystem.h51 extern CFStringRef _DAFileSystemCopyName( DAFileSystemRef filesystem, CFURLRef mountpoint );
69 CFURLRef mountpoint,
77 CFURLRef mountpoint,
90 CFURLRef mountpoint,
101 CFURLRef mountpoint,
106 CFURLRef mountpoint,
111 CFURLRef mountpoint,
H A DDAMount.c47 CFURLRef mountpoint; member in struct:__DAMountCallbackContext
78 ( context->callback )( status, context->mountpoint, context->callbackContext );
84 if ( context->mountpoint ) CFRelease( context->mountpoint );
146 if ( context->mountpoint == NULL )
148 context->mountpoint = DAMountCreateMountPointWithAction( context->disk, kDAMountPointActionMake );
155 if ( context->mountpoint )
161 context->mountpoint,
196 DAMountRemoveMountPoint( context->mountpoint );
208 _DAMountCreateTrashFolder( context->disk, context->mountpoint );
295 DAMount( DADiskRef disk, CFURLRef mountpoint, DAMountCallback callback, void * callbackContext ) argument
405 CFURLRef mountpoint; local
722 DAMountWithArguments( DADiskRef disk, CFURLRef mountpoint, DAMountCallback callback, void * callbackContext, ... ) argument
[all...]
H A DDAPrivate.c43 CFURLRef mountpoint = context; local
45 DAMountRemoveMountPoint( mountpoint );
47 CFRelease( mountpoint );
52 static int __DAFileSystemSetAdoption( DAFileSystemRef filesystem, CFURLRef mountpoint, Boolean adoption ) argument
57 path = ___CFURLCopyFileSystemRepresentation( mountpoint );
87 static int __DAFileSystemSetEncoding( DAFileSystemRef filesystem, CFURLRef mountpoint, CFStringEncoding encoding ) argument
93 path = ___CFURLCopyFileSystemRepresentation( mountpoint );
163 CFURLRef mountpoint; local
165 mountpoint = DADiskGetDescription( disk, kDADiskDescriptionVolumePathKey );
167 CFRetain( mountpoint );
[all...]
H A DDARequest.c51 static void __DARequestMountCallback( int status, CFURLRef mountpoint, void * context );
691 static void __DARequestMountCallback( int status, CFURLRef mountpoint, void * context ) argument
720 DADiskSetBypath( disk, mountpoint );
722 DADiskSetDescription( disk, kDADiskDescriptionVolumePathKey, mountpoint );
1056 CFURLRef mountpoint; local
1066 mountpoint = DADiskGetDescription( disk, kDADiskDescriptionVolumePathKey );
1068 if ( CFEqual( CFURLGetString( mountpoint ), CFSTR( "file:///" ) ) )
1070 mountpoint = DAMountCreateMountPointWithAction( disk, kDAMountPointActionMove );
1072 if ( mountpoint )
1074 DADiskSetBypath( disk, mountpoint );
1162 CFURLRef mountpoint; local
1315 CFURLRef mountpoint; local
1388 CFURLRef mountpoint; local
[all...]
H A DDAQueue.h54 extern void DADiskMount( DADiskRef disk, CFURLRef mountpoint, DADiskMountOptions options, DACallbackRef callback );
58 extern void DADiskMountWithArguments( DADiskRef disk, CFURLRef mountpoint, DADiskMountOptions options, DACallbackRef callback, CFStringRef arguments );
H A DDAFileSystem.c354 CFStringRef _DAFileSystemCopyName( DAFileSystemRef filesystem, CFURLRef mountpoint )
372 path = ___CFURLCopyFileSystemRepresentation( mountpoint );
482 CFURLRef mountpoint,
492 DAFileSystemMountWithArguments( filesystem, device, mountpoint, userUID, userGID, callback, callbackContext, NULL );
497 CFURLRef mountpoint,
532 mountpointPath = CFURLCopyFileSystemPath( mountpoint, kCFURLPOSIXPathStyle );
716 CFURLRef mountpoint,
744 mountpointPath = ___CFURLCopyFileSystemRepresentation( mountpoint );
844 CFURLRef mountpoint,
867 mountpointPath = CFURLCopyFileSystemPath( mountpoint, kCFURLPOSIXPathStyl
480 DAFileSystemMount( DAFileSystemRef filesystem, CFURLRef device, CFURLRef mountpoint, uid_t userUID, gid_t userGID, DAFileSystemCallback callback, void * callbackContext ) argument
495 DAFileSystemMountWithArguments( DAFileSystemRef filesystem, CFURLRef device, CFURLRef mountpoint, uid_t userUID, gid_t userGID, DAFileSystemCallback callback, void * callbackContext, ... ) argument
715 DAFileSystemRename( DAFileSystemRef filesystem, CFURLRef mountpoint, CFStringRef name, DAFileSystemCallback callback, void * callbackContext ) argument
843 DAFileSystemRepairQuotas( DAFileSystemRef filesystem, CFURLRef mountpoint, DAFileSystemCallback callback, void * callbackContext ) argument
904 DAFileSystemUnmount( DAFileSystemRef filesystem, CFURLRef mountpoint, DAFileSystemCallback callback, void * callbackContext ) argument
912 DAFileSystemUnmountWithArguments( DAFileSystemRef filesystem, CFURLRef mountpoint, DAFileSystemCallback callback, void * callbackContext, ... ) argument
[all...]
H A DDAStage.c47 static void __DAStageMountCallback( int status, CFURLRef mountpoint, void * context );
470 static void __DAStageMountCallback( int status, CFURLRef mountpoint, void * context ) argument
480 DADiskSetBypath( disk, mountpoint );
482 DADiskSetDescription( disk, kDADiskDescriptionVolumePathKey, mountpoint );
/macosx-10.10/bless-103/libbless/FinderInfo/
H A DBLSetVolumeFinderInfo.c49 int BLSetVolumeFinderInfo(BLContextPtr context, const char * mountpoint, uint32_t * words) { argument
63 err = getattrlist(mountpoint, &alist, &vinfo, sizeof(vinfo), 0);
65 contextprintf(context, kBLLogLevelError, "Can't volume information for %s\n", mountpoint );
74 err = setattrlist(mountpoint, &alist, &vinfo.finderinfo, sizeof(vinfo.finderinfo), 0);
76 contextprintf(context, kBLLogLevelError, "Error while setting volume information for %s\n", mountpoint );
H A DBLGetVolumeFinderInfo.c48 int BLGetVolumeFinderInfo(BLContextPtr context, const char * mountpoint, uint32_t * words) { argument
62 err = getattrlist(mountpoint, &alist, &vinfo, sizeof(vinfo), 0);
64 contextprintf(context, kBLLogLevelError, "Can't get volume information for %s\n", mountpoint );
H A DBLDumpVolumeFinderInfo.c47 * 1. getattrlist on the mountpoint to get the volume id
51 int BLCreateVolumeInformationDictionary(BLContextPtr context, const char * mountpoint, argument
62 err = BLGetVolumeFinderInfo(context, mountpoint, finderinfo);
81 err = BLLookupFileIDOnMount(context, mountpoint, dirID, blesspath);
91 if(strlen(blesspath) == 0 || 0 == strcmp(mountpoint, "/")) {
94 val = CFStringCreateWithCString(kCFAllocatorDefault, blesspath+strlen(mountpoint), kCFStringEncodingUTF8);
/macosx-10.10/bless-103/libbless/HFS/
H A DBLBlessDir.c40 int BLBlessDir(BLContextPtr context, const char * mountpoint, argument
46 err = BLGetVolumeFinderInfo(context, mountpoint, finderinfo);
48 contextprintf(context, kBLLogLevelError, "Can't get Finder info fields for volume mounted at %s\n", mountpoint );
72 err = BLSetVolumeFinderInfo(context, mountpoint, finderinfo);
74 contextprintf(context, kBLLogLevelError, "Can't set Finder info fields for volume mounted at %s\n", mountpoint );
/macosx-10.10/bless-103/libbless/OpenFirmware/
H A DBLGetOpenFirmwareBootDeviceForMountPoint.c42 int BLGetOpenFirmwareBootDeviceForMountPoint(BLContextPtr context, const char * mountpoint, char * ofstring) { argument
47 err = stat(mountpoint, &sb);
49 contextprintf(context, kBLLogLevelError, "Can't stat mount point %s\n", mountpoint );
H A DBLSetOpenFirmwareBootDeviceForMountPoint.c44 int BLSetOpenFirmwareBootDeviceForMountPoint(BLContextPtr context, const char * mountpoint) { argument
49 err = stat(mountpoint, &sb);
51 contextprintf(context, kBLLogLevelError, "Can't stat mount point %s\n", mountpoint );
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Dvopstat89 USAGE: voptrace [-t] [/mountpoint]
/macosx-10.10/dtrace-147/DTTk/FS/
H A Dvopstat89 USAGE: voptrace [-t] [/mountpoint]
/macosx-10.10/bless-103/libbless/
H A Dbless.h267 * @param mount mountpoint of volume to gather information on
271 const char * mountpoint,
312 * @param mountpoint mountpoint of volume
317 const char * mountpoint,
327 * @param mountpoint mountpoint of volume
333 const char * mountpoint,
363 * @param mountpoint mountpoint o
[all...]
/macosx-10.10/DiskArbitration-268/DiskArbitration/
H A DDiskArbitrationPrivate.h167 typedef int ( *DiskArbCallback_DiskAppeared_t )( char * disk, unsigned flags, char * mountpoint, char * content );
171 char * mountpoint,
178 char * mountpoint,
186 typedef int ( *DiskArbCallback_DiskAppearedWithMountpoint_t )( char * disk, unsigned flags, char * mountpoint );
198 typedef void ( *DiskArbCallback_DiskChangedNotification_t )( char * disk, char * mountpoint, char * name, int flags, int success );
234 extern kern_return_t DiskArbDiskAppearedWithMountpointPing_auto( char * disk, unsigned reserved0032, char * mountpoint );
H A DDiskArbitrationPrivate.c560 static void __DiskArbCallback_DiskChangedNotification( char * disk, char * mountpoint, char * name, int context, int success ) argument
581 ( callback )( disk, mountpoint, name, context, success );
665 char * mountpoint = NULL; local
674 mountpoint = __DiskArbCopyDiskDescriptionVolumePath( disk );
697 ( callback )( __DiskArbGetDiskID( disk ), flags, mountpoint, content, path, sequence ); local
719 ( callback )( __DiskArbGetDiskID( disk ), flags, mountpoint, content ); local
741 ( callback )( __DiskArbGetDiskID( disk ), flags, mountpoint, content, path, sequence, time, filesystem, name ); local
750 if ( strcmp( mountpoint, "" ) )
765 ( callback )( __DiskArbGetDiskID( disk ), flags, mountpoint ); local
775 if ( mountpoint ) fre
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A DvfsUtils.tcl53 proc ::vfs::RegisterMount {mountpoint unmountcmd} {
55 set _unmountCmd([file normalize $mountpoint]) $unmountcmd
58 proc ::vfs::unmount {mountpoint} {
60 set norm [file normalize $mountpoint]
69 # vfs::attributes mountpoint ?-opt val? ?...-opt val?
70 proc ::vfs::attributes {mountpoint args} {
71 set handler [::vfs::filesystem info $mountpoint]
/macosx-10.10/webdavfs-367/WebDAVPlugin/
H A DWebDAV_Mount.c365 create_basename(const char *url, size_t maxlength, char *mountpoint, argument
376 if (realpath(mountpoint, realmountdir) == NULL) {
472 FindActiveMountPointFromURL(const char* url, char* mountpoint, size_t mountpoint_len) argument
500 strlcpy(mountpoint, buffer[i].f_mntonname, mountpoint_len);
622 char *mountpoint,
635 if ((error = create_basename(url, MAXNAMLEN, mountpoint, basename)) != 0)
710 url, mountpoint);
713 if ((error = AttemptMount(url, mountpoint, options, fd, basename))) {
717 error, mountpoint);
722 * mounted by the current user. Try and return the mountpoint
617 WebDAVMountURL(const char *url, const char *username, const char *password, const char *proxy_username, const char *proxy_password, char *mountpoint, size_t mountpoint_len, u_int32_t options) argument
1440 char mountpoint[MAXPATHLEN]; local
[all...]
/macosx-10.10/pam_modules-140/modules/pam_mount/
H A Dpam_mount.c176 CFStringRef mountpoint = CFStringCreateWithCString(NULL, homedir, kCFStringEncodingUTF8); local
180 if (0 != DIHLFVMount(dmgin, kDIHLFVCredUserPasswordType, password, mountpoint, NULL, NULL, NULL, &mountpath, &devicepath)) {
191 CFRelease(mountpoint);
/macosx-10.10/autofs-246/mig/
H A Dautofs_prot.defs60 in path : autofs_pathname; /* mountpoint */
64 in isdirect : boolean_t; /* direct mountpoint? */
143 in path : autofs_pathname; /* mountpoint */
147 in isdirect : boolean_t; /* direct mountpoint? */
186 in mountpoint : autofs_pathname; /* mountpoint */

Completed in 136 milliseconds

12