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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c887 } umem_abort_info; variable in typeref:struct:__anon106
1087 umem_abort_info.ump_timestamp = gethrtime();
1128 umem_abort_info.ump_error = error;
1129 umem_abort_info.ump_buffer = bufarg;
1130 umem_abort_info.ump_realbuf = buf;
1131 umem_abort_info.ump_cache = cparg;
1132 umem_abort_info.ump_realcache = cp;
1133 umem_abort_info.ump_slab = sp;
1134 umem_abort_info.ump_bufctl = bcp;
1203 diff = umem_abort_info
[all...]

Completed in 64 milliseconds