Searched refs:host_mount (Results 1 – 3 of 3) sorted by relevance
/freebsd/stand/kboot/kboot/ |
H A D | init.c | 33 host_mount("proc", "/proc", "proc", MS_RELATIME, ""); in init_fs_env() 35 host_mount("sysfs", "/sys", "sysfs", MS_RELATIME, ""); in init_fs_env() 37 host_mount("devtmpfs", "/dev", "devtmpfs", MS_RELATIME, in init_fs_env() 55 host_mount("tmpfs", "/tmp", "tmpfs", MS_RELATIME, "size=10%,mode=1777"); in init_fs_env()
|
/freebsd/stand/kboot/include/ |
H A D | host_syscall.h | 173 int host_mount(const char *src, const char *target, const char *type,
|
/freebsd/stand/kboot/libkboot/ |
H A D | host_syscalls.c | 102 host_mount(const char *src, const char *target, const char *type, unsigned long flags, in host_mount() function
|