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

  /src/sys/dev/pci/
emuxkivar.h 79 struct dmamem { struct
126 struct dmamem *ptb; /* page table */
128 struct dmamem *pmem; /* play memory */
137 struct dmamem *rmem; /* rec internal memory */
ips.c 412 struct dmamem { struct
443 struct dmamem sc_infom;
447 struct dmamem sc_cmdbm;
454 struct dmamem sc_sqm;
518 int ips_dmamem_alloc(struct dmamem *, bus_dma_tag_t, bus_size_t);
519 void ips_dmamem_free(struct dmamem *);
1975 ips_dmamem_alloc(struct dmamem *dm, bus_dma_tag_t tag, bus_size_t size)
2007 ips_dmamem_free(struct dmamem *dm)

Completed in 50 milliseconds