Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/audio/drv/audioixp/
H A Daudioixp.c659 (void) ddi_dma_sync(port->samp_dmah, 0, 0, port->sync_dir); in audioixp_sync()
706 port->sync_dir = DDI_DMA_SYNC_FORKERNEL; in audioixp_alloc_port()
713 port->sync_dir = DDI_DMA_SYNC_FORDEV; in audioixp_alloc_port()
H A Daudioixp.h219 unsigned sync_dir; member
/illumos-gate/usr/src/uts/common/io/audio/drv/audio810/
H A Daudio810.h171 unsigned sync_dir; member
H A Daudio810.c641 (void) ddi_dma_sync(port->samp_dmah, 0, 0, port->sync_dir); in audio810_sync()
1064 port->sync_dir = DDI_DMA_SYNC_FORKERNEL; in audio810_alloc_port()
1070 port->sync_dir = DDI_DMA_SYNC_FORDEV; in audio810_alloc_port()
/illumos-gate/usr/src/uts/common/io/audio/drv/audio1575/
H A Daudio1575.c657 (void) ddi_dma_sync(port->samp_dmah, 0, 0, port->sync_dir); in audio1575_sync()
850 port->sync_dir = DDI_DMA_SYNC_FORKERNEL; in audio1575_alloc_port()
854 port->sync_dir = DDI_DMA_SYNC_FORDEV; in audio1575_alloc_port()
H A Daudio1575.h368 unsigned sync_dir; member
/illumos-gate/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.h682 unsigned sync_dir; member
994 _NOTE(DATA_READABLE_WITHOUT_LOCK(audiohd_port::sync_dir))
H A Daudiohd.c985 (void) ddi_dma_sync(port->samp_dmah, 0, 0, port->sync_dir); in audiohd_engine_sync()
5008 port->sync_dir = DDI_DMA_SYNC_FORKERNEL; in audiohd_allocate_port()
5016 port->sync_dir = DDI_DMA_SYNC_FORDEV; in audiohd_allocate_port()
/illumos-gate/usr/src/uts/common/io/audio/drv/audiocmi/
H A Daudiocmi.c687 (void) ddi_dma_sync(port->dmah, 0, 0, port->sync_dir); in cmpci_sync()
756 port->sync_dir = DDI_DMA_SYNC_FORKERNEL; in cmpci_init()
772 port->sync_dir = DDI_DMA_SYNC_FORDEV; in cmpci_init()
H A Daudiocmi.h286 int sync_dir; member
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_lib4v.c646 uint64_t sync_dir; in px_lib_dma_sync() local
669 sync_dir = HVIO_DMA_SYNC_DIR_FROM_DEV; in px_lib_dma_sync()
671 sync_dir = HVIO_DMA_SYNC_DIR_TO_DEV; in px_lib_dma_sync()
687 pg_off, bytes_to_sync, sync_dir, &bytes_synced) != H_EOK) in px_lib_dma_sync()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h2029 # define SYNC_DIR(path, panic) sync_dir(path, panic)
2030 extern void sync_dir __P((char *, bool));
H A Ddeliver.c946 sync_dir(filename, panic) in sync_dir() function