Home
last modified time | relevance | path

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

/dragonfly/sys/bus/ppbus/
HDMakefile19 ppb_write
HDppb_base.c149 ppb_write(device_t bus, char *buf, int len, int how) in ppb_write() function
HDppbconf.h262 extern int ppb_write(device_t, char *, int, int);
/dragonfly/sys/dev/misc/lpt/
HDlpt.c768 err = ppb_write(ppbus, sc->sc_cp, in lptwrite()