Searched refs:linux_unlink (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 661 linux_unlink(struct thread *td, struct linux_unlink_args *args) in linux_unlink() function
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 27 …{ .sy_narg = AS(linux_unlink_args), .sy_call = (sy_call_t *)linux_unlink, .sy_auevent = AUE_UNLINK…
|
H A D | linux_proto.h | 1742 int linux_unlink(struct thread *, struct linux_unlink_args *);
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 104 …{ .sy_narg = AS(linux_unlink_args), .sy_call = (sy_call_t *)linux_unlink, .sy_auevent = AUE_UNLINK…
|
H A D | linux_proto.h | 1519 int linux_unlink(struct thread *, struct linux_unlink_args *);
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 28 …{ .sy_narg = AS(linux_unlink_args), .sy_call = (sy_call_t *)linux_unlink, .sy_auevent = AUE_UNLINK…
|
H A D | linux32_proto.h | 1748 int linux_unlink(struct thread *, struct linux_unlink_args *);
|