Searched refs:linux_mount (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/amd64/linux/ |
| HD | linux_sysent.c | 186 …{ AS(linux_mount_args), (sy_call_t *)linux_mount, AUE_MOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 16…
|
| HD | linux_proto.h | 1235 int linux_mount(struct thread *, struct linux_mount_args *);
|
| /NextBSD/sys/i386/linux/ |
| HD | linux_sysent.c | 42 …{ AS(linux_mount_args), (sy_call_t *)linux_mount, AUE_MOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 21…
|
| HD | linux_proto.h | 1196 int linux_mount(struct thread *, struct linux_mount_args *);
|
| /NextBSD/sys/amd64/linux32/ |
| HD | linux32_sysent.c | 43 …{ AS(linux_mount_args), (sy_call_t *)linux_mount, AUE_MOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 21…
|
| HD | linux32_proto.h | 1178 int linux_mount(struct thread *, struct linux_mount_args *);
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_file.c | 1076 linux_mount(struct thread *td, struct linux_mount_args *args) in linux_mount() function
|