/src/sys/arch/mac68k/obio/ |
espvar.h | 51 uint8_t *sc_ibuf; member in struct:esp_softc
|
esp.c | 387 NBPG, (void **)&esc->sc_ibuf, 1075 memcpy(*esc->sc_dmaaddr, esc->sc_ibuf, trans); 1137 dmaaddr = &esc->sc_ibuf;
|
/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
|
if_otus.c | 1015 sc->sc_ibuf = kmem_alloc(sc->sc_ibuf_size, KM_SLEEP); 1017 USBD_SHORT_XFER_OK, &sc->sc_cmd_rx_pipe, sc, sc->sc_ibuf, 1088 if (sc->sc_ibuf != NULL) 1089 kmem_free(sc->sc_ibuf, sc->sc_ibuf_size); 1620 otus_cmd_rxeof(sc, sc->sc_ibuf, len);
|
/src/sys/dev/i2c/ |
ihidev.c | 216 sc->sc_ibuf = kmem_zalloc(sc->sc_isize, KM_SLEEP); 282 if (sc->sc_ibuf != NULL) { 283 kmem_free(sc->sc_ibuf, sc->sc_isize); 284 sc->sc_ibuf = NULL; 860 sc->sc_ibuf, sc->sc_isize, 0); 869 psize = sc->sc_ibuf[0] | sc->sc_ibuf[1] << 8; 877 p = sc->sc_ibuf + 2; 891 DPRINTF((" %.2x", sc->sc_ibuf[i]));
|
ihidev.h | 143 u_char *sc_ibuf; member in struct:ihidev_softc
|