Searched refs:sys_mount (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | vfs_mount.c | 773 sys_mount(struct thread *td, struct mount_args *uap) in sys_mount() function
|
| H A D | init_sysent.c | 73 …{ AS(mount_args), (sy_call_t *)sys_mount, AUE_MOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 21 = mount…
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 80 …{ AS(mount_args), (sy_call_t *)sys_mount, AUE_MOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 21 = mount…
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 1809 int sys_mount(struct thread *, struct mount_args *);
|