EINPROGRESS       282 lib/async_req/async_sock.c 	if (!(errno == EINPROGRESS || errno == EALREADY ||
EINPROGRESS       242 nsswitch/wb_common.c 			case EINPROGRESS:
EINPROGRESS        64 source3/lib/sock_exec.c 		if (errno != EINPROGRESS) goto failed;
EINPROGRESS      1075 source3/lib/util_sock.c 		(sys_errno == EINPROGRESS) ||
EINPROGRESS      1319 source3/lib/util_sock.c 		if (errno == EINPROGRESS || errno == EALREADY ||
EINPROGRESS       340 source3/modules/onefs_cbrl.c 	} else if (errno == EINPROGRESS) {
EINPROGRESS       905 source3/modules/onefs_open.c 		if (errno == EINPROGRESS) {
EINPROGRESS      1460 source3/modules/onefs_open.c 		SMB_ASSERT(errno != EINPROGRESS);
EINPROGRESS       573 source3/modules/vfs_aio_fork.c 	child->retval.ret_errno = EINPROGRESS;
EINPROGRESS       614 source3/modules/vfs_aio_fork.c 	child->retval.ret_errno = EINPROGRESS;
EINPROGRESS       488 source3/smbd/aio.c 	if (err == EINPROGRESS) {
EINPROGRESS      1276 source4/libcli/util/errormap.c 	{ EINPROGRESS,  NT_STATUS_MORE_PROCESSING_REQUIRED },