/src/sys/arch/hp300/stand/common/ |
rd.c | 89 static int rderror(int, int, int); 342 if (rderror(ctlr, unit, rs->sc_part) == 0) 354 rderror(int ctlr, int unit, int part) function in typeref:typename:int
|
rd.c | 89 static int rderror(int, int, int); 342 if (rderror(ctlr, unit, rs->sc_part) == 0) 354 rderror(int ctlr, int unit, int part) function in typeref:typename:int
|
/src/sys/dev/gpib/ |
rd.c | 241 int rderror(struct rd_softc *); 736 * integrate this with the backoff code in rderror. 801 restart = rderror(sc); 820 rderror(struct rd_softc *sc) function in typeref:typename:int 826 DPRINTF(RDB_FOLLOW, ("rderror: sc=%p\n", sc));
|
rd.c | 241 int rderror(struct rd_softc *); 736 * integrate this with the backoff code in rderror. 801 restart = rderror(sc); 820 rderror(struct rd_softc *sc) function in typeref:typename:int 826 DPRINTF(RDB_FOLLOW, ("rderror: sc=%p\n", sc));
|
/src/sys/arch/hp300/dev/ |
rd.c | 443 static int rderror(int); 1030 * integrate this with the backoff code in rderror. 1131 restart = rderror(unit); 1197 rderror(int unit) function in typeref:typename:int
|
rd.c | 443 static int rderror(int); 1030 * integrate this with the backoff code in rderror. 1131 restart = rderror(unit); 1197 rderror(int unit) function in typeref:typename:int
|