HelenOS sources

dma_buffer_alloc_policy   91 uspace/lib/usb/include/usb/dma_buffer.h extern errno_t dma_buffer_alloc_policy(dma_buffer_t *, size_t, dma_policy_t);
dma_buffer_alloc_policy  127 uspace/lib/usb/src/dma_buffer.c 	return dma_buffer_alloc_policy(db, size, DMA_POLICY_DEFAULT);
dma_buffer_alloc_policy  242 uspace/lib/usbdev/src/pipes.c 	if (dma_buffer_alloc_policy(&buf, size, pipe->desc.transfer_buffer_policy))
dma_buffer_alloc_policy  147 uspace/lib/usbhost/src/usb_transfer_batch.c 	const errno_t err = dma_buffer_alloc_policy(&batch->dma_buffer,
HelenOS homepage, sources at GitHub