Home
last modified time | relevance | path

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

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