/src/sys/dev/ppbus/ |
ppbus_conf.h | 136 PARPORT_DMA_MALLOC_T ppbus_dma_malloc; member in struct:ppbus_softc
|
ppbus_base.h | 157 int ppbus_dma_malloc(device_t, void **, bus_addr_t *, bus_size_t);
|
ppbus_base.c | 288 ppbus_dma_malloc(device_t dev, void ** buf, bus_addr_t * addr, function in typeref:typename:int 294 return (ppbus->ppbus_dma_malloc(device_parent(dev), buf, addr, 300 /* Free memory allocated with ppbus_dma_malloc() */
|
ppbus_conf.c | 130 ppbus->ppbus_dma_malloc = sc_link->parport_dma_malloc;
|
lpt.c | 168 if(ppbus_dma_malloc(parent, &(sc->sc_inbuf), 175 if(ppbus_dma_malloc(parent, &(sc->sc_outbuf),
|