Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1146 } kmem_panic_info; variable
1264 kmem_panic_info.kmp_timestamp = gethrtime(); in kmem_error()
1305 kmem_panic_info.kmp_error = error; in kmem_error()
1306 kmem_panic_info.kmp_buffer = bufarg; in kmem_error()
1307 kmem_panic_info.kmp_realbuf = buf; in kmem_error()
1308 kmem_panic_info.kmp_cache = cparg; in kmem_error()
1309 kmem_panic_info.kmp_realcache = cp; in kmem_error()
1310 kmem_panic_info.kmp_slab = sp; in kmem_error()
1311 kmem_panic_info.kmp_bufctl = bcp; in kmem_error()
1378 hrt2ts(kmem_panic_info.kmp_timestamp - bcap->bc_timestamp, &ts); in kmem_error()