Home
last modified time | relevance | path

Searched refs:umount2 (Results 1 – 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/lib/libc/common/sys/
H A Dumount2.S33 ANSI_PRAGMA_WEAK(umount2,function)
37 SYSCALL_RVAL1(umount2)
39 SET_SIZE(umount2)
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dumount.c42 return (umount2(path, 0)); in umount()
/illumos-gate/usr/src/uts/common/sys/
H A Dmount.h88 int umount2(const char *, int);
/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c450 if (((ret = umount2(ment->mnt_mountp, MS_FORCE)) < 0) && in doexec()
453 ret = umount2(ment->mnt_special, MS_FORCE); in doexec()
455 if (((ret = umount2(ment->mnt_mountp, 0)) < 0) && in doexec()
457 ret = umount2(ment->mnt_special, 0); in doexec()
/illumos-gate/usr/src/uts/common/syscall/
H A Dumount.c123 umount2(char *pathp, int flag) in umount2() function
/illumos-gate/usr/src/man/man2/
H A DMakefile261 umount2.2 \
405 umount2.2 := LINKSRC = umount.2
/illumos-gate/usr/src/cmd/fs.d/smbclnt/umount/
H A Dumount.c150 rc = umount2(pathname, umnt_flag); in smbfs_unmount()
/illumos-gate/usr/src/uts/intel/os/
H A Dname_to_sysnum244 umount2 255
/illumos-gate/usr/src/uts/sparc/os/
H A Dname_to_sysnum243 umount2 255
/illumos-gate/usr/src/cmd/fs.d/nfs/umount/
H A Dumount.c176 if (umount2(pathname, umnt_flag) < 0) { in nfs_unmount()
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c147 int umount2(char *, int);
759 /* 255 */ SYSENT_CI("umount2", umount2, 2)
1084 /* 255 */ SYSENT_CI("umount2", umount2, 2)
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c621 (void) umount2(fsd->gfs_mountp, 0); in grub_fsd_umount_tmp()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg1094 @ MSG_SYS_UMOUNT2 "[ umount2 ]" # 255
1095 @ MSG_SYS_UMOUNT2_ALT "umount2"
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c720 if (umount2(path, MS_FORCE) == 0) in unmount_filesystems()
727 if (umount2(path, MS_FORCE) == 0) { in unmount_filesystems()
747 if (!unmounted && umount2(path, 0) != 0) in unmount_filesystems()
5314 if (umount2(zroot, MS_FORCE) != 0) { in lu_root_teardown()
5315 if (errno == ENOTSUP && umount2(zroot, 0) == 0) in lu_root_teardown()
5322 if (umount2(zroot, 0) == 0) in lu_root_teardown()
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common959 umount2
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzfs.c1666 if (force && umount2(zoneroot, MS_FORCE) == 0) in zone_unmount_rootfs()
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones.c1325 err = umount2(a_lzMountPoint, 0); in z_umount_lz_mount()
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c624 (void) umount2(mountpoint, MS_FORCE); in validate_disk()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c469 if (umount2(mountpoint, flags) != 0) { in unmount_one()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man2.inc246 link path=usr/share/man/man2/umount2.2 target=umount.2
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile281 umount2.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com307 umount2.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com303 umount2.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com321 umount2.o \
/illumos-gate/usr/src/lib/libbsm/
H A Daudit_event.txt315 268:AUE_UMOUNT2:umount2(2):as

12