Home
last modified time | relevance | path

Searched refs:sys_unmount (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/sys/i386/ibcs2/
Dibcs2_misc.c243 return sys_unmount(td, &um);
/freebsd-9-stable/sys/compat/linux/
Dlinux_file.c1165 return (sys_unmount(td, &bsd)); in linux_umount()
/freebsd-9-stable/sys/kern/
Dvfs_mount.c1131 sys_unmount(td, uap) in sys_unmount() function
Dinit_sysent.c59 …{ AS(unmount_args), (sy_call_t *)sys_unmount, AUE_UMOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 22 = …
/freebsd-9-stable/sys/compat/freebsd32/
Dfreebsd32_sysent.c72 …{ AS(unmount_args), (sy_call_t *)sys_unmount, AUE_UMOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 22 = …
/freebsd-9-stable/sys/sys/
Dsysproto.h1780 int sys_unmount(struct thread *, struct unmount_args *);