Lines Matching refs:lml
40 Dbg_tls_modent(Lm_list *lml, TLS_modinfo * tmodent) in Dbg_tls_modent() argument
61 dbg_print(lml, MSG_INTL(MSG_TLS_MODENT1), in Dbg_tls_modent()
65 dbg_print(lml, MSG_INTL(MSG_TLS_MODENT2), in Dbg_tls_modent()
71 Dbg_tls_static_block(Lm_list *lml, void *list, ulong_t size, ulong_t resv) in Dbg_tls_static_block() argument
76 Dbg_util_nl(lml, DBG_NL_STD); in Dbg_tls_static_block()
85 dbg_print(lml, MSG_INTL(MSG_TLS_STATBLOCK1), ndx, in Dbg_tls_static_block()
87 Dbg_tls_modent(lml, tlsmodlist[ndx]); in Dbg_tls_static_block()
88 Dbg_util_nl(lml, DBG_NL_STD); in Dbg_tls_static_block()
91 dbg_print(lml, MSG_INTL(MSG_TLS_STATBLOCK2), EC_XWORD(size), in Dbg_tls_static_block()
98 Lm_list *lml = LIST(lmp); in Dbg_tls_static_resv() local
103 Dbg_util_nl(lml, DBG_NL_STD); in Dbg_tls_static_resv()
104 dbg_print(lml, MSG_INTL(MSG_TLS_STATBLOCK3), TLSMODID(lmp), NAME(lmp), in Dbg_tls_static_resv()
109 Dbg_tls_modactivity(Lm_list *lml, void *vtlsmodent, uint_t flag) in Dbg_tls_modactivity() argument
123 Dbg_util_nl(lml, DBG_NL_STD); in Dbg_tls_modactivity()
124 dbg_print(lml, MSG_INTL(MSG_TLS_MODACT), str, tlsmodent->tm_modname); in Dbg_tls_modactivity()
125 Dbg_tls_modent(lml, tlsmodent); in Dbg_tls_modactivity()