Home
last modified time | relevance | path

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

/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_misc.c239 return sys_unmount(td, &um); in ibcs2_umount()
/freebsd-12.1/sys/compat/linux/
H A Dlinux_file.c1174 return (sys_unmount(td, &bsd)); in linux_umount()
/freebsd-12.1/sys/kern/
H A Dvfs_mount.c1210 sys_unmount(struct thread *td, struct unmount_args *uap) in sys_unmount() function
H A Dinit_sysent.c74 …{ AS(unmount_args), (sy_call_t *)sys_unmount, AUE_UMOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 22 = …
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c81 …{ AS(unmount_args), (sy_call_t *)sys_unmount, AUE_UMOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 22 = …
/freebsd-12.1/sys/sys/
H A Dsysproto.h1810 int sys_unmount(struct thread *, struct unmount_args *);