Searched refs:ENOTTY (Results 1 – 5 of 5) sorted by relevance
108 if (errno == ENOTTY) { in available()
229 + " FIONREAD, the test is no longer valid.", OsConstants.ENOTTY, in test_available_on_nonIOCTL_supported_file()
235 public static final int ENOTTY = placeholder(); field in OsConstants860 if (errno == ENOTTY) { in errnoName()
73 if (errnoException.errno == ENOTTY) { in available()
197 initConstant(env, c, "ENOTTY", ENOTTY); in OsConstants_initConstants()