Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dmisc.h87 void umem_panic(const char *format, ...) __NORETURN;
88 #pragma does_not_return(umem_panic)
89 #pragma rarely_called(umem_panic)
H A Dumem_fail.c105 umem_panic(const char *format, ...) in umem_panic() function
142 umem_panic("Assertion failed: %s, file %s, line %d\n", in __umem_assert_failed()
H A Dlinktest_stand.c54 void umem_panic(void) {} in umem_panic() function
H A Dvmem.c379 umem_panic("vmem_hash_delete(%p, %lx, %lu): bad free", in vmem_hash_delete()
383 umem_panic("vmem_hash_delete(%p, %lx, %lu): wrong size " in vmem_hash_delete()
456 umem_panic("vmem_span_create(%p, %p, %lu): misaligned", in vmem_span_create()
828 umem_panic("vmem_xalloc(%p, %lu, %lu, %lu, %lu, %p, %p, %x): " in vmem_xalloc()
837 umem_panic("vmem_xalloc(%p, %lu, %lu, %lu, %lu, %p, %p, %x): " in vmem_xalloc()
845 umem_panic("vmem_xalloc(%p, %lu, %lu, %lu, %lu, %p, %p, %x): " in vmem_xalloc()
936 umem_panic("vmem_xalloc(): size == 0"); in vmem_xalloc()
946 umem_panic("vmem_xalloc(): " in vmem_xalloc()
985 umem_panic("vmem_xalloc(): addr == 0"); in vmem_xalloc()
1000 umem_panic("vmem_xalloc(%p, %lu, %lu, %lu, %lu, %p, %p, %x): " in vmem_xalloc()
[all …]
H A Dstub_stand.c56 umem_panic("attempt to wait on standumem cv %p", cv); in cond_wait()
H A Dgetpcstack.c180 umem_panic("called from signal handler"); in getpcstack()
H A Dumem.c1260 umem_panic("recursive UMEM_CALLBACK_EXIT()\n"); in umem_alloc_retry()
3400 umem_panic( in umem_init()
3413 umem_panic("sizeof (umem_cpu_cache_t) = %d, should be %d\n", in umem_init()
/illumos-gate/usr/src/lib/libumem/amd64/
H A Dumem_genasm.c600 umem_panic("genasm failed to restore memory " in umem_genasm()
656 umem_panic("genasm failed to restore memory protection: %d", in umem_genasm()
661 umem_panic("genasm failed to restore memory protection: %d", in umem_genasm()
/illumos-gate/usr/src/lib/libumem/i386/
H A Dumem_genasm.c590 umem_panic("genasm failed to restore memory " in umem_genasm()
648 umem_panic("genasm failed to restore memory protection: %d", in umem_genasm()
653 umem_panic("genasm failed to restore memory protection: %d", in umem_genasm()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_umemglue.c51 umem_panic(const char *format, ...) in umem_panic() function