Lines Matching refs:entp
158 static void istat_counter_reset_cb(struct istat_entry *entp,
160 static void istat_counter_topo_chg_cb(struct istat_entry *entp,
162 static void serd_reset_cb(struct serd_entry *entp, void *unused,
164 static void serd_topo_chg_cb(struct serd_entry *entp, void *unused,
2428 istat_verify(struct node *snp, struct istat_entry *entp) in istat_verify() argument
2442 lut_lookup(Istats, entp, (lut_cmp)istat_cmp)) == NULL || in istat_verify()
2541 struct istat_entry *entp = (struct istat_entry *)left; in istat_destructor() local
2543 FREE(entp); in istat_destructor()
2551 istat_counter_reset_cb(struct istat_entry *entp, struct stats *statp, in istat_counter_reset_cb() argument
2556 if (entp->ipath == ipp) { in istat_counter_reset_cb()
2557 path = ipath2str(entp->ename, ipp); in istat_counter_reset_cb()
2567 istat_counter_topo_chg_cb(struct istat_entry *entp, struct stats *statp, in istat_counter_topo_chg_cb() argument
2573 fmri = ipath2fmri((struct ipath *)(entp->ipath)); in istat_counter_topo_chg_cb()
2575 path = ipath2str(entp->ename, entp->ipath); in istat_counter_topo_chg_cb()
2719 struct serd_entry *entp = (struct serd_entry *)left; in serd_destructor() local
2720 FREE(entp); in serd_destructor()
2728 serd_reset_cb(struct serd_entry *entp, void *unused, const struct ipath *ipp) in serd_reset_cb() argument
2732 if (entp->ipath == ipp) { in serd_reset_cb()
2733 path = ipath2str(entp->ename, ipp); in serd_reset_cb()
2735 fmd_serd_reset(entp->hdl, path); in serd_reset_cb()
2743 serd_topo_chg_cb(struct serd_entry *entp, void *unused, void *unused2) in serd_topo_chg_cb() argument
2748 fmri = ipath2fmri((struct ipath *)(entp->ipath)); in serd_topo_chg_cb()
2750 path = ipath2str(entp->ename, entp->ipath); in serd_topo_chg_cb()
2752 fmd_serd_reset(entp->hdl, path); in serd_topo_chg_cb()