HomeSort by: relevance | last modified time | path
    Searched defs:PROC_SUPER_MAGIC (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/top/dist/machine/
m_linux.c 74 #include <linux/proc_fs.h> /* for PROC_SUPER_MAGIC */
76 #define PROC_SUPER_MAGIC 0x9fa0
346 if (statfs(PROCFS, &sb) < 0 || sb.f_type != PROC_SUPER_MAGIC)
m_linuxthr.c 72 #include <linux/proc_fs.h> /* for PROC_SUPER_MAGIC */
74 #define PROC_SUPER_MAGIC 0x9fa0
319 if (statfs(PROCFS, &sb) < 0 || sb.f_type != PROC_SUPER_MAGIC)

Completed in 23 milliseconds