Searched refs:ERESTART (Results 1 – 8 of 8) sorted by relevance
58 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
65 #define ERESTART 91 /* Interrupted system call should be restarted */ macro
90 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
227 } while(ret == -ERESTART); in vmw_ioctl_command()275 } while (ret == -ERESTART); in vmw_ioctl_region_create()
980 error == ERESTART || in userspace_sctp_recvmsg()1073 errno == ERESTART || in usrsctp_recvv()2026 if (error == EINTR || error == ERESTART) {2044 if (error == ERESTART) {
59 #define ERESTART (-1) macro
127 * Made ERESTART* messages more descriptive.