Searched refs:mount_args (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dvfs_mount.c689 struct mount_args { struct
700 struct mount_args /* {
H A Dinit_sysent.c58 { AS(mount_args), (sy_call_t *)sys_mount, AUE_MOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 21 = mount */
H A Dsystrace_args.c144 struct mount_args *p = params;
/freebsd-10.0-release/sys/sys/
H A Dmount.h584 struct mount_args;
H A Dsysproto.h103 struct mount_args { struct
1839 int sys_mount(struct thread *, struct mount_args *);
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c71 { AS(mount_args), (sy_call_t *)sys_mount, AUE_MOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 21 = mount */
H A Dfreebsd32_systrace_args.c147 struct mount_args *p = params;

Completed in 143 milliseconds