Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrstat.h45 struct module_stat { struct
46 long ms_pcnt; /* count of calls to put proc */
47 long ms_scnt; /* count of calls to service proc */
48 long ms_ocnt; /* count of calls to open proc */
49 long ms_ccnt; /* count of calls to close proc */
50 long ms_acnt; /* count of calls to admin proc */
51 char *ms_xptr; /* pointer to private statistics */
52 short ms_xsize; /* length of private statistics buffer */
/illumos-gate/usr/src/boot/sys/sys/
H A Dmodule.h247 struct module_stat { struct
248 int version; /* set to sizeof(struct module_stat) */ argument
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