Searched refs:ci_tag (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | tls.c | 202 { .ci_tag = CI_VERSION, .ci_un.ci_val = CI_V_CURRENT }, 203 { .ci_tag = CI_ATEXIT, .ci_un.ci_func = _preexec_exit_handlers }, 204 { .ci_tag = CI_TLS_MODADD, .ci_un.ci_func = __tls_mod_add }, 205 { .ci_tag = CI_TLS_MODREM, .ci_un.ci_func = __tls_mod_remove }, 206 { .ci_tag = CI_TLS_STATMOD, .ci_un.ci_func = __tls_static_mods }, 207 { .ci_tag = CI_THRINIT, .ci_un.ci_func = libc_init }, 208 { .ci_tag = CI_NULL, .ci_un.ci_func = NULL }
|
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | libc_int.h | 75 int ci_tag; member
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | external.c | 231 for (tag = funcs->ci_tag; tag; tag = (++funcs)->ci_tag) { in get_lcinterface()
|