| Home | Sort by: relevance | last modified time | path |
| /src/sys/arch/amiga/dev/ | |
| siop.c | 418 int dosched = 0; local in function:siop_scsidone 455 dosched = 1; /* start next command */ 494 if (dosched && sc->sc_nexus == NULL) |
| siop2.c | 403 int dosched = 0; local in function:siopng_scsidone 440 dosched = 1; /* start next command */ 479 if (dosched && sc->sc_nexus == NULL) |
| sbic.c | 570 int dosched = 0; local in function:sbic_scsidone 617 dosched = 1; /* start next command */ 651 if (dosched) |
| /src/sys/dev/ic/ | |
| osiop.c | 575 int dosched = 0; local in function:osiop_scsidone 648 dosched = 1; /* start next command */ 690 if (dosched && sc->sc_nexus == NULL) |
| /src/sys/arch/mvme68k/dev/ | |
| sbic.c | 598 int dosched = 0; local in function:sbic_scsidone 646 dosched = 1; /* start next command */ 689 if (dosched) |
| /src/sys/arch/acorn32/podulebus/ | |
| sbic.c | 526 int dosched = 0; local in function:sbic_scsidone 569 dosched = 1; /* start next command */ 603 if (dosched) |