Searched refs:ENOTTY (Results 1 – 5 of 5) sorted by relevance
114 if (errno == ENOTTY) { in available()
231 + " FIONREAD, the test is no longer valid.", OsConstants.ENOTTY, in test_available_on_nonIOCTL_supported_file()
247 public static final int ENOTTY = placeholder(); field in OsConstants988 if (errno == ENOTTY) { in errnoName()
78 if (errnoException.errno == ENOTTY) { in available()
198 initConstant(env, c, "ENOTTY", ENOTTY); in OsConstants_initConstants()