Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtls.c52 if (tmid.tmi_bits == 0) { in tls_getmodid()
53 if ((tmid.tmi_bits = in tls_getmodid()
56 tmid.tmi_bits[0] = 1; in tls_getmodid()
57 tmid.tmi_lowfree = 1; in tls_getmodid()
58 tmid.tmi_cnt = TLSBLOCKCNT; in tls_getmodid()
85 if ((tmid.tmi_bits = realloc(tmid.tmi_bits, 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()
96 tmid.tmi_lowfree = ndx + 1; in tls_getmodid()
112 tmid.tmi_bits[i] &= j; in tls_freemodid()
[all …]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c4429 timeout_id_t tmid = 0; in vdc_process_msg_thread() local
4493 ASSERT(tmid != 0); in vdc_process_msg_thread()
4494 tmid = 0; in vdc_process_msg_thread()
4639 if (tmid != 0) { in vdc_process_msg_thread()
4640 (void) untimeout(tmid); in vdc_process_msg_thread()
4641 tmid = 0; in vdc_process_msg_thread()
4714 if (tmid != 0) { in vdc_process_msg_thread()
4715 (void) untimeout(tmid); in vdc_process_msg_thread()
4716 tmid = 0; in vdc_process_msg_thread()
4891 if (tmid != 0) { in vdc_process_msg_thread()
[all …]