Searched refs:procfs_validfile_linux (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/miscfs/procfs/ |
H A D | procfs_vnops.c | 141 static int procfs_validfile_linux(struct lwp *, struct mount *); 163 { DT_DIR, N("task"), PFStask, procfs_validfile_linux }, 174 { DT_REG, N("limits"), PFSlimits, procfs_validfile_linux }, 181 { DT_REG, N("stat"), PFSstat, procfs_validfile_linux }, 182 { DT_REG, N("statm"), PFSstatm, procfs_validfile_linux }, 198 { DT_REG, N("meminfo"), PFSmeminfo, procfs_validfile_linux }, 199 { DT_REG, N("cpuinfo"), PFScpuinfo, procfs_validfile_linux }, 200 { DT_REG, N("uptime"), PFSuptime, procfs_validfile_linux }, 201 { DT_REG, N("mounts"), PFSmounts, procfs_validfile_linux }, 202 { DT_REG, N("devices"), PFSdevices, procfs_validfile_linux }, [all …]
|