Home
last modified time | relevance | path

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

/NextBSD/sys/dev/si/
HDsi.h165 #define IDLE_OPEN 0x00 /* Default mode, TX and RX polled macro
HDsi.c188 case IDLE_OPEN: return("IDLE_OPEN"); in si_cmdname()
1538 while((x = ccbp->hi_stat) != IDLE_OPEN && in si_command()
1579 while((x = ccbp->hi_stat) != IDLE_OPEN && in si_command()
/NextBSD/usr.sbin/sicontrol/
HDsicontrol.c407 case IDLE_OPEN: return "IDLE_OPEN"; in s_stat()