Searched refs:EINPROGRESS (Results 1 – 9 of 9) sorted by relevance
98 #define EINPROGRESS 115 /* Operation now in progress */ macro
10 #define EINPROGRESS 36 /* Operation now in progress */ macro
13 #define EINPROGRESS 36 /* Operation now in progress */ macro
109 #define EINPROGRESS 245 /* Operation now in progress */ macro
105 #define EINPROGRESS 150 /* Operation now in progress */ macro
359 CHECK(err && errno != EINPROGRESS, in test()
272 if (err < 0 && errno != EINPROGRESS) { in sockmap_init_sockets()279 if (err < 0 && errno != EINPROGRESS) { in sockmap_init_sockets()
1323 if (errno != EINPROGRESS) { in connectsock()
182 if (aio_errno == EINPROGRESS) in record__aio_complete()