Home
last modified time | relevance | path

Searched refs:hi_state (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/si/
HDsi.h123 BYTE hi_state; /* status */ member
HDsi.c1236 if (ccbp->hi_state & ST_BREAK) { in si_intr()
1239 ccbp->hi_state &= ~ST_BREAK; /* A Bit iffy this */ in si_intr()
/freebsd-11-stable/usr.sbin/sicontrol/
HDsicontrol.c602 printf("\thi_state 0x%x %s\n", CCB.hi_state, s_state(CCB.hi_state)); /* BYTE hi_state - status */ in ccb_stat()