Searched refs:ERESTART (Results 1 – 20 of 20) sorted by relevance
67 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
404 #ifdef ERESTART in errno2name()405 CASE(ERESTART); in errno2name()
65 #define ERESTART 91 /* Interrupted system call should be restarted */ macro
92 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
90 ERESTART = 91 variable
95 ERESTART = 91 variable
165 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
108 } while (ret == -ERESTART); in vmwgfx_bo_create()
118 PAIR(ERESTART) in tst_strerrno()
470 #ifdef ERESTART471 { "ERESTART", (unsigned long) ERESTART },
310 assert(res == 1 || (errno == EINTR || errno == ERESTART)); in VG_REPLACE_FUNCTION_ZU()
128 ERROR_ENTRY(ERESTART), // Interrupted system call should be restarted
560 #ifdef ERESTART in initerrno()561 inscode(d, ds, de, "ERESTART", ERESTART, "Interrupted system call should be restarted"); in initerrno()
459 } while(ret == -ERESTART); in vmw_ioctl_command()511 } while (ret == -ERESTART); in vmw_ioctl_region_create()
448 .. data:: ERESTART
1035 ERESTART = 91 variable
476 #define VKI_ERESTART ERESTART
550 * Made ERESTART* messages more descriptive.