Searched refs:linux_mount (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/libexec/rc/rc.d/ |
| H A D | linux | 18 linux_mount() { function 76 linux_mount linprocfs "${_emul_path}/proc" -o nocover 77 linux_mount linsysfs "${_emul_path}/sys" -o nocover 78 linux_mount devfs "${_emul_path}/dev" -o nocover 79 linux_mount fdescfs "${_emul_path}/dev/fd" -o nocover,linrdlnk 80 linux_mount tmpfs "${_emul_path}/dev/shm" -o nocover,mode=1777
|
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_file.c | 1288 linux_mount(struct thread *td, struct linux_mount_args *args) in linux_mount() function
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 185 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
|
| H A D | linux_proto.h | 1503 int linux_mount(struct thread *, struct linux_mount_args *);
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 41 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
|
| H A D | linux32_proto.h | 1658 int linux_mount(struct thread *, struct linux_mount_args *);
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 41 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
|
| H A D | linux_proto.h | 1651 int linux_mount(struct thread *, struct linux_mount_args *);
|
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_sysent.c | 41 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
|
| H A D | linux_proto.h | 1247 int linux_mount(struct thread *, struct linux_mount_args *);
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 60 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
|
| H A D | linux_proto.h | 1227 int linux_mount(struct thread *, struct linux_mount_args *);
|