Searched refs:tm_flags (Results 1 – 10 of 10) sorted by relevance
50 if (mod->tm_flags & TOPO_MOD_REG) { in rtld_fini()52 if (mod->tm_flags & TOPO_MOD_REG) { in rtld_fini()96 if (err < 0 || !(mod->tm_flags & TOPO_MOD_REG)) { in rtld_init()
127 if (mod->tm_flags & TOPO_MOD_INIT) { in topo_mod_stop()129 if (mod->tm_flags & TOPO_MOD_REG) in topo_mod_stop()133 mod->tm_flags = TOPO_MOD_FINI; in topo_mod_stop()154 mod->tm_flags |= TOPO_MOD_INIT; in topo_mod_start()156 if (!(mod->tm_flags & TOPO_MOD_REG)) { in topo_mod_start()
71 uint_t tm_flags; /* Miscellaneous flags (see below) */ member
181 assert(!(mod->tm_flags & TOPO_MOD_FINI || in topo_mod_register()182 mod->tm_flags & TOPO_MOD_REG)); in topo_mod_register()207 mod->tm_flags |= TOPO_MOD_REG; in topo_mod_register()221 assert(!(mod->tm_flags & TOPO_MOD_FINI)); in topo_mod_unregister()223 mod->tm_flags &= ~TOPO_MOD_REG; in topo_mod_unregister()248 assert(mod->tm_flags & TOPO_MOD_REG); in topo_mod_enumerate()
112 unsigned long tm_flags; member130 uint32_t tm_flags; member
131 ASSERT(tlsp->tm_flags & TM_FLG_STATICTLS); in __tls_static_mods()173 ASSERT(!(tlsp->tm_flags & TM_FLG_STATICTLS)); in __tls_mod_add()252 } else if (tlsp->tm_flags & TM_FLG_STATICTLS) { in slow_tls_get_addr()348 (tlsp->tm_flags & TM_FLG_STATICTLS)) { in tls_setup()403 ((tlsp->tm_flags & TM_FLG_STATICTLS) || in tls_exit()
54 if ((flags = tmodent->tm_flags) != 0) { in Dbg_tls_modent()63 EC_XWORD(tmodent->tm_stattlsoffset), EC_XWORD(tmodent->tm_flags), in Dbg_tls_modent()
212 mdb_printf("%-12s %-36u %-30s\n", "tm_flags", tm.tm_flags, in topo_module()214 if (TOPO_MOD_INIT & tm.tm_flags) { in topo_module()218 if (TOPO_MOD_FINI & tm.tm_flags) { in topo_module()222 if (TOPO_MOD_REG & tm.tm_flags) { in topo_module()226 if (TOPO_MOD_UNREG & tm.tm_flags) { in topo_module()
146 tmi.tm_flags = 0; in tls_modaddrem()326 tlsmodlist[tlsmodndx]->tm_flags = TM_FLG_STATICTLS; in tls_statmod()
2289 else if (tlsmod.tm_flags & TM_FLG_STATICTLS) in __td_thr_tlsbase()2324 else if (tlsmod.tm_flags & TM_FLG_STATICTLS) in __td_thr_tlsbase()