Searched refs:EOPNOTSUPP (Results 1 – 4 of 4) 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()
250 public static final int EOPNOTSUPP = placeholder(); field in OsConstants994 if (errno == EOPNOTSUPP) { in errnoName()
200 initConstant(env, c, "EOPNOTSUPP", EOPNOTSUPP); in OsConstants_initConstants()