Searched refs:linux_unlink_args (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/sys/i386/linux/
H A Dlinux_proto.h62 struct linux_unlink_args { struct
1596 int linux_unlink(struct thread *, struct linux_unlink_args *);
H A Dlinux_sysent.c30 { .sy_narg = AS(linux_unlink_args), .sy_call = (sy_call_t *)linux_unlink, .sy_auevent = AUE_UNLINK, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 10 = linux_unlink */
H A Dlinux_systrace_args.c88 struct linux_unlink_args *p = params;
/freebsd-13-stable/sys/arm/linux/
H A Dlinux_proto.h57 struct linux_unlink_args { struct
1239 int linux_unlink(struct thread *, struct linux_unlink_args *);
H A Dlinux_sysent.c30 { .sy_narg = AS(linux_unlink_args), .sy_call = (sy_call_t *)linux_unlink, .sy_auevent = AUE_UNLINK, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 10 = linux_unlink */
H A Dlinux_systrace_args.c79 struct linux_unlink_args *p = params;
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_proto.h393 struct linux_unlink_args { struct
1409 int linux_unlink(struct thread *, struct linux_unlink_args *);
H A Dlinux_sysent.c107 { .sy_narg = AS(linux_unlink_args), .sy_call = (sy_call_t *)linux_unlink, .sy_auevent = AUE_UNLINK, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 87 = linux_unlink */
H A Dlinux_systrace_args.c762 struct linux_unlink_args *p = params;
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_proto.h62 struct linux_unlink_args { struct
1603 int linux_unlink(struct thread *, struct linux_unlink_args *);
H A Dlinux32_sysent.c30 { .sy_narg = AS(linux_unlink_args), .sy_call = (sy_call_t *)linux_unlink, .sy_auevent = AUE_UNLINK, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 10 = linux_unlink */
H A Dlinux32_systrace_args.c88 struct linux_unlink_args *p = params;
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_file.c698 linux_unlink(struct thread *td, struct linux_unlink_args *args)

Completed in 503 milliseconds