uow_read 100 dev/usb/uow.c int uow_read(struct uow_softc *, void *, int); uow_read 319 dev/usb/uow.c if (uow_read(sc, &data, 1) != 1) uow_read 333 dev/usb/uow.c if (uow_read(sc, &data, 1) != 1) uow_read 347 dev/usb/uow.c uow_read(sc, &data, sizeof(data)); uow_read 359 dev/usb/uow.c uow_read(sc, buf, len); uow_read 407 dev/usb/uow.c if ((rv = uow_read(sc, buf, size * 8)) == -1)