uow_read
if (uow_read(sc, &data, 1) != 1)
if (uow_read(sc, &data, 1) != 1)
uow_read(sc, &data, sizeof(data));
uow_read(sc, buf, len);
if ((rv = uow_read(sc, buf, size * 8)) == -1)
int uow_read(struct uow_softc *, void *, int);