Searched refs:linux_mknod (Results 1 – 7 of 7) sorted by relevance
| /src/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 32 …{ .sy_narg = AS(linux_mknod_args), .sy_call = (sy_call_t *)linux_mknod, .sy_auevent = AUE_MKNOD, .…
|
| H A D | linux32_proto.h | 1752 int linux_mknod(struct thread *, struct linux_mknod_args *);
|
| /src/sys/amd64/linux/ |
| H A D | linux_sysent.c | 150 …{ .sy_narg = AS(linux_mknod_args), .sy_call = (sy_call_t *)linux_mknod, .sy_auevent = AUE_MKNOD, .…
|
| H A D | linux_proto.h | 1546 int linux_mknod(struct thread *, struct linux_mknod_args *);
|
| /src/sys/i386/linux/ |
| H A D | linux_sysent.c | 31 …{ .sy_narg = AS(linux_mknod_args), .sy_call = (sy_call_t *)linux_mknod, .sy_auevent = AUE_MKNOD, .…
|
| H A D | linux_proto.h | 1746 int linux_mknod(struct thread *, struct linux_mknod_args *);
|
| /src/sys/compat/linux/ |
| H A D | linux_misc.c | 871 linux_mknod(struct thread *td, struct linux_mknod_args *args) in linux_mknod() function
|