Searched refs:ENODEV (Results 1 – 4 of 4) sorted by relevance
723 #ifdef ENODEV in JDK_execvpe()724 case ENODEV: in JDK_execvpe()
285 public static final int ENODEV = placeholder(); field in OsConstants1112 if (errno == ENODEV) { in errnoName()
185 initConstant(env, c, "ENODEV", ENODEV); in OsConstants_initConstants()
249 field public static final int ENODEV;