Searched refs:sys_unmount (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/i386/ibcs2/ |
| H A D | ibcs2_misc.c | 239 return sys_unmount(td, &um); in ibcs2_umount()
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_file.c | 1174 return (sys_unmount(td, &bsd)); in linux_umount()
|
| /freebsd-12.1/sys/kern/ |
| H A D | vfs_mount.c | 1210 sys_unmount(struct thread *td, struct unmount_args *uap) in sys_unmount() function
|
| H A D | init_sysent.c | 74 …{ 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 D | freebsd32_sysent.c | 81 …{ 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 D | sysproto.h | 1810 int sys_unmount(struct thread *, struct unmount_args *);
|