dnkbd.c | 263 static int dnkbd_send(struct dnkbd_softc *, const uint8_t *, size_t); 427 rc = dnkbd_send(sc, cmdbuf, 1); 436 rc = dnkbd_send(sc, cmdbuf, 2); 550 * Other commands are issued through dnkbd_send() which ``eats'' the echo. 816 dnkbd_send(struct dnkbd_softc *sc, const uint8_t *cmdbuf, size_t cmdlen) function in typeref:typename:int
|