Home
last modified time | relevance | path

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

/src/sys/modules/ppbus/
H A DMakefile17 ppb_write \
/src/sys/dev/ppbus/
H A Dppbconf.h275 extern int ppb_write(device_t, char *, int, int);
H A Dppb_base.c147 ppb_write(device_t bus, char *buf, int len, int how) in ppb_write() function
H A Dlpt.c792 err = ppb_write(ppbus, sc->sc_cp, in lptwrite()