Home
last modified time | relevance | path

Searched refs:module_stat (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrstat.h45 struct module_stat { struct
H A Dstream.h283 struct module_stat *qi_mstat; /* module statistics structure */
/illumos-gate/usr/src/boot/sys/sys/
H A Dmodule.h247 struct module_stat { struct
262 int modstat(int _modid, struct module_stat *_stat); argument
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_mdb.c460 module_stat(uintptr_t addr, const void *data, void *wsp) in module_stat() function
542 if (mdb_walk("fmd_module", module_stat, &ud) == -1) { in fmd_stat()