Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libumem/common/
H A Dumem.c886 } umem_abort_info; variable
1086 umem_abort_info.ump_timestamp = gethrtime(); in umem_error()
1127 umem_abort_info.ump_error = error; in umem_error()
1128 umem_abort_info.ump_buffer = bufarg; in umem_error()
1129 umem_abort_info.ump_realbuf = buf; in umem_error()
1130 umem_abort_info.ump_cache = cparg; in umem_error()
1131 umem_abort_info.ump_realcache = cp; in umem_error()
1132 umem_abort_info.ump_slab = sp; in umem_error()
1133 umem_abort_info.ump_bufctl = bcp; in umem_error()
1202 diff = umem_abort_info.ump_timestamp - bcap->bc_timestamp; in umem_error()