Searched refs:ENOSR (Results 1 – 6 of 6) sorted by relevance
367 # ifndef ENOSR368 # define ENOSR 124 macro544 #ifdef ENOSR545 no_stream_resources = ENOSR,
36 #define ENOSR 63 /* Out of streams resources */ macro
40 #define ENOSR 63 /* Out of streams resources */ macro
112 public static final int ENOSR = placeholder(); field in OsConstants632 if (errno == ENOSR) { in errnoName()
620 #define VKI_ENOSR ENOSR
1629 return (errno == ENOSR)? 0: -1;