Home
last modified time | relevance | path

Searched refs:sys_mount (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_mount.c1053 sys_mount(struct thread *td, struct mount_args *uap) in sys_mount() function
H A Dinit_sysent.c90 { .sy_narg = AS(mount_args), .sy_call = (sy_call_t *)sys_mount, .sy_auevent = AUE_MOUNT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 21 = mount */
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c91 { .sy_narg = AS(mount_args), .sy_call = (sy_call_t *)sys_mount, .sy_auevent = AUE_MOUNT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 21 = mount */
/freebsd/sys/sys/
H A Dsysproto.h1919 int sys_mount(struct thread *, struct mount_args *);