Searched refs:EOPNOTSUPP (Results 1 – 5 of 5) sorted by relevance
207 if (errno == EOPNOTSUPP) in FileChannelImpl_transferTo0()231 if (errno == EOPNOTSUPP || errno == ENOTSOCK || errno == ENOTCONN) in FileChannelImpl_transferTo0()
590 if (join && (errno == ENOPROTOOPT || errno == EOPNOTSUPP)) in Java_sun_nio_ch_Net_joinOrDrop4()660 if (join && (errno == ENOPROTOOPT || errno == EOPNOTSUPP)) in Java_sun_nio_ch_Net_joinOrDrop6()689 if (block && (errno == ENOPROTOOPT || errno == EOPNOTSUPP)) in Java_sun_nio_ch_Net_blockOrUnblock6()
308 public static final int EOPNOTSUPP = placeholder(); field in OsConstants1188 if (errno == EOPNOTSUPP) { in errnoName()
205 initConstant(env, c, "EOPNOTSUPP", EOPNOTSUPP); in OsConstants_initConstants()
269 field public static final int EOPNOTSUPP;