Home
last modified time | relevance | path

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

/freebsd/sys/modules/ppbus/
H A DMakefile18 ppb_write \
/freebsd/sys/dev/ppbus/
H A Dppbconf.h271 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.c797 err = ppb_write(ppbus, sc->sc_cp, in lptwrite()