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

/freebsd-13-stable/sys/geom/nop/
H A Dg_nop.h55 int sc_error; member in struct:g_nop_softc
H A Dg_nop.c278 G_NOP_LOGREQLVL(1, bp, "Returning error=%d.", sc->sc_error);
279 g_io_deliver(bp, sc->sc_error);
433 sc->sc_error = ioerror;
783 sc->sc_error = (int)error;
961 sbuf_printf(sb, "%s<Error>%d</Error>\n", indent, sc->sc_error);
/freebsd-13-stable/sys/arm/ti/
H A Dti_i2c.c92 int sc_error; member in struct:ti_i2c_softc
207 sc->sc_error = ENXIO;
212 sc->sc_error = ENXIO;
219 if (sc->sc_error != 0 && sc->sc_buffer->flags & IIC_M_NOSTOP) {
345 sc->sc_error = EINVAL;
392 sc->sc_error = 0;
443 err = sc->sc_error;
/freebsd-13-stable/sys/dev/cesa/
H A Dcesa.c1184 sc->sc_error = 0;
1484 sc->sc_error = EIO;
1489 sc->sc_error = EIO;
1494 sc->sc_error = EIO;
1499 sc->sc_error = EIO;
1505 sc->sc_error = EIO;
1530 cr->cr_crp->crp_etype = sc->sc_error;
1551 sc->sc_error = 0;
H A Dcesa.h234 int sc_error; member in struct:cesa_softc

Completed in 154 milliseconds