Searched refs:linux_umount_args (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_file.c1171 struct linux_umount_args args2;
1181 linux_umount(struct thread *td, struct linux_umount_args *args)
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysent.c186 { AS(linux_umount_args), (sy_call_t *)linux_umount, AUE_UMOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 166 = linux_umount */
H A Dlinux_proto.h584 struct linux_umount_args { struct
1366 int linux_umount(struct thread *, struct linux_umount_args *);
H A Dlinux_systrace_args.c1348 struct linux_umount_args *p = params;
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c73 { AS(linux_umount_args), (sy_call_t *)linux_umount, AUE_UMOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 52 = linux_umount */
H A Dlinux32_proto.h183 struct linux_umount_args { struct
1550 int linux_umount(struct thread *, struct linux_umount_args *);
H A Dlinux32_systrace_args.c347 struct linux_umount_args *p = params;
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysent.c72 { AS(linux_umount_args), (sy_call_t *)linux_umount, AUE_UMOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 52 = linux_umount */
H A Dlinux_proto.h187 struct linux_umount_args { struct
1569 int linux_umount(struct thread *, struct linux_umount_args *);
H A Dlinux_systrace_args.c355 struct linux_umount_args *p = params;

Completed in 327 milliseconds