Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_fork.c119 umem_lockup_log_header(umem_failure_log); in umem_lockup()
181 umem_release_log_header(umem_failure_log); in umem_do_release()
H A Dumem_base.h57 extern umem_log_header_t *umem_failure_log;
H A Dumem.c750 umem_log_header_t *umem_failure_log; variable
1492 umem_log_event(umem_failure_log, cp, NULL, NULL); in umem_slab_create()
1704 umem_log_event(umem_failure_log, cp, NULL, NULL); in umem_cache_alloc_debug()
2184 umem_log_event(umem_failure_log, NULL, NULL, (void *)size); in _umem_alloc()
2214 umem_log_event(umem_failure_log, NULL, NULL, (void *)size); in _umem_alloc_align()
3307 umem_failure_log = NULL; in umem_startup()
3525 umem_failure_log = umem_log_init(umem_failure_log_size); in umem_init()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c351 umem_log_header_t *umem_failure_log; in umem_status() local
373 if (UMEM_READVAR(umem_failure_log)) in umem_status()
381 umem_log_status("fail", umem_failure_log); in umem_status()