HomeSort by: relevance | last modified time | path
    Searched refs:NEG_WAITS (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/amiga/dev/
siopvar.h 188 #define NEG_WAITS 3 /* Waiting for synch negoation response */
siop.c 807 sc->sc_sync[target].state = NEG_WAITS;
955 if (sc->sc_sync[target].state == NEG_WAITS) {
1031 if (sc->sc_sync[target].state == NEG_WAITS) {
siop2.c 861 sc->sc_sync[target].state = NEG_WAITS;
1043 if (sc->sc_sync[target].state == NEG_WAITS) {
1152 if (sc->sc_sync[target].state == NEG_WAITS) {
  /src/sys/dev/ic/
osiopvar.h 245 #define NEG_WAITS 1 /* Waiting for synch negotiation response */
osiop.c 957 ti->state = NEG_WAITS;
1114 if (ti->state == NEG_WAITS) {
1179 if (ti->state == NEG_WAITS) {

Completed in 17 milliseconds