Searched refs:NOTHING (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_intr.c | 383 if (pptr->dtype == NOTHING) { in pmcs_process_sas_hw_event() 439 if (pptr->dtype != NOTHING && pptr->configured) { in pmcs_process_sas_hw_event() 476 pptr->pend_dtype = NOTHING; in pmcs_process_sas_hw_event() 477 pptr->dtype = NOTHING; in pmcs_process_sas_hw_event() 563 if (pptr->dtype != NOTHING && pptr->configured) { in pmcs_process_sas_hw_event() 706 pptr->pend_dtype = NOTHING; in pmcs_process_sas_hw_event() 707 pptr->dtype = NOTHING; in pmcs_process_sas_hw_event() 774 subphy->pend_dtype = NOTHING; in pmcs_process_sas_hw_event() 775 subphy->dtype = NOTHING; in pmcs_process_sas_hw_event() 856 subphy->pend_dtype = NOTHING; in pmcs_process_sas_hw_event() [all …]
|
H A D | pmcs_subr.c | 2770 if ((pptr->dtype == NOTHING) || pptr->dead) { in pmcs_report_observations() 3020 case NOTHING: in pmcs_configure_new_devices() 3230 if (!IS_ROOT_PHY(pptr) && (pptr->dtype != NOTHING)) in pmcs_clear_phy() 3841 if (ctmp->dtype != NOTHING) { in pmcs_check_expander() 3920 } else if ((ctmp->dtype != NOTHING) && in pmcs_check_expander() 3964 if (local->dtype == NOTHING) { in pmcs_check_expander() 3969 ctmp->pend_dtype = NOTHING; in pmcs_check_expander() 4639 pptr->dtype = NOTHING; in pmcs_expander_content_discover() 4659 pptr->dtype = NOTHING; in pmcs_expander_content_discover() 4662 if (pptr->dtype != NOTHING) { in pmcs_expander_content_discover() [all …]
|
H A D | pmcs_attach.c | 2927 pmcs_tbuf_ptr->phy_dtype = NOTHING; in pmcs_prt_impl()
|
/titanic_50/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | pmcs_def.h | 31 NOTHING, /* nothing connected here */ enumerator 420 (((pptr)->dtype == NOTHING)? "NOTHING" : \
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | engine.c | 115 #define NOTHING (BOL-3) macro 773 st = step(m->g, startst, stopst, st, NOTHING, st); in fast() 842 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st)); in fast() 876 st = step(m->g, startst, stopst, st, NOTHING, st); in slow() 943 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st)); in slow()
|
/titanic_50/usr/src/cmd/mdb/common/modules/pmcs/ |
H A D | pmcs.c | 758 case NOTHING: in display_targets() 1956 case NOTHING: in display_phy() 1979 if (phy.dtype == NOTHING) { in display_phy() 2004 if ((phy.dtype != NOTHING) || verbose) { in display_phy()
|