Searched defs:fmd_asru (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.h53 typedef struct fmd_asru { struct
54 struct fmd_asru *asru_next; /* next asru on hash chain */
71 struct fmd_asru *al_asru; /* pointer back to parent */
H A Dfmd_mdb.c36 #include <fmd_asru.h>
1026 "fmd_asru", sizeof (fmd_asru_t), OFFSETOF(fmd_asru_t, asru_next)));
1030 fmd_asru(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
1036 if (mdb_walk_dcmd("fmd_asru", "fmd_asru", argc, argv) != 0) {
1037 mdb_warn("failed to walk fmd_asru hash");
1044 mdb_warn("failed to read fmd_asru at %p", addr);
1661 { "fmd_asru", "?", "display asru resource structure", fmd_asru },
1685 { "fmd_asru", "wal
[all...]

Completed in 238 milliseconds