Home
last modified time | relevance | path

Searched refs:host_mount (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/kboot/kboot/
H A Dinit.c33 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 Dhost_syscall.h173 int host_mount(const char *src, const char *target, const char *type,
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c102 host_mount(const char *src, const char *target, const char *type, unsigned long flags, in host_mount() function