Home
last modified time | relevance | path

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

/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c108 …{ AS(linux_symlink_args), (sy_call_t *)linux_symlink, AUE_SYMLINK, NULL, 0, 0, 0, SY_THR_STATIC },…
H A Dlinux_proto.h391 struct linux_symlink_args { struct
1319 int linux_symlink(struct thread *, struct linux_symlink_args *);
H A Dlinux_systrace_args.c769 struct linux_symlink_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c103 …{ AS(linux_symlink_args), (sy_call_t *)linux_symlink, AUE_SYMLINK, NULL, 0, 0, 0, SY_THR_STATIC },…
H A Dlinux32_proto.h270 struct linux_symlink_args { struct
1573 int linux_symlink(struct thread *, struct linux_symlink_args *);
H A Dlinux32_systrace_args.c555 struct linux_symlink_args *p = params; in systrace_args()
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c103 …{ AS(linux_symlink_args), (sy_call_t *)linux_symlink, AUE_SYMLINK, NULL, 0, 0, 0, SY_THR_STATIC },…
H A Dlinux_proto.h262 struct linux_symlink_args { struct
1589 int linux_symlink(struct thread *, struct linux_symlink_args *);
H A Dlinux_systrace_args.c563 struct linux_symlink_args *p = params; in systrace_args()
/freebsd-12.1/sys/compat/linux/
H A Dlinux_file.c802 linux_symlink(struct thread *td, struct linux_symlink_args *args) in linux_symlink()