Searched refs:dmae_waitfp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Ddma_engine.c107 i_dmae_acquire(dev_info_t *dip, int chnl, int (*dmae_waitfp)(), caddr_t arg) argument
113 chnl, (void *)dmae_waitfp));
118 if (dmae_waitfp == DDI_DMA_SLEEP) {
121 if (dmae_waitfp == DDI_DMA_DONTWAIT) {
124 ddi_set_callback(dmae_waitfp, arg,
/illumos-gate/usr/src/uts/common/sys/
H A Ddma_engine.h164 * dmae_waitfp - wait/callback_function pointer, which operates in the same
174 * When the callback function dmae_waitfp() is called, it should attempt to
188 int ddi_dmae_alloc(dev_info_t *dip, int chnl, int (*dmae_waitfp)(),
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dddi_i86.c47 ddi_dmae_alloc(dev_info_t *dip, int chnl, int (*dmae_waitfp)(), caddr_t arg) argument
50 (off_t *)dmae_waitfp, (size_t *)arg,

Completed in 64 milliseconds