Searched refs:linux_mount (Results 1 – 10 of 10) sorted by relevance
| /freebsd/libexec/rc/rc.d/ |
| H A D | linux | 17 linux_mount() { function 75 linux_mount linprocfs "${_emul_path}/proc" -o nocover 76 linux_mount linsysfs "${_emul_path}/sys" -o nocover 77 linux_mount devfs "${_emul_path}/dev" -o nocover 78 linux_mount fdescfs "${_emul_path}/dev/fd" -o nocover,linrdlnk 79 linux_mount tmpfs "${_emul_path}/dev/shm" -o nocover,mode=1777
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_file.c | 1077 linux_mount(struct thread *td, struct linux_mount_args *args) in linux_mount() function
|
| /freebsd/sys/arm64/linux/ |
| H A D | linux_sysent.c | 57 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
|
| H A D | linux_proto.h | 1282 int linux_mount(struct thread *, struct linux_mount_args *);
|
| /freebsd/sys/i386/linux/ |
| H A D | linux_sysent.c | 38 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
|
| H A D | linux_proto.h | 1752 int linux_mount(struct thread *, struct linux_mount_args *);
|
| /freebsd/sys/amd64/linux/ |
| H A D | linux_sysent.c | 182 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
|
| H A D | linux_proto.h | 1568 int linux_mount(struct thread *, struct linux_mount_args *);
|
| /freebsd/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 39 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
|
| H A D | linux32_proto.h | 1758 int linux_mount(struct thread *, struct linux_mount_args *);
|