Searched refs:ENOTTY (Results 1 – 7 of 7) sorted by relevance
151 if (errno == ENOTTY) { in available()
432 public static final int ENOTTY; field in OsConstants433 static { ENOTTY = 0; }
230 + " FIONREAD, the test is no longer valid.", OsConstants.ENOTTY, in test_available_on_nonIOCTL_supported_file()
303 public static final int ENOTTY = placeholder(); field in OsConstants1185 if (errno == ENOTTY) { in errnoName()
118 if (errnoException.errno == ENOTTY) { in available()
203 initConstant(env, c, "ENOTTY", ENOTTY); in OsConstants_initConstants()
287 field public static final int ENOTTY;