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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c749 umem_log_header_t *umem_transaction_log; variable
1574 UMEM_AUDIT(umem_transaction_log, cp, bcp);
1631 UMEM_AUDIT(umem_transaction_log, cp, bcp);
1724 UMEM_AUDIT(umem_transaction_log, cp, bcp);
1766 UMEM_AUDIT(umem_transaction_log, cp, bcp);
3296 umem_transaction_log = NULL;
3514 umem_transaction_log = umem_log_init(umem_transaction_log_size);
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c349 umem_log_header_t *umem_transaction_log; local
369 if (UMEM_READVAR(umem_transaction_log))
379 umem_log_status("transaction", umem_transaction_log);
1735 * By default (global walk), walk the umem_transaction_log. Otherwise
1738 if (lp == NULL && umem_readvar(&lp, "umem_transaction_log") == -1) {
1739 mdb_warn("failed to read 'umem_transaction_log'");
2383 if (umem_readvar(&lhp, "umem_transaction_log") == -1) {
2384 mdb_warn("failed to read 'umem_transaction_log'");
3516 const char *logname = "umem_transaction_log";

Completed in 59 milliseconds