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

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2674 int umv_corruption; /* > 0 if corruption found. */ member in struct:umem_verify
2762 umv->umv_corruption++;
2841 umv->umv_corruption++;
2862 umv.umv_corruption = 0;
2895 if (umv.umv_corruption == 0) {
2901 if (umv.umv_corruption > 1)
2907 umv.umv_corruption, s);
2915 if (umv.umv_corruption == 0)

Completed in 260 milliseconds