HomeSort by: relevance | last modified time | path
    Searched defs:sbicerror (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mvme68k/dev/
sbic.c 145 void sbicerror (struct sbic_softc *, u_char);
930 sbicerror(struct sbic_softc *dev, u_char csr) function in typeref:typename:void
936 panic("sbicerror: dev->sc_xs == NULL");
1519 sbicerror(dev, csr);
2511 sbicerror(dev, csr);
  /src/sys/arch/acorn32/podulebus/
sbic.c 163 static void sbicerror (struct sbic_softc *, sbic_regmap_p, u_char);
883 sbicerror(struct sbic_softc *dev, sbic_regmap_p regs, u_char csr) function in typeref:typename:void
887 panic("sbicerror");
1517 sbicerror(dev, regs, csr);
2303 sbicerror(dev, regs, csr);
  /src/sys/arch/amiga/dev/
sbic.c 136 void sbicerror(struct sbic_softc *, sbic_regmap_t, u_char);
944 sbicerror(struct sbic_softc *dev, sbic_regmap_t regs, u_char csr) function in typeref:typename:void
952 panic("sbicerror");
1591 sbicerror(dev, regs, csr);
2513 sbicerror(dev, regs, csr);

Completed in 15 milliseconds