HomeSort by: relevance | last modified time | path
    Searched refs:ppbus_write (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ppbus/
ppbus_conf.h 133 PARPORT_WRITE_T ppbus_write; member in struct:ppbus_softc
ppbus_base.h 153 int ppbus_write(device_t, char *, int, int, size_t *);
ppbus_base.c 224 ppbus_write(device_t dev, char * buf, int len, int how, size_t * cnt) function in typeref:typename:int
236 return (bus->ppbus_write(device_parent(bus->sc_dev), buf, len, how, cnt));
ppbus_conf.c 127 ppbus->ppbus_write = sc_link->parport_write;
ppbus_msq.c 311 if ((error = ppbus_write(
lpt.c 605 error = ppbus_write(device_parent(dev), sc->sc_inbuf, n, ioflag,

Completed in 15 milliseconds