Searched refs:istat_entry (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.h107 struct istat_entry { struct
111 int istat_cmp(struct istat_entry *ent1, struct istat_entry *ent2);
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.c151 static void istat_counter_reset_cb(struct istat_entry *entp,
153 static void istat_counter_topo_chg_cb(struct istat_entry *entp,
2314 istataddsize(const struct istat_entry *lhs, struct stats *rhs, void *arg)
2338 istat2str(const struct istat_entry *lhs, struct stats *rhs, void *arg)
2399 istat_cmp(struct istat_entry *ent1, struct istat_entry *ent2)
2416 istat_verify(struct node *snp, struct istat_entry *entp)
2443 struct istat_entry ent;
2466 struct istat_entry *newentp;
2529 struct istat_entry *ent
[all...]
H A Deval.c546 struct istat_entry ent;

Completed in 59 milliseconds