HomeSort by: relevance | last modified time | path
    Searched defs:sc_ibuf (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/mac68k/obio/
espvar.h 51 uint8_t *sc_ibuf; member in struct:esp_softc
  /src/sys/dev/usb/
uep.c 74 u_char *sc_ibuf; member in struct:uep_softc
296 sc->sc_ibuf = kmem_alloc(sc->sc_isize, KM_SLEEP);
298 USBD_SHORT_XFER_OK, &sc->sc_intr_pipe, sc, sc->sc_ibuf,
301 kmem_free(sc->sc_ibuf, sc->sc_isize);
328 if (sc->sc_ibuf != NULL) {
329 kmem_free(sc->sc_ibuf, sc->sc_isize);
330 sc->sc_ibuf = NULL;
384 u_char *p = sc->sc_ibuf;
uhidev.c 119 u_char *sc_ibuf; member in struct:uhidev_softc
514 KASSERT(sc->sc_ibuf == NULL);
555 DPRINTF((" %02x", sc->sc_ibuf[i]));
570 p = sc->sc_ibuf;
595 rnd_add_uint32(&scd->sc_rndsource, (uintptr_t)(sc->sc_ibuf));
703 sc->sc_ibuf = kmem_alloc(sc->sc_isize, KM_SLEEP);
710 USBD_SHORT_XFER_OK, &sc->sc_ipipe, sc, sc->sc_ibuf,
779 out1: kmem_free(sc->sc_ibuf, sc->sc_isize);
780 sc->sc_ibuf = NULL;
845 kmem_free(sc->sc_ibuf, sc->sc_isize)
    [all...]
if_otusvar.h 184 uint8_t *sc_ibuf; member in struct:otus_softc
  /src/sys/dev/i2c/
ihidev.h 143 u_char *sc_ibuf; member in struct:ihidev_softc

Completed in 14 milliseconds