Home | History | Annotate | Download | only in usb

Lines Matching defs:sc_obuf

100 	u_char *sc_obuf;
300 sc->sc_obuf = kmem_alloc(sc->sc_osize, KM_SLEEP);
302 sc->sc_obuf = NULL;
326 kmem_free(sc->sc_obuf, sc->sc_osize);
327 sc->sc_obuf = NULL;
393 kmem_free(sc->sc_obuf, sc->sc_osize);
394 sc->sc_obuf = NULL;
485 error = uiomove(sc->sc_obuf, size, uio);
493 DPRINTF((" %02x", sc->sc_obuf[i]));
499 err = uhidev_write(sc->sc_hdev, sc->sc_obuf, size);
502 UHID_OUTPUT_REPORT, sc->sc_obuf, size);