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

/illumos-gate/usr/src/uts/common/sys/
H A Dddi_impldefs.h835 typedef struct ddi_dma_impl { struct
876 int (*dmai_fault_check)(struct ddi_dma_impl *handle);
877 void (*dmai_fault_notify)(struct ddi_dma_impl *handle);
886 * ddi_dma_impl portion that genunix (sunddi.c) depends on. x86 rootnex
889 typedef struct ddi_dma_impl { struct
905 int (*dmai_fault_check)(struct ddi_dma_impl *handle);
906 void (*dmai_fault_notify)(struct ddi_dma_impl *handle);
912 #error "struct ddi_dma_impl not defined for this architecture"

Completed in 50 milliseconds