Symbol: linux_mount_args
sys/amd64/linux/linux_proto.h
1569
int linux_mount(struct thread *, struct linux_mount_args *);
sys/amd64/linux/linux_sysent.c
182
{ .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 */
sys/amd64/linux/linux_systrace_args.c
1342
struct linux_mount_args *p = params;
sys/amd64/linux32/linux32_proto.h
1759
int linux_mount(struct thread *, struct linux_mount_args *);
sys/amd64/linux32/linux32_sysent.c
39
{ .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 */
sys/amd64/linux32/linux32_systrace_args.c
166
struct linux_mount_args *p = params;
sys/arm64/linux/linux_proto.h
1283
int linux_mount(struct thread *, struct linux_mount_args *);
sys/arm64/linux/linux_sysent.c
57
{ .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 */
sys/arm64/linux/linux_systrace_args.c
322
struct linux_mount_args *p = params;
sys/compat/linux/linux_file.c
1130
linux_mount(struct thread *td, struct linux_mount_args *args)
sys/i386/linux/linux_proto.h
1753
int linux_mount(struct thread *, struct linux_mount_args *);
sys/i386/linux/linux_sysent.c
38
{ .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 */
sys/i386/linux/linux_systrace_args.c
166
struct linux_mount_args *p = params;