Searched refs:linux_mkdir (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 103 …{ AS(linux_mkdir_args), (sy_call_t *)linux_mkdir, AUE_MKDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 83…
|
| H A D | linux_proto.h | 1314 int linux_mkdir(struct thread *, struct linux_mkdir_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 59 …{ AS(linux_mkdir_args), (sy_call_t *)linux_mkdir, AUE_MKDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 39…
|
| H A D | linux32_proto.h | 1541 int linux_mkdir(struct thread *, struct linux_mkdir_args *);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 59 …{ AS(linux_mkdir_args), (sy_call_t *)linux_mkdir, AUE_MKDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 39…
|
| H A D | linux_proto.h | 1560 int linux_mkdir(struct thread *, struct linux_mkdir_args *);
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_file.c | 696 linux_mkdir(struct thread *td, struct linux_mkdir_args *args) in linux_mkdir() function
|