HelenOS sources

ETIMEOUT           73 kernel/generic/src/synch/semaphore.c 	assert(rc == EOK || rc == ETIMEOUT || rc == EAGAIN);
ETIMEOUT          202 kernel/generic/src/synch/waitq.c 		rc = ETIMEOUT;
ETIMEOUT          253 kernel/generic/src/synch/waitq.c 			rc = ETIMEOUT;
ETIMEOUT          179 uspace/app/modplay/modplay.c 		else if (rc != ETIMEOUT)
ETIMEOUT          170 uspace/app/ping/ping.c 		if ((rc == ETIMEOUT) || (recv == RECEIVED_NONE))
ETIMEOUT           65 uspace/app/tester/ipc/starve.c 		} else if (rc != ETIMEOUT) {
ETIMEOUT          368 uspace/app/tetris/screen.c 		if (rc == ETIMEOUT)
ETIMEOUT          405 uspace/app/tetris/screen.c 		if (rc == ETIMEOUT) {
ETIMEOUT          431 uspace/app/tetris/screen.c 		if (rc == ETIMEOUT)
ETIMEOUT          565 uspace/app/top/screen.c 		if (rc == ETIMEOUT) {
ETIMEOUT          567 uspace/app/top/screen.c 			return ETIMEOUT;
ETIMEOUT          601 uspace/app/top/top.c 		if (rc == ETIMEOUT) { /* timeout */
ETIMEOUT          185 uspace/app/wifi_supplicant/wifi_supplicant.c 		else if (rc == ETIMEOUT)
ETIMEOUT           85 uspace/drv/audio/hdaudio/hdactl.c 		return ETIMEOUT;
ETIMEOUT          101 uspace/drv/audio/hdaudio/hdactl.c 		return ETIMEOUT;
ETIMEOUT          422 uspace/drv/audio/hdaudio/hdactl.c 				return ETIMEOUT;
ETIMEOUT          490 uspace/drv/audio/hdaudio/hdactl.c 				return ETIMEOUT;
ETIMEOUT          726 uspace/drv/block/ata_bd/ata_bd.c 		return ETIMEOUT;
ETIMEOUT          736 uspace/drv/block/ata_bd/ata_bd.c 		return ETIMEOUT;
ETIMEOUT          741 uspace/drv/block/ata_bd/ata_bd.c 		return ETIMEOUT;
ETIMEOUT          755 uspace/drv/block/ata_bd/ata_bd.c 		return ETIMEOUT;
ETIMEOUT           75 uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h 		return ETIMEOUT;
ETIMEOUT          728 uspace/drv/bus/usb/xhci/commands.c 		if (!cmd->_header.completed && rv == ETIMEOUT) {
ETIMEOUT          420 uspace/drv/bus/usb/xhci/hc.c 		return ETIMEOUT;
ETIMEOUT          444 uspace/drv/bus/usb/xhci/hc.c 		return ETIMEOUT;
ETIMEOUT          452 uspace/drv/bus/usb/xhci/hc.c 		return ETIMEOUT;
ETIMEOUT          459 uspace/drv/bus/usb/xhci/hc.c 		return ETIMEOUT;
ETIMEOUT          475 uspace/drv/bus/usb/xhci/hc.c 		return ETIMEOUT;
ETIMEOUT          110 uspace/drv/bus/usb/xhci/hw_struct/common.h 	return value == expected ? EOK : ETIMEOUT;
ETIMEOUT           66 uspace/drv/nic/ar9271/hw.c 	return ETIMEOUT;
ETIMEOUT          862 uspace/lib/c/generic/async/server.c 	if (rc == ETIMEOUT)
ETIMEOUT          701 uspace/lib/c/generic/thread/fibril.c 	errno_t rc = (event->fibril == _EVENT_TIMED_OUT) ? ETIMEOUT : EOK;
ETIMEOUT          405 uspace/lib/c/generic/thread/fibril_synch.c 		return ETIMEOUT;
ETIMEOUT          432 uspace/lib/c/generic/thread/fibril_synch.c 	return timed_out ? ETIMEOUT : EOK;
ETIMEOUT          482 uspace/lib/c/generic/thread/fibril_synch.c 			if (rc == ETIMEOUT && timer->state == fts_active) {
ETIMEOUT          741 uspace/lib/c/generic/thread/fibril_synch.c 		return ETIMEOUT;
ETIMEOUT          279 uspace/lib/console/src/console.c 		return ETIMEOUT;
ETIMEOUT          186 uspace/lib/cpp/include/__bits/thread/shared_state.hpp                 return res == ETIMEOUT ? future_status::timeout
ETIMEOUT          141 uspace/lib/pcut/src/os/helenos.c 	if (rc == ETIMEOUT) {
ETIMEOUT          388 uspace/lib/ui/src/ui.c 			} else if (rc != ETIMEOUT) {
ETIMEOUT          247 uspace/lib/usb/src/port.c 		return ETIMEOUT;
ETIMEOUT          216 uspace/srv/net/dnsrsrv/transport.c 			if (rc == ETIMEOUT) {
ETIMEOUT          224 uspace/srv/net/dnsrsrv/transport.c 		if (rc != ETIMEOUT)
ETIMEOUT          147 uspace/srv/net/tcp/ncsim.c 		} while (rc != ETIMEOUT);
HelenOS homepage, sources at GitHub