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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft_mdb.c258 struct istat_entry istat_entry; local
283 if (mdb_vread(&istat_entry, sizeof (struct istat_entry),
284 (uintptr_t)lut.lut_lhs) != sizeof (struct istat_entry)) {
285 mdb_warn("failed to read struct istat_entry at %p", addr);
295 (uintptr_t)istat_entry.ename) < 0)
297 istat_entry.ename);
300 (void) ipath((uintptr_t)istat_entry.ipath, DCMD_ADDRSPEC, 0, NULL);
H A Dfme.h107 struct istat_entry { struct
111 int istat_cmp(struct istat_entry *ent1, struct istat_entry *ent2);

Completed in 46 milliseconds