Searched refs:umem_panic (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | misc.h | 87 void umem_panic(const char *format, ...) __NORETURN; 88 #pragma does_not_return(umem_panic) 89 #pragma rarely_called(umem_panic)
|
H A D | umem_fail.c | 105 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 D | vmem.c | 379 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 D | linktest_stand.c | 54 void umem_panic(void) {} in umem_panic() function
|
H A D | stub_stand.c | 56 umem_panic("attempt to wait on standumem cv %p", cv); in cond_wait()
|
H A D | getpcstack.c | 180 umem_panic("called from signal handler"); in getpcstack()
|
H A D | umem.c | 1260 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 D | umem_genasm.c | 600 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 D | umem_genasm.c | 590 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 D | kmdb_umemglue.c | 51 umem_panic(const char *format, ...) in umem_panic() function
|