Searched refs:ERESTART (Results 1 – 9 of 9) 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
87 ERESTART
227 } while(ret == -ERESTART); in vmw_ioctl_command()275 } while (ret == -ERESTART); in vmw_ioctl_region_create()
983 error == ERESTART || in userspace_sctp_recvmsg()1076 errno == ERESTART || in usrsctp_recvv()2029 if (error == EINTR || error == ERESTART) {2047 if (error == ERESTART) {
59 #define ERESTART (-1) macro
127 * Made ERESTART* messages more descriptive.