Home
last modified time | relevance | path

Searched refs:linux_unlink_args (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/sys/compat/linux/
H A Dlinux_file.c659 linux_unlink(struct thread *td, struct linux_unlink_args *args) in linux_unlink()
/freebsd-src/sys/amd64/linux/
H A Dlinux_proto.h401 struct linux_unlink_args { struct
1516 int linux_unlink(struct thread *, struct linux_unlink_args *);
H A Dlinux_sysent.c104 { .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; in systrace_args()
/freebsd-src/sys/amd64/linux32/
H A Dlinux32_proto.h65 struct linux_unlink_args { struct
1745 int linux_unlink(struct thread *, struct linux_unlink_args *);
H A Dlinux32_sysent.c28 { .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; in systrace_args()
/freebsd-src/sys/i386/linux/
H A Dlinux_proto.h65 struct linux_unlink_args { struct
1739 int linux_unlink(struct thread *, struct linux_unlink_args *);
H A Dlinux_sysent.c27 { .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; in systrace_args()