oboe.c | 72 static int oboe_read(void *h, struct uio *uio, int flag); 155 oboe_open, oboe_close, oboe_read, oboe_write, oboe_poll, 293 oboe_read(void *h, struct uio *uio, int flag) function in typeref:typename:int 311 DPRINTF(("oboe_read: sleep\n")); 313 DPRINTF(("oboe_read: woke, error=%d\n", error)); 325 DPRINTF(("oboe_read: uio buffer smaller than frame size" 329 DPRINTF(("oboe_read: moving %d bytes from %p\n",
|