Searched refs:linux_symlink_args (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 108 …{ AS(linux_symlink_args), (sy_call_t *)linux_symlink, AUE_SYMLINK, NULL, 0, 0, 0, SY_THR_STATIC },…
|
| H A D | linux_proto.h | 391 struct linux_symlink_args { struct 1319 int linux_symlink(struct thread *, struct linux_symlink_args *);
|
| H A D | linux_systrace_args.c | 769 struct linux_symlink_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 103 …{ AS(linux_symlink_args), (sy_call_t *)linux_symlink, AUE_SYMLINK, NULL, 0, 0, 0, SY_THR_STATIC },…
|
| H A D | linux32_proto.h | 270 struct linux_symlink_args { struct 1573 int linux_symlink(struct thread *, struct linux_symlink_args *);
|
| H A D | linux32_systrace_args.c | 555 struct linux_symlink_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 103 …{ AS(linux_symlink_args), (sy_call_t *)linux_symlink, AUE_SYMLINK, NULL, 0, 0, 0, SY_THR_STATIC },…
|
| H A D | linux_proto.h | 262 struct linux_symlink_args { struct 1589 int linux_symlink(struct thread *, struct linux_symlink_args *);
|
| H A D | linux_systrace_args.c | 563 struct linux_symlink_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_file.c | 802 linux_symlink(struct thread *td, struct linux_symlink_args *args) in linux_symlink()
|