HelenOS sources

PORT_CONNECTING   122 uspace/drv/bus/usb/usbhub/port.c 	if (port->base.state != PORT_CONNECTING)
PORT_CONNECTING   750 uspace/drv/bus/usb/usbhub/usbhub.c 	if (port->state != PORT_CONNECTING) {
PORT_CONNECTING    84 uspace/lib/usb/src/port.c 	assert(port->state == PORT_CONNECTING);
PORT_CONNECTING   120 uspace/lib/usb/src/port.c 	port->state = PORT_CONNECTING;
PORT_CONNECTING   188 uspace/lib/usb/src/port.c 	case PORT_CONNECTING:
PORT_CONNECTING   226 uspace/lib/usb/src/port.c 	case PORT_CONNECTING:
PORT_CONNECTING   243 uspace/lib/usb/src/port.c 	assert(port->state == PORT_CONNECTING);
PORT_CONNECTING   249 uspace/lib/usb/src/port.c 	return port->state == PORT_CONNECTING ? EOK : EINTR;
HelenOS homepage, sources at GitHub