Searched refs:ENOTTY (Results 1 – 4 of 4) sorted by relevance
108 if (errno == ENOTTY) { in available()
221 public static final int ENOTTY = placeholder(); field in OsConstants830 if (errno == ENOTTY) { in errnoName()
72 if (errnoException.errno == ENOTTY) { in available()
191 initConstant(env, c, "ENOTTY", ENOTTY); in OsConstants_initConstants()