B_SELECT_READ
ModuleBundle::Stack()->notify_socket(fSocket, B_SELECT_READ,
if (event == B_SELECT_READ) {
if (event != B_SELECT_READ)
if (event != B_SELECT_READ)
notify_select_event_pool(device->select_pool, B_SELECT_READ);
notify_select_event_pool(device->select_pool, B_SELECT_READ);
if (event != B_SELECT_READ)
if (event != B_SELECT_READ)
notify_select_event_pool(device->select_pool, B_SELECT_READ);
notify_select_event(request->sync, B_SELECT_READ);
if (event < B_SELECT_READ || (event > B_SELECT_ERROR && event != B_SELECT_DISCONNECTED))
case B_SELECT_READ:
if (event < B_SELECT_READ || (event > B_SELECT_ERROR && event != B_SELECT_DISCONNECTED))
tty_notify_select_event(tty, B_SELECT_READ);
if (event != B_SELECT_READ && event != B_SELECT_WRITE)
if (event == B_SELECT_READ && cookie->device->send_queue.current_bytes != 0)
if (event != B_SELECT_READ && event != B_SELECT_WRITE)
notify_select_event_pool(device->select_pool, B_SELECT_READ);
gSocketModule->notify(socket, B_SELECT_READ, _AvailableData());
gSocketModule->notify(targetEndpoint->socket, B_SELECT_READ, readable);
gSocketModule->notify(socket, B_SELECT_READ, readable);
gSocketModule->notify(peerEndpoint->socket, B_SELECT_READ, readable);
gSocketModule->notify(socket, B_SELECT_READ, readable);
gSocketModule->notify(socket, B_SELECT_READ, EPIPE);
gSocketModule->notify(fPeerEndpoint->socket, B_SELECT_READ, EPIPE);
gSocketModule->notify(socket, B_SELECT_READ, ECONNRESET);
notify_socket(protocol->socket, B_SELECT_READ, B_DEVICE_NOT_FOUND);
notify_select_event_pool(parent->select_pool, B_SELECT_READ);
case B_SELECT_READ:
case B_SELECT_READ:
notify_select_event_pool(socket->select_pool, B_SELECT_READ);
sync->set[fd].selected_events = SELECT_FLAG(B_SELECT_READ)
if (readSet && sync->set[fd].events & (SELECT_FLAG(B_SELECT_READ)
notify_select_event_pool(fReadSelectSyncPool, B_SELECT_READ);
if ((event == B_SELECT_READ && (openMode & O_RWMASK) == O_RDWR)
if ((event == B_SELECT_READ && fBuffer.Readable() > 0)
if ((event == B_SELECT_READ && (openMode & O_RWMASK) == O_RDWR)
case B_SELECT_READ: