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

/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_proto.h97 struct linux_mount_args { struct
1136 int linux_mount(struct thread *, struct linux_mount_args *);
H A Dlinux_sysent.c42 { AS(linux_mount_args), (sy_call_t *)linux_mount, AUE_MOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 21 = linux_mount */
H A Dlinux_systrace_args.c166 struct linux_mount_args *p = params;
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_proto.h97 struct linux_mount_args { struct
1117 int linux_mount(struct thread *, struct linux_mount_args *);
H A Dlinux32_sysent.c43 { AS(linux_mount_args), (sy_call_t *)linux_mount, AUE_MOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 21 = linux_mount */
H A Dlinux32_systrace_args.c166 struct linux_mount_args *p = params;
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_file.c1071 linux_mount(struct thread *td, struct linux_mount_args *args)

Completed in 138 milliseconds