Symbol: NOTHING
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
1960
case NOTHING:
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
1986
if (phy.dtype == NOTHING) {
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
2011
if ((phy.dtype != NOTHING) || verbose) {
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
759
case NOTHING:
usr/src/lib/libc/port/regex/engine.c
808
st = step(m->g, startst, stopst, st, NOTHING, st);
usr/src/lib/libc/port/regex/engine.c
887
assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st));
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_attach.c
2927
pmcs_tbuf_ptr->phy_dtype = NOTHING;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_intr.c
383
if (pptr->dtype == NOTHING) {
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_intr.c
439
if (pptr->dtype != NOTHING && pptr->configured) {
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_intr.c
476
pptr->pend_dtype = NOTHING;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_intr.c
477
pptr->dtype = NOTHING;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_intr.c
563
if (pptr->dtype != NOTHING && pptr->configured) {
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_intr.c
706
pptr->pend_dtype = NOTHING;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_intr.c
707
pptr->dtype = NOTHING;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_intr.c
774
subphy->pend_dtype = NOTHING;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_intr.c
775
subphy->dtype = NOTHING;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_intr.c
856
subphy->pend_dtype = NOTHING;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_intr.c
857
subphy->dtype = NOTHING;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
2773
if ((pptr->dtype == NOTHING) || pptr->dead) {
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
3023
case NOTHING:
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
3233
if (!IS_ROOT_PHY(pptr) && (pptr->dtype != NOTHING))
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
3844
if (ctmp->dtype != NOTHING) {
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
3923
} else if ((ctmp->dtype != NOTHING) &&
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
3967
if (local->dtype == NOTHING) {
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
3972
ctmp->pend_dtype = NOTHING;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
4642
pptr->dtype = NOTHING;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
4662
pptr->dtype = NOTHING;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
4665
if (pptr->dtype != NOTHING) {
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
5503
case NOTHING:
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
6834
xp->dtype = NOTHING;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
7268
(phyp->dtype == EXPANDER) || (phyp->dtype == NOTHING));
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
7342
(phyp->dtype == EXPANDER) || (phyp->dtype == NOTHING));
usr/src/uts/common/sys/scsi/adapters/pmcs/pmcs_def.h
420
(((pptr)->dtype == NOTHING)? "NOTHING" : \