Home
last modified time | relevance | path

Searched defs:devfs_stats (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/miscfs/devfs/
H A Ddevfsdefs.h98 struct devfs_stats { struct
99 int nodes;
100 int entries;
101 int mounts;
102 int stringspace;
H A Ddevfs_tree.c155 struct devfs_stats devfs_stats; /* hold stats */ variable