Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmodule.h258 struct module_stat { struct
259 int version; /* set to sizeof(struct module_stat) */ argument
273 int modstat(int _modid, struct module_stat *_stat); argument
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp216 ModuleStats module_stat; in ReportStatistics() local