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

/freebsd-13-stable/sys/arm64/linux/
H A Dlinux_sysent.c60 { .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 40 = linux_mount */
H A Dlinux_proto.h196 struct linux_mount_args { struct
1151 int linux_mount(struct thread *, struct linux_mount_args *);
H A Dlinux_systrace_args.c308 struct linux_mount_args *p = params;
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_proto.h102 struct linux_mount_args { struct
1606 int linux_mount(struct thread *, struct linux_mount_args *);
H A Dlinux_sysent.c41 { .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 21 = linux_mount */
H A Dlinux_systrace_args.c166 struct linux_mount_args *p = params;
/freebsd-13-stable/sys/arm/linux/
H A Dlinux_proto.h90 struct linux_mount_args { struct
1247 int linux_mount(struct thread *, struct linux_mount_args *);
H A Dlinux_sysent.c41 { .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 21 = linux_mount */
H A Dlinux_systrace_args.c142 struct linux_mount_args *p = params;
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_proto.h586 struct linux_mount_args { struct
1458 int linux_mount(struct thread *, struct linux_mount_args *);
H A Dlinux_sysent.c185 { .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 165 = linux_mount */
H A Dlinux_systrace_args.c1342 struct linux_mount_args *p = params;
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_proto.h102 struct linux_mount_args { struct
1613 int linux_mount(struct thread *, struct linux_mount_args *);
H A Dlinux32_sysent.c41 { .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 21 = linux_mount */
H A Dlinux32_systrace_args.c166 struct linux_mount_args *p = params;
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_file.c1286 linux_mount(struct thread *td, struct linux_mount_args *args)

Completed in 394 milliseconds