Home
last modified time | relevance | path

Searched refs:plipreceive (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/sys/dev/ic/
Dlpt.c161 static int plipreceive(struct lpt_softc *, u_char *, int);
720 plipreceive(struct lpt_softc *sc, u_char *buf, int len) in plipreceive() function
779 if (plipreceive(sc, minibuf, 2) < 0) goto err; in plipinput()
785 if ((cksum = plipreceive(sc, p, len)) < 0) goto err; in plipinput()
787 if (plipreceive(sc, minibuf, 1) < 0) goto err; in plipinput()