/titanic_41/usr/src/lib/libc/common/sys/ |
H A D | umount2.s | 33 ANSI_PRAGMA_WEAK(umount2,function) 37 SYSCALL_RVAL1(umount2) 39 SET_SIZE(umount2)
|
/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | umount.c | 44 return (umount2(path, 0)); in umount()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | mount.h | 82 int umount2(const char *, int);
|
/titanic_41/usr/src/cmd/fs.d/ |
H A D | umount.c | 447 if (((ret = umount2(ment->mnt_mountp, MS_FORCE)) < 0) && in doexec() 450 ret = umount2(ment->mnt_special, MS_FORCE); in doexec() 452 if (((ret = umount2(ment->mnt_mountp, 0)) < 0) && in doexec() 454 ret = umount2(ment->mnt_special, 0); in doexec()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | umount.c | 123 umount2(char *pathp, int flag) in umount2() function
|
/titanic_41/usr/src/man/man2/ |
H A D | Makefile | 253 umount2.2 \ 396 umount2.2 := LINKSRC = umount.2
|
/titanic_41/usr/src/cmd/fs.d/smbclnt/umount/ |
H A D | umount.c | 143 rc = umount2(pathname, umnt_flag); in smbfs_unmount()
|
/titanic_41/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 242 umount2 255
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 241 umount2 255
|
/titanic_41/usr/src/cmd/fs.d/cachefs/umount/ |
H A D | umount.c | 202 if (umount2(mnt_front, flag) == -1) { in main()
|
/titanic_41/usr/src/cmd/fs.d/nfs/umount/ |
H A D | umount.c | 178 if (umount2(pathname, umnt_flag) < 0) { in nfs_unmount()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sysent.c | 145 int umount2(char *, int); 760 /* 255 */ SYSENT_CI("umount2", umount2, 2) 1085 /* 255 */ SYSENT_CI("umount2", umount2, 2)
|
/titanic_41/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_fs.c | 621 (void) umount2(fsd->gfs_mountp, 0); in grub_fsd_umount_tmp()
|
/titanic_41/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 1075 @ MSG_SYS_UMOUNT2 "[ umount2 ]" # 255 1076 @ MSG_SYS_UMOUNT2_ALT "umount2"
|
/titanic_41/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 704 if (umount2(path, MS_FORCE) == 0) in unmount_filesystems() 711 if (umount2(path, MS_FORCE) == 0) { in unmount_filesystems() 731 if (!unmounted && umount2(path, 0) != 0) in unmount_filesystems() 5076 if (umount2(zroot, MS_FORCE) != 0) { in lu_root_teardown() 5077 if (errno == ENOTSUP && umount2(zroot, 0) == 0) in lu_root_teardown() 5084 if (umount2(zroot, 0) == 0) in lu_root_teardown()
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 959 umount2
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_mount.c | 355 if (umount2(mountpoint, flags) != 0) { in unmount_one()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_fscache.c | 747 if (umount2(fscache_object_p->i_mntpt, flag) == -1) { in fscache_unmount()
|
/titanic_41/usr/src/cmd/zoneadm/ |
H A D | zfs.c | 1660 if (force && umount2(zoneroot, MS_FORCE) == 0) in zone_unmount_rootfs()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.man2.inc | 247 link path=usr/share/man/man2/umount2.2 target=umount.2
|
/titanic_41/usr/src/lib/libinstzones/common/ |
H A D | zones.c | 1325 err = umount2(a_lzMountPoint, 0); in z_umount_lz_mount()
|
/titanic_41/usr/src/cmd/halt/ |
H A D | halt.c | 622 (void) umount2(mountpoint, MS_FORCE); in validate_disk()
|
/titanic_41/usr/src/lib/libc/amd64/ |
H A D | Makefile | 277 umount2.o \
|
/titanic_41/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 301 umount2.o \
|
/titanic_41/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 299 umount2.o \
|