Searched defs:tsd_ddi_redirect (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c184 uint_t tsd_ddi_redirect; variable
8876 tsd_create(&tsd_ddi_redirect, NULL);
9024 if (tsd_get(tsd_ddi_redirect))
9027 (void) tsd_set(tsd_ddi_redirect, (void *)1);
9047 (void) tsd_set(tsd_ddi_redirect, NULL);
9061 if (tsd_get(tsd_ddi_redirect))
9064 (void) tsd_set(tsd_ddi_redirect, (void *)1);
9085 (void) tsd_set(tsd_ddi_redirect, NULL);

Completed in 82 milliseconds