Symbol: TS_IN_RESET
usr/src/uts/sun4v/io/ldc.c
1240
if ((ldcp->tstate & ~TS_IN_RESET) == TS_VREADY) {
usr/src/uts/sun4v/io/ldc.c
1348
if ((ldcp->tstate & ~TS_IN_RESET) == TS_VREADY) {
usr/src/uts/sun4v/io/ldc.c
1731
if ((ldcp->tstate & TS_IN_RESET) == 0)
usr/src/uts/sun4v/io/ldc.c
1783
if ((ldcp->tstate & TS_IN_RESET) == 0)
usr/src/uts/sun4v/io/ldc.c
1884
switch (ldcp->tstate & ~TS_IN_RESET) {
usr/src/uts/sun4v/io/ldc.c
2147
(ldcp->tstate & ~TS_IN_RESET) == TS_OPEN &&
usr/src/uts/sun4v/io/ldc.c
2262
if ((ldcp->tstate & ~TS_IN_RESET) == TS_OPEN) {
usr/src/uts/sun4v/io/ldc.c
2321
if ((ldcp->tstate & ~TS_IN_RESET) != TS_UP) {
usr/src/uts/sun4v/io/ldc.c
2336
if ((ldcp->tstate & TS_IN_RESET) == 0)
usr/src/uts/sun4v/io/ldc.c
2419
(tstate & ~TS_IN_RESET) !=
usr/src/uts/sun4v/io/ldc.c
2420
(ldcp->tstate & ~TS_IN_RESET)) {
usr/src/uts/sun4v/io/ldc.c
2457
if ((ldcp->tstate & TS_IN_RESET) == 0)
usr/src/uts/sun4v/io/ldc.c
2650
ldcp->tstate = TS_IN_RESET;
usr/src/uts/sun4v/io/ldc.c
2845
if ((ldcp->tstate & ~TS_IN_RESET) > TS_INIT) {
usr/src/uts/sun4v/io/ldc.c
2955
if ((ldcp->tstate & ~TS_IN_RESET) >= TS_OPEN) {
usr/src/uts/sun4v/io/ldc.c
3101
if ((ldcp->tstate & ~TS_IN_RESET) < TS_OPEN) {
usr/src/uts/sun4v/io/ldc.c
3241
ldcp->tstate = TS_IN_RESET|TS_INIT;
usr/src/uts/sun4v/io/ldc.c
3376
ldcp->tstate &= ~TS_IN_RESET;
usr/src/uts/sun4v/io/ldc.c
3392
if ((tstate & TS_IN_RESET) &&
usr/src/uts/sun4v/io/ldc.c
4731
if ((ldcp->tstate & ~TS_IN_RESET) < TS_INIT) {
usr/src/uts/sun4v/io/ldc.c
613
if (force_reset || (ldcp->tstate & ~TS_IN_RESET) == TS_UP) {
usr/src/uts/sun4v/io/ldc.c
729
ldcp->tstate |= TS_IN_RESET;
usr/src/uts/sun4v/io/ldc_shm.c
207
if ((ldcp->tstate & ~TS_IN_RESET) < TS_INIT) {