Searched refs:EWOULDBLOCK (Results 1 – 6 of 6) sorted by relevance
30 # ifndef EWOULDBLOCK31 # define EWOULDBLOCK EAGAIN macro
188 if (errno == EAGAIN || errno == EBUSY || errno == EWOULDBLOCK) in wifihal_ctrl_request2()
193 if (errno == EAGAIN || errno == EBUSY || errno == EWOULDBLOCK) in wifihal_ctrl_request()
424 if (errno != EAGAIN && errno != EWOULDBLOCK) { in parseUevent()
856 int ret = -EWOULDBLOCK; in out_get_presentation_position()
722 if (errno != EAGAIN && errno != EWOULDBLOCK && errno != ECONNABORTED) in control_client_check()750 if (errno == EAGAIN || errno == EWOULDBLOCK) { in process_control_socket()