Home
last modified time | relevance | path

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

/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c107 …{ AS(linux_unlink_args), (sy_call_t *)linux_unlink, AUE_UNLINK, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
H A Dlinux_proto.h388 struct linux_unlink_args { struct
1318 int linux_unlink(struct thread *, struct linux_unlink_args *);
H A Dlinux_systrace_args.c762 struct linux_unlink_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c30 …{ AS(linux_unlink_args), (sy_call_t *)linux_unlink, AUE_UNLINK, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
H A Dlinux32_proto.h62 struct linux_unlink_args { struct
1518 int linux_unlink(struct thread *, struct linux_unlink_args *);
H A Dlinux32_systrace_args.c88 struct linux_unlink_args *p = params; in systrace_args()
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c30 …{ AS(linux_unlink_args), (sy_call_t *)linux_unlink, AUE_UNLINK, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
H A Dlinux_proto.h62 struct linux_unlink_args { struct
1536 int linux_unlink(struct thread *, struct linux_unlink_args *);
H A Dlinux_systrace_args.c88 struct linux_unlink_args *p = params; in systrace_args()
/freebsd-12.1/sys/compat/linux/
H A Dlinux_file.c580 linux_unlink(struct thread *td, struct linux_unlink_args *args) in linux_unlink()