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

/macosx-10.9.5/smb-697.95.1/lib/
H A Dlibtest.c368 unmount(mp1, 0);
369 unmount(mp2, 0);
370 unmount(mp3, 0);
445 if (unmount(mp1, 0) == -1) {
446 fprintf(stdout, "TEST 1 unmount mp1 failed %d\n", errno);
450 if ((error == 0) && (unmount(mp2, 0) == -1)) {
451 fprintf(stdout, "TEST 1 unmount mp2 failed %d\n", errno);
463 if (unmount(mp1, 0) == -1) {
464 fprintf(stdout, "TEST 2 unmount mp1 failed %d\n", errno);
470 if (unmount(mp
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/
H A Dtestvfs.tcl14 vfs::filesystem unmount $local
H A Dtclprocvfs.tcl25 vfs::filesystem unmount $local
H A DvfsUrl.tcl30 ::vfs::filesystem unmount $mountPoint
H A Dtkvfs.tcl26 vfs::filesystem unmount $local
H A Dwebdavvfs.tcl53 # unmount old mount
55 vfs::unmount $dirurl
60 # Register command to unmount
66 vfs::filesystem unmount $local
H A Dmk4vfs.tcl14 # 01feb03 jcw 1.8 fix mounting a symlink, cleanup mount/unmount procs
52 vfs::filesystem unmount $local
617 vfs::filesystem unmount $local
H A Dftpvfs.tcl49 # unmount old mount
51 vfs::unmount $dirurl
55 # Register command to unmount
66 vfs::filesystem unmount $local
H A Dhttpvfs.tcl70 # unmount old mount
72 vfs::unmount $parts(url)
78 # Register command to unmount - headers not needed
84 vfs::filesystem unmount $local
H A Dtarvfs.tcl28 # Register command to unmount
34 vfs::filesystem unmount $local
H A Dzipvfs.tcl24 # Register command to unmount
30 vfs::filesystem unmount $local
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/template/
H A Dtemplatevfs.tcl140 # add custom unmount handling of new vfs elements here.
160 # run unmount procedure if mount exists:
180 # if virtual location still mounted, unmount it by force:
181 if {[lsearch [::vfs::filesystem info] $to] != -1} {::vfs::filesystem unmount $to}
195 ::vfs::RegisterMount $to [list [namespace current]::unmount]
207 proc unmount {to} { procedure
213 # call custom unmount procedure:
218 ::vfs::filesystem unmount $to
345 if {$relative == {}} {unmount $root ; return}
H A Dchrootvfs.tcl68 ::vfs::filesystem unmount $to
/macosx-10.9.5/ruby-104/ruby/lib/webrick/
H A Dhttpserver.rb171 def unmount(dir) method in class:WEBrick.HTTPServer
172 @logger.debug(sprintf("unmount %s.", dir))
175 alias umount unmount
228 # WEBrick::HTTPServer#mount, WEBrick::HTTPServer#unmount and
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDAServer.c413 Boolean unmount; local
415 unmount = FALSE;
421 unmount = TRUE;
425 if ( unmount )
579 Boolean unmount; local
581 unmount = FALSE;
587 unmount = TRUE;
593 unmount = TRUE;
596 if ( unmount )
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Dfs.cpp65 // We want to descend into a mount point to unmount anything that is
68 // first mount point, and after that point we only scan and unmount.
118 // At least, FreeBSD's unmount(2) requires the path to be absolute.
125 if (unmount(abs_path.c_str(), 0) == -1)
127 "unmount(2) failed", errno);
141 throw std::runtime_error("Call to unmount failed");
/macosx-10.9.5/xnu-2422.115.4/bsd/man/man2/
H A DMakefile209 unmount.2 \
/macosx-10.9.5/diskdev_cmds-572.1.1/umount.tproj/
H A Dumount.c138 * in dounmount() in the non-forced unmount case).
259 * We want to unmount the file systems in the reverse order
304 * We only want to do this in the event of a forced unmount.
333 warn("pthread_cond_timeout failed; continuing with unmount");
490 (void)printf("%s unmount from %s\n", name, mntpt);
494 if (unmount(mntpt, fflag) < 0) {
499 * the unmount by fsid. (Note: the sysctl only works for root)
504 warn("unmount(%s)", mntpt);
506 warn("unmount(%s)", mntpt);
510 fprintf(stderr, "umount(%s): %s -- try 'diskutil unmount'\
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dmount.h346 #define MNT_NOBLOCK 0x00020000 /* don't block unmount if not responding */
348 #define MNT_FORCE 0x00080000 /* force unmount or readonly change */
360 #define VFS_NUMMNTOPS 1 /* int: total num of vfs mount/unmount operations */
440 #define VFS_CTL_UMOUNT 0x00010002 /* unmount */
465 #define VQ_DEAD 0x0020 /* filesystem is dead, needs force unmount */
557 @abstract Perform filesystem-specific cleanup as part of unmount.
558 @discussion If the unmount downcall succeeds, VFS considers itself authorized to destroy all
560 @param mp Mount structure to unmount.
561 @param mntflags MNT_FORCE indicates that we wish to unmount even if there are active vnodes.
562 @param context Context to authenticate for unmount
[all...]
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_main.c713 pthread_setname_np("unmount worker");
1011 * XXX - if the unmount fails, we're screwed - we can't
1017 unmount(mntpt, MNT_FORCE);
/macosx-10.9.5/cddafs-252/FilesystemProber/
H A Dcddafs_util.cpp345 index = 0; // No isEjectable/isLocked flags for unmount.
574 // Unmount - This routine will fire off a system command to unmount the
589 result = unmount ( theMountPointPtr, mountflags );
/macosx-10.9.5/kext_tools-326.95.1/
H A Dupdate_boot.c583 // clean up and unmount (flatTarget -> might not be a helper)
584 // X could check for MNT_DONTBROWSE as a hint it's okay to unmount
589 unmountBoot(up); // smart, handles "when to unmount" policy
1908 // and because we soft-unmount afterwards, we don't attempt to
1965 * attempt to unmount; no worries on failure
1998 "%s didn't unmount, leaving mounted", up->bsdname);
2003 up->curMount[0] = '\0'; // only try to unmount once
2008 // unmount anything mounted by _mountBuiltIn()
2010 if (unmount(up->curMount, 0)) {
2013 up->curMount[0] = '\0'; // only try to unmount onc
[all...]
/macosx-10.9.5/launchd-842.92.1/support/
H A Dlaunchctl.c4250 (void)posix_assumes_zero(unmount(de->d_name, MNT_FORCE));
4252 /* Let's lstat() again to see if the unmount() worked and what was
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c183 * incremented each time a mount or unmount operation occurs
189 /* counts number of mount and unmount operations */
495 /* unmount in progress return error */
1012 * to treat this just like an unmount
1267 /* unmount in progress return error */
1690 * Note: unmount takes a path to the vnode mounted on as argument,
1695 unmount(__unused proc_t p, struct unmount_args *uap, __unused int32_t *retval) function
1750 * Do the actual file system unmount, prevent some common foot shooting.
1760 * is set and not a forced unmount then return EBUSY.
1770 * this is not a forced-unmount attemp
[all...]
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/
H A Dconfigure15844 for ac_func in unmount
15846 ac_fn_cxx_check_func "$LINENO" "unmount" "ac_cv_func_unmount"

Completed in 1056 milliseconds