Home
last modified time | relevance | path

Searched refs:mount_args (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/sys/
H A Dmount.h738 struct mount_args;
H A Dsysproto.h98 struct mount_args { struct
1866 int sys_mount(struct thread *, struct mount_args *);
/f-stack/freebsd/kern/
H A Dvfs_mount.c825 struct mount_args { struct
834 sys_mount(struct thread *td, struct mount_args *uap) in sys_mount() argument
H A Dinit_sysent.c79 …{ .sy_narg = AS(mount_args), .sy_call = (sy_call_t *)sys_mount, .sy_auevent = AUE_MOUNT, .sy_flags…
H A Dsystrace_args.c135 struct mount_args *p = params; in systrace_args()