Searched refs:linux_mount_args (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_proto.h | 90 struct linux_mount_args { struct 1247 int linux_mount(struct thread *, struct linux_mount_args *);
|
| H A D | linux_sysent.c | 41 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
|
| H A D | linux_systrace_args.c | 142 struct linux_mount_args *p = params; in systrace_args()
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_proto.h | 196 struct linux_mount_args { struct 1227 int linux_mount(struct thread *, struct linux_mount_args *);
|
| H A D | linux_sysent.c | 60 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
|
| H A D | linux_systrace_args.c | 308 struct linux_mount_args *p = params; in systrace_args()
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_proto.h | 586 struct linux_mount_args { struct 1503 int linux_mount(struct thread *, struct linux_mount_args *);
|
| H A D | linux_sysent.c | 185 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
|
| H A D | linux_systrace_args.c | 1342 struct linux_mount_args *p = params; in systrace_args()
|
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_file.c | 1288 linux_mount(struct thread *td, struct linux_mount_args *args) in linux_mount()
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_proto.h | 102 struct linux_mount_args { struct 1651 int linux_mount(struct thread *, struct linux_mount_args *);
|
| H A D | linux_sysent.c | 41 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
|
| H A D | linux_systrace_args.c | 166 struct linux_mount_args *p = params; in systrace_args()
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_proto.h | 102 struct linux_mount_args { struct 1658 int linux_mount(struct thread *, struct linux_mount_args *);
|
| H A D | linux32_sysent.c | 41 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
|
| H A D | linux32_systrace_args.c | 166 struct linux_mount_args *p = params; in systrace_args()
|