Home
last modified time | relevance | path

Searched refs:P_STATUS (Results 1 – 11 of 11) sorted by relevance

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/
HDprocessor.h66 #define P_STATUS 0x0003 /* value passed to p_online to request status */ macro
/NextBSD/sys/contrib/ngatm/netnatm/sig/
HDunipriv.h169 DEF_PRIV_SIG(P_STATUS, CallControl) \
/NextBSD/sys/dev/aic7xxx/
HDaic7xxx.reg127 mask P_STATUS CDI|IOI
156 mask P_STATUS CDI|IOI
1374 mask P_STATUS CDI|IOI
HDaic7xxx.seq554 mvi P_STATUS|BSYO call change_phase;
614 mvi P_STATUS|BSYO call change_phase;
615 mvi LASTPHASE, P_STATUS;
673 cmp A,P_STATUS je p_status;
HDaic7xxx_reg.h1338 #define P_STATUS 0xc0 macro
HDaic79xx.reg1665 P_STATUS CDO|IOO,
1692 P_STATUS CDO|IOO,
3633 P_STATUS CDO|IOO,
HDaic79xx_reg.h3610 #define P_STATUS 0xc0 macro
HDaic79xx.c94 { P_STATUS, MSG_INITIATOR_DET_ERR, "in Status phase" },
1052 case P_STATUS: in ahd_handle_seqint()
HDaic79xx.seq858 cmp A,P_STATUS je p_status;
HDaic7xxx.c105 { P_STATUS, MSG_INITIATOR_DET_ERR, "in Status phase" },
/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_subr.c510 return (p_online(cpu, P_STATUS)); in dt_status()