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

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2672 uint64_t *umv_buf; /* buffer to read cache contents into */ member in struct:umem_verify
2673 size_t umv_size; /* number of bytes in umv_buf */
2716 uint64_t *buf = umv->umv_buf; /* buf to validate */
2777 uint64_t *buf = umv->umv_buf; /* buf to validate */
2861 umv.umv_buf = mdb_alloc(umv.umv_size, UM_SLEEP | UM_GC);

Completed in 73 milliseconds