Searched refs:linux_rmdir (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/compat/linux/ |
| H A D | linux_file.c | 802 linux_rmdir(struct thread *td, struct linux_rmdir_args *args) in linux_rmdir() function
|
| /freebsd/sys/i386/linux/ |
| H A D | linux_sysent.c | 57 …{ .sy_narg = AS(linux_rmdir_args), .sy_call = (sy_call_t *)linux_rmdir, .sy_auevent = AUE_RMDIR, .…
|
| H A D | linux_proto.h | 1767 int linux_rmdir(struct thread *, struct linux_rmdir_args *);
|
| /freebsd/sys/amd64/linux/ |
| H A D | linux_sysent.c | 101 …{ .sy_narg = AS(linux_rmdir_args), .sy_call = (sy_call_t *)linux_rmdir, .sy_auevent = AUE_RMDIR, .…
|
| H A D | linux_proto.h | 1517 int linux_rmdir(struct thread *, struct linux_rmdir_args *);
|
| /freebsd/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 58 …{ .sy_narg = AS(linux_rmdir_args), .sy_call = (sy_call_t *)linux_rmdir, .sy_auevent = AUE_RMDIR, .…
|
| H A D | linux32_proto.h | 1773 int linux_rmdir(struct thread *, struct linux_rmdir_args *);
|