Home
last modified time | relevance | path

Searched refs:linux_mount (Results 1 – 10 of 10) sorted by relevance

/freebsd/libexec/rc/rc.d/
H A Dlinux17 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 Dlinux_file.c1077 linux_mount(struct thread *td, struct linux_mount_args *args) in linux_mount() function
/freebsd/sys/arm64/linux/
H A Dlinux_sysent.c57 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
H A Dlinux_proto.h1282 int linux_mount(struct thread *, struct linux_mount_args *);
/freebsd/sys/i386/linux/
H A Dlinux_sysent.c38 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
H A Dlinux_proto.h1752 int linux_mount(struct thread *, struct linux_mount_args *);
/freebsd/sys/amd64/linux/
H A Dlinux_sysent.c182 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
H A Dlinux_proto.h1568 int linux_mount(struct thread *, struct linux_mount_args *);
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysent.c39 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
H A Dlinux32_proto.h1758 int linux_mount(struct thread *, struct linux_mount_args *);