Searched refs:EOPNOTSUPP (Results 1 – 4 of 4) sorted by relevance
202 if (errno == EOPNOTSUPP) in FileChannelImpl_transferTo0()226 if (errno == EOPNOTSUPP || errno == ENOTSOCK || errno == ENOTCONN) in FileChannelImpl_transferTo0()
583 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()
237 public static final int EOPNOTSUPP = placeholder(); field in OsConstants866 if (errno == EOPNOTSUPP) { in errnoName()
199 initConstant(env, c, "EOPNOTSUPP", EOPNOTSUPP); in OsConstants_initConstants()