sc_evt_buf 176 dev/usb/ubt.c uint8_t *sc_evt_buf;
sc_evt_buf 651 dev/usb/ubt.c if (sc->sc_evt_buf != NULL) {
sc_evt_buf 652 dev/usb/ubt.c free(sc->sc_evt_buf, M_USBDEV);
sc_evt_buf 653 dev/usb/ubt.c sc->sc_evt_buf = NULL;
sc_evt_buf 720 dev/usb/ubt.c sc->sc_evt_buf = malloc(UBT_BUFSIZ_EVENT, M_USBDEV, M_NOWAIT);
sc_evt_buf 721 dev/usb/ubt.c if (sc->sc_evt_buf == NULL) {
sc_evt_buf 730 dev/usb/ubt.c sc->sc_evt_buf,