Searched refs:sc_error (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/geom/nop/
H A Dg_nop.h53 int sc_error; member in struct:g_nop_softc
H A Dg_nop.c274 G_NOP_LOGREQLVL(1, bp, "Returning error=%d.", sc->sc_error);
275 g_io_deliver(bp, sc->sc_error);
429 sc->sc_error = ioerror;
779 sc->sc_error = (int)error;
957 sbuf_printf(sb, "%s<Error>%d</Error>\n", indent, sc->sc_error);
/freebsd-current/sys/arm/ti/
H A Dti_i2c.c89 int sc_error; member in struct:ti_i2c_softc
204 sc->sc_error = ENXIO;
209 sc->sc_error = ENXIO;
216 if (sc->sc_error != 0 && sc->sc_buffer->flags & IIC_M_NOSTOP) {
342 sc->sc_error = EINVAL;
389 sc->sc_error = 0;
440 err = sc->sc_error;
/freebsd-current/sys/dev/cesa/
H A Dcesa.c1180 sc->sc_error = 0;
1480 sc->sc_error = EIO;
1485 sc->sc_error = EIO;
1490 sc->sc_error = EIO;
1495 sc->sc_error = EIO;
1501 sc->sc_error = EIO;
1526 cr->cr_crp->crp_etype = sc->sc_error;
1547 sc->sc_error = 0;
H A Dcesa.h229 int sc_error; member in struct:cesa_softc

Completed in 290 milliseconds