HelenOS sources

DMA_POLICY_STRICT   78 uspace/lib/usb/include/usb/dma_buffer.h #define DMA_POLICY_DEFAULT		DMA_POLICY_STRICT
DMA_POLICY_STRICT  374 uspace/lib/usbdev/src/pipes.c 	.transfer_buffer_policy = DMA_POLICY_STRICT,
DMA_POLICY_STRICT   75 uspace/lib/usbhost/src/endpoint.c 	ep->transfer_buffer_policy = DMA_POLICY_STRICT;
DMA_POLICY_STRICT   76 uspace/lib/usbhost/src/endpoint.c 	ep->required_transfer_buffer_policy = DMA_POLICY_STRICT;
HelenOS homepage, sources at GitHub