HomeSort by: relevance | last modified time | path
    Searched defs:dnkbd_send (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hp300/dev/
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
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

Completed in 21 milliseconds