Searched refs:sys_unmount (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/sys/i386/ibcs2/ |
| D | ibcs2_misc.c | 243 return sys_unmount(td, &um);
|
| /freebsd-9-stable/sys/compat/linux/ |
| D | linux_file.c | 1165 return (sys_unmount(td, &bsd)); in linux_umount()
|
| /freebsd-9-stable/sys/kern/ |
| D | vfs_mount.c | 1131 sys_unmount(td, uap) in sys_unmount() function
|
| D | init_sysent.c | 59 …{ AS(unmount_args), (sy_call_t *)sys_unmount, AUE_UMOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 22 = …
|
| /freebsd-9-stable/sys/compat/freebsd32/ |
| D | freebsd32_sysent.c | 72 …{ AS(unmount_args), (sy_call_t *)sys_unmount, AUE_UMOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 22 = …
|
| /freebsd-9-stable/sys/sys/ |
| D | sysproto.h | 1780 int sys_unmount(struct thread *, struct unmount_args *);
|