Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h159 pc_t bt_history[1]; /* zero or more callers */ member
163 (offsetof(kmem_buftag_lite_t, bt_history[f]))
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c556 caller = bt.bt_history[0]; in leaky_subr_add_leak()
H A Dkmem.c2170 btaddr + offsetof(kmem_buftag_lite_t, bt_history)) == -1) in whatis_print_kmf_lite()
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1119 pc_t *_s = ((kmem_buftag_lite_t *)(bt))->bt_history; \