Lines Matching defs:mh
819 struct mly_health_status *mh;
824 mh = NULL;
827 rv = mly_ioctl(mly, &mci, (void *)&mh, sizeof(*mh), NULL, NULL);
832 mly->mly_event_change = le32toh(mh->change_counter);
833 mly->mly_event_waiting = le32toh(mh->next_event);
834 mly->mly_event_counter = le32toh(mh->next_event);
837 memcpy(&mly->mly_mmbox->mmm_health.status, mh, sizeof(*mh));
844 free(mh, M_DEVBUF);
2416 struct mly_health_status mh;
2420 rv = copyin(uh->HealthStatusBuffer, &mh, sizeof(mh));
2426 if (mly->mly_event_change == mh.change_counter)