Searched defs:dvma_sync (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Ddvma.h44 void (*dvma_sync)(ddi_dma_handle_t h, uint_t objindex, member in struct:dvma_ops
50 void (*dvma_sync)();
/illumos-gate/usr/src/uts/i86pc/os/
H A Ddvma.c73 dvma_sync(ddi_dma_handle_t h, u_int objindex, u_int type) function
/illumos-gate/usr/src/uts/sun4/os/
H A Ddvma.c178 dvma_sync(ddi_dma_handle_t h, uint_t objindex, uint_t type) function
187 (void) (*nexus_funcptr->dvma_sync)(h, objindex, type);

Completed in 57 milliseconds