Searched refs:linux_link (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 916 linux_link(struct thread *td, struct linux_link_args *args) in linux_link() function
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 26 …{ .sy_narg = AS(linux_link_args), .sy_call = (sy_call_t *)linux_link, .sy_auevent = AUE_LINK, .sy_…
|
H A D | linux_proto.h | 1741 int linux_link(struct thread *, struct linux_link_args *);
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 103 …{ .sy_narg = AS(linux_link_args), .sy_call = (sy_call_t *)linux_link, .sy_auevent = AUE_LINK, .sy_…
|
H A D | linux_proto.h | 1518 int linux_link(struct thread *, struct linux_link_args *);
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 27 …{ .sy_narg = AS(linux_link_args), .sy_call = (sy_call_t *)linux_link, .sy_auevent = AUE_LINK, .sy_…
|
H A D | linux32_proto.h | 1747 int linux_link(struct thread *, struct linux_link_args *);
|