Home
last modified time | relevance | path

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

/haiku/src/libs/compat/openbsd_network/compat/machine/
H A Dbus.h32 int flags, bus_dmamap_t* dmamp) in bus_dmamap_create_obsd() argument
34 *dmamp = calloc(sizeof(struct bus_dmamap_obsd) + (sizeof(bus_dma_segment_t) * nsegments), 1); in bus_dmamap_create_obsd()
35 if ((*dmamp) == NULL) in bus_dmamap_create_obsd()
41 &(*dmamp)->_dmat); in bus_dmamap_create_obsd()
45 error = bus_dmamap_create((*dmamp)->_dmat, flags, &(*dmamp)->_dmamp); in bus_dmamap_create_obsd()