Searched refs:ERESTART (Results 1 – 15 of 15) sorted by relevance
404 #ifdef ERESTART in errno2name()405 CASE(ERESTART); in errno2name()
67 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
65 #define ERESTART 91 /* Interrupted system call should be restarted */ macro
92 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
165 #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()
288 assert(res == 1 || (errno == EINTR || errno == ERESTART)); in VG_REPLACE_FUNCTION_ZU()
108 } while (ret == -ERESTART); in vmwgfx_bo_create()
118 PAIR(ERESTART) in tst_strerrno()
470 #ifdef ERESTART471 { "ERESTART", (unsigned long) ERESTART },
128 ERROR_ENTRY(ERESTART), // Interrupted system call should be restarted
465 #define VKI_ERESTART ERESTART
463 * Made ERESTART* messages more descriptive.