Home
last modified time | relevance | path

Searched refs:umv (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2714 umem_verify_t *umv = (umem_verify_t *)private; in verify_free() local
2715 uint64_t *buf = umv->umv_buf; /* buf to validate */ in verify_free()
2718 umem_cache_t *cp = &umv->umv_cache; in verify_free()
2719 int besilent = umv->umv_besilent; in verify_free()
2727 if (mdb_vread(buf, umv->umv_size, addr) == -1) { in verify_free()
2761 umv->umv_corruption++; in verify_free()
2774 umem_verify_t *umv = (umem_verify_t *)private; in verify_alloc() local
2775 umem_cache_t *cp = &umv->umv_cache; in verify_alloc()
2776 uint64_t *buf = umv->umv_buf; /* buf to validate */ in verify_alloc()
2782 int besilent = umv->umv_besilent; in verify_alloc()
[all …]