Searched refs:NOTHING (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_intr.c378 * If the dtype isn't NOTHING, then this is actually
383 if (pptr->dtype == NOTHING) {
439 if (pptr->dtype != NOTHING && pptr->configured) {
476 pptr->pend_dtype = NOTHING;
477 pptr->dtype = NOTHING;
563 if (pptr->dtype != NOTHING && pptr->configured) {
706 pptr->pend_dtype = NOTHING;
707 pptr->dtype = NOTHING;
774 subphy->pend_dtype = NOTHING;
775 subphy->dtype = NOTHING;
[all...]
H A Dpmcs_subr.c2505 * *they* have changed. If they've changed from type NOTHING we leave
2770 if ((pptr->dtype == NOTHING) || pptr->dead) {
3020 case NOTHING:
3228 /* Only mark dead if it's not a root PHY and its dtype isn't NOTHING */
3230 if (!IS_ROOT_PHY(pptr) && (pptr->dtype != NOTHING))
3675 * from type NOTHING we leave them marked changed to be configured later
3841 if (ctmp->dtype != NOTHING) {
3855 "%s: %s type changed from NOTHING to %s",
3920 } else if ((ctmp->dtype != NOTHING) &&
3959 * If the dtype of this PHY is now NOTHING, mar
[all...]
H A Dpmcs_attach.c2927 pmcs_tbuf_ptr->phy_dtype = NOTHING;
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h31 NOTHING, /* nothing connected here */ enumerator in enum:__anon8949
420 (((pptr)->dtype == NOTHING)? "NOTHING" : \
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dengine.c115 #define NOTHING (BOL-3) macro
773 st = step(m->g, startst, stopst, st, NOTHING, st);
842 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st));
876 st = step(m->g, startst, stopst, st, NOTHING, st);
943 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st));
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c758 case NOTHING:
1956 case NOTHING:
1979 if (phy.dtype == NOTHING) {
2004 if ((phy.dtype != NOTHING) || verbose) {

Completed in 87 milliseconds