OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 18 milliseconds
Indexes created Tue Jul 14 00:26:25 UTC 2026