Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Dtls.c42 ulong_t tmi_cnt; member
58 tmid.tmi_cnt = TLSBLOCKCNT; in tls_getmodid()
63 cnt < tmid.tmi_cnt; cnt++) { in tls_getmodid()
86 ((tmid.tmi_cnt * sizeof (uint_t)) + in tls_getmodid()
93 bzero(&(tmid.tmi_bits[tmid.tmi_cnt]), TLSBLOCKCNT * sizeof (uint_t)); in tls_getmodid()
94 tmid.tmi_bits[tmid.tmi_cnt] = 1; in tls_getmodid()
95 ndx = (tmid.tmi_cnt * sizeof (uint_t)) * 8; in tls_getmodid()
97 tmid.tmi_cnt += TLSBLOCKCNT; in tls_getmodid()