Searched refs:ENOSR (Results 1 – 4 of 4) sorted by relevance
408 public static final int ENOSR; field in OsConstants409 static { ENOSR = 0; }
295 public static final int ENOSR = placeholder(); field in OsConstants1161 if (errno == ENOSR) { in errnoName()
195 initConstant(env, c, "ENOSR", ENOSR); in OsConstants_initConstants()
279 field public static final int ENOSR;