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()
572 if (join && (errno == ENOPROTOOPT || errno == EOPNOTSUPP)) in Java_sun_nio_ch_Net_joinOrDrop4()642 if (join && (errno == ENOPROTOOPT || errno == EOPNOTSUPP)) in Java_sun_nio_ch_Net_joinOrDrop6()671 if (block && (errno == ENOPROTOOPT || errno == EOPNOTSUPP)) in Java_sun_nio_ch_Net_blockOrUnblock6()
237 public static final int EOPNOTSUPP = placeholder(); field in OsConstants870 if (errno == EOPNOTSUPP) { in errnoName()
199 initConstant(env, c, "EOPNOTSUPP", EOPNOTSUPP); in OsConstants_initConstants()