Home
last modified time | relevance | path

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

/original-bsd/sys/pmax/dev/
H A Dasc.c363 #define DISCONN 0x01 /* true if currently disconnected from bus */ macro
1044 state->flags |= DISCONN;
1075 if (!(state->flags & DISCONN))
1077 state->flags &= ~DISCONN;
1208 if (!asc->cmd[i] || !(asc->st[i].flags & DISCONN))
1224 if (!asc->cmd[i] || (asc->st[i].flags & DISCONN))
1792 if (state->flags & DISCONN)
1794 state->flags |= DISCONN;
1835 if (!(state->flags & DISCONN)) {