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

  /src/sys/dev/mvme/
mvmebus.h 142 int mvmebus_dmamem_alloc(void *, vme_size_t, vme_am_t, vme_datasize_t,
mvmebus.c 209 sc->sc_vct.vct_dmamem_alloc = mvmebus_dmamem_alloc;
650 * mvmebus_dmamem_alloc() will ensure that the physical memory
701 mvmebus_dmamem_alloc(void *vsc, vme_size_t len, vme_am_t am, vme_datasize_t datasize, vme_swap_t swap, bus_dma_segment_t *segs, int nsegs, int *rsegs, int flags) function in typeref:typename:int

Completed in 34 milliseconds