HomeSort by: relevance | last modified time | path
    Searched refs:PROC_SUPER_MAGIC (Results 1 - 4 of 4) 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)
  /src/external/bsd/less/dist/
ch.c 717 if (st.f_type == PROC_SUPER_MAGIC)
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_posix.c 1809 case PROC_SUPER_MAGIC:

Completed in 23 milliseconds