Searched refs:linux_rmdir (Results 1 – 7 of 7) sorted by relevance
| /freebsd-head/sys/compat/linux/ |
| HD | linux_file.c | 758 linux_rmdir(struct thread *td, struct linux_rmdir_args *args) in linux_rmdir() function
|
| /freebsd-head/sys/amd64/linux/ |
| HD | linux_sysent.c | 101 …{ .sy_narg = AS(linux_rmdir_args), .sy_call = (sy_call_t *)linux_rmdir, .sy_auevent = AUE_RMDIR, .…
|
| HD | linux_proto.h | 1513 int linux_rmdir(struct thread *, struct linux_rmdir_args *);
|
| /freebsd-head/sys/amd64/linux32/ |
| HD | linux32_sysent.c | 58 …{ .sy_narg = AS(linux_rmdir_args), .sy_call = (sy_call_t *)linux_rmdir, .sy_auevent = AUE_RMDIR, .…
|
| HD | linux32_proto.h | 1769 int linux_rmdir(struct thread *, struct linux_rmdir_args *);
|
| /freebsd-head/sys/i386/linux/ |
| HD | linux_sysent.c | 57 …{ .sy_narg = AS(linux_rmdir_args), .sy_call = (sy_call_t *)linux_rmdir, .sy_auevent = AUE_RMDIR, .…
|
| HD | linux_proto.h | 1763 int linux_rmdir(struct thread *, struct linux_rmdir_args *);
|