HelenOS sources

create_configure_ep_input_ctx  901 uspace/drv/bus/usb/xhci/hc.c 	if ((err = create_configure_ep_input_ctx(dev, &ictx_dma_buf)))
create_configure_ep_input_ctx  943 uspace/drv/bus/usb/xhci/hc.c 	errno_t err = create_configure_ep_input_ctx(dev, &ictx_dma_buf);
create_configure_ep_input_ctx  996 uspace/drv/bus/usb/xhci/hc.c 	errno_t err = create_configure_ep_input_ctx(dev, &ictx_dma_buf);
create_configure_ep_input_ctx 1035 uspace/drv/bus/usb/xhci/hc.c 	errno_t err = create_configure_ep_input_ctx(dev, &ictx_dma_buf);
HelenOS homepage, sources at GitHub