Searched refs:fmd_stat (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_rpc_adm.x54 struct fmd_stat rms_buf<>;
156 %extern bool_t xdr_fmd_stat(XDR *, struct fmd_stat *);
H A Dfmd_mdb.c62 static int fmd_stat(uintptr_t, uint_t, int, const mdb_arg_t *);
443 if (mdb_pwalk_dcmd("fmd_ustat", "fmd_stat", argc, argv, addr) != 0) {
466 (void) fmd_stat((uintptr_t)&mod_stats->ms_loadtime,
468 (void) fmd_stat((uintptr_t)&mod_stats->ms_snaptime,
470 (void) fmd_stat((uintptr_t)&mod_stats->ms_accepted,
472 (void) fmd_stat((uintptr_t)&mod_stats->ms_debugdrop,
474 (void) fmd_stat((uintptr_t)&mod_stats->ms_memtotal,
476 (void) fmd_stat((uintptr_t)&mod_stats->ms_memlimit,
478 (void) fmd_stat((uintptr_t)&mod_stats->ms_buftotal,
480 (void) fmd_stat((uintptr_
517 fmd_stat(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
[all...]
H A Dfmd_api.h89 typedef struct fmd_stat { struct

Completed in 74 milliseconds