Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm/ti/
H A Dti_i2c.c94 int sc_error; member
209 sc->sc_error = ENXIO; in ti_i2c_transfer_intr()
214 sc->sc_error = ENXIO; in ti_i2c_transfer_intr()
221 if (sc->sc_error != 0 && sc->sc_buffer->flags & IIC_M_NOSTOP) { in ti_i2c_transfer_intr()
347 sc->sc_error = EINVAL; in ti_i2c_intr()
395 sc->sc_error = 0; in ti_i2c_transfer()
446 err = sc->sc_error; in ti_i2c_transfer()
/freebsd-12.1/sys/geom/nop/
H A Dg_nop.c163 G_NOP_LOGREQLVL(1, bp, "Returning error=%d.", sc->sc_error); in g_nop_start()
164 g_io_deliver(bp, sc->sc_error); in g_nop_start()
274 sc->sc_error = ioerror; in g_nop_create()
548 sc->sc_error = (int)*error; in g_nop_ctl_configure()
716 sbuf_printf(sb, "%s<Error>%d</Error>\n", indent, sc->sc_error); in g_nop_dumpconf()
H A Dg_nop.h66 int sc_error; member
/freebsd-12.1/sys/dev/cesa/
H A Dcesa.c1192 sc->sc_error = 0; in cesa_attach_late()
1503 sc->sc_error = EIO; in cesa_intr()
1508 sc->sc_error = EIO; in cesa_intr()
1513 sc->sc_error = EIO; in cesa_intr()
1518 sc->sc_error = EIO; in cesa_intr()
1524 sc->sc_error = EIO; in cesa_intr()
1549 cr->cr_crp->crp_etype = sc->sc_error; in cesa_intr()
1562 sc->sc_error = 0; in cesa_intr()
H A Dcesa.h237 int sc_error; member