Searched refs:fdo (Results 1 - 12 of 12) sorted by relevance

/libcore/ojluni/src/main/native/
H A DFileDispatcherImpl.c65 jobject fdo, jlong address, jint len)
67 jint fd = fdval(env, fdo);
74 FileDispatcherImpl_pread0(JNIEnv *env, jclass clazz, jobject fdo, argument
77 jint fd = fdval(env, fdo);
85 jobject fdo, jlong address, jint len)
87 jint fd = fdval(env, fdo);
94 jobject fdo, jlong address, jint len)
96 jint fd = fdval(env, fdo);
103 FileDispatcherImpl_pwrite0(JNIEnv *env, jclass clazz, jobject fdo, argument
106 jint fd = fdval(env, fdo);
64 FileDispatcherImpl_read0(JNIEnv *env, jclass clazz, jobject fdo, jlong address, jint len) argument
84 FileDispatcherImpl_readv0(JNIEnv *env, jclass clazz, jobject fdo, jlong address, jint len) argument
93 FileDispatcherImpl_write0(JNIEnv *env, jclass clazz, jobject fdo, jlong address, jint len) argument
113 FileDispatcherImpl_writev0(JNIEnv *env, jclass clazz, jobject fdo, jlong address, jint len) argument
133 FileDispatcherImpl_force0(JNIEnv *env, jobject this, jobject fdo, jboolean md) argument
161 FileDispatcherImpl_truncate0(JNIEnv *env, jobject this, jobject fdo, jlong size) argument
170 FileDispatcherImpl_size0(JNIEnv *env, jobject this, jobject fdo) argument
191 FileDispatcherImpl_lock0(JNIEnv *env, jobject this, jobject fdo, jboolean block, jlong pos, jlong size, jboolean shared) argument
229 FileDispatcherImpl_release0(JNIEnv *env, jobject this, jobject fdo, jlong pos, jlong size) argument
261 FileDispatcherImpl_close0(JNIEnv *env, jclass clazz, jobject fdo) argument
268 FileDispatcherImpl_preClose0(JNIEnv *env, jclass clazz, jobject fdo) argument
[all...]
H A DDatagramDispatcher.c52 jobject fdo, jlong address, jint len)
54 jint fd = fdval(env, fdo);
69 jobject fdo, jlong address, jint len)
71 jint fd = fdval(env, fdo);
99 jobject fdo, jlong address, jint len)
101 jint fd = fdval(env, fdo);
113 jobject fdo, jlong address, jint len)
115 jint fd = fdval(env, fdo);
51 Java_sun_nio_ch_DatagramDispatcher_read0(JNIEnv *env, jclass clazz, jobject fdo, jlong address, jint len) argument
68 Java_sun_nio_ch_DatagramDispatcher_readv0(JNIEnv *env, jclass clazz, jobject fdo, jlong address, jint len) argument
98 Java_sun_nio_ch_DatagramDispatcher_write0(JNIEnv *env, jclass clazz, jobject fdo, jlong address, jint len) argument
112 Java_sun_nio_ch_DatagramDispatcher_writev0(JNIEnv *env, jclass clazz, jobject fdo, jlong address, jint len) argument
H A DIOUtil.c62 IOUtil_fdVal(JNIEnv *env, jclass clazz, jobject fdo) argument
64 return (*env)->GetIntField(env, fdo, fd_fdID);
68 IOUtil_setfdVal(JNIEnv *env, jclass clazz, jobject fdo, jint val) argument
70 (*env)->SetIntField(env, fdo, fd_fdID, val);
84 jobject fdo, jboolean blocking)
86 if (configureBlocking(fdval(env, fdo), blocking) < 0)
204 fdval(JNIEnv *env, jobject fdo) argument
206 return (*env)->GetIntField(env, fdo, fd_fdID);
83 IOUtil_configureBlocking(JNIEnv *env, jclass clazz, jobject fdo, jboolean blocking) argument
H A DSocketChannelImpl.c53 jobject fdo, jboolean block,
58 jint fd = fdval(env, fdo);
93 jobject fdo, jbyte b)
95 int n = send(fdval(env, fdo), (const void*)&b, 1, MSG_OOB);
52 Java_sun_nio_ch_SocketChannelImpl_checkConnect(JNIEnv *env, jobject this, jobject fdo, jboolean block, jboolean ready) argument
92 Java_sun_nio_ch_SocketChannelImpl_sendOutOfBandData(JNIEnv* env, jclass this, jobject fdo, jbyte b) argument
H A DNet.c309 Java_sun_nio_ch_Net_bind0(JNIEnv *env, jclass clazz, jobject fdo, jboolean preferIPv6, argument
320 rv = NET_Bind(fdval(env, fdo), (struct sockaddr *)&sa, sa_len);
327 Java_sun_nio_ch_Net_listen(JNIEnv *env, jclass cl, jobject fdo, jint backlog) argument
329 if (listen(fdval(env, fdo), backlog) < 0)
335 jobject fdo, jobject iao, jint port)
347 rv = connect(fdval(env, fdo), (struct sockaddr *)&sa, sa_len);
360 Java_sun_nio_ch_Net_localPort(JNIEnv *env, jclass clazz, jobject fdo) argument
364 if (getsockname(fdval(env, fdo), (struct sockaddr *)&sa, &sa_len) < 0) {
394 Java_sun_nio_ch_Net_localInetAddress(JNIEnv *env, jclass clazz, jobject fdo) argument
399 if (getsockname(fdval(env, fdo), (struc
334 Java_sun_nio_ch_Net_connect0(JNIEnv *env, jclass clazz, jboolean preferIPv6, jobject fdo, jobject iao, jint port) argument
429 Java_sun_nio_ch_Net_getIntOption0(JNIEnv *env, jclass clazz, jobject fdo, jboolean mayNeedConversion, jint level, jint opt) argument
480 Java_sun_nio_ch_Net_setIntOption0(JNIEnv *env, jclass clazz, jobject fdo, jboolean mayNeedConversion, jint level, jint opt, jint arg, jboolean isIPv6) argument
534 Java_sun_nio_ch_Net_joinOrDrop4(JNIEnv *env, jobject this, jboolean join, jobject fdo, jint group, jint interf, jint source) argument
580 Java_sun_nio_ch_Net_blockOrUnblock4(JNIEnv *env, jobject this, jboolean block, jobject fdo, jint group, jint interf, jint source) argument
613 Java_sun_nio_ch_Net_joinOrDrop6(JNIEnv *env, jobject this, jboolean join, jobject fdo, jbyteArray group, jint index, jbyteArray source) argument
654 Java_sun_nio_ch_Net_blockOrUnblock6(JNIEnv *env, jobject this, jboolean block, jobject fdo, jbyteArray group, jint index, jbyteArray source) argument
684 Java_sun_nio_ch_Net_setInterface4(JNIEnv* env, jobject this, jobject fdo, jint interf) argument
700 Java_sun_nio_ch_Net_getInterface4(JNIEnv* env, jobject this, jobject fdo) argument
715 Java_sun_nio_ch_Net_setInterface6(JNIEnv* env, jobject this, jobject fdo, jint index) argument
729 Java_sun_nio_ch_Net_getInterface6(JNIEnv* env, jobject this, jobject fdo) argument
744 Java_sun_nio_ch_Net_shutdown(JNIEnv *env, jclass cl, jobject fdo, jint jhow) argument
753 Java_sun_nio_ch_Net_poll(JNIEnv* env, jclass this, jobject fdo, jint events, jlong timeout) argument
[all...]
H A Dnio_util.h45 jint fdval(JNIEnv *env, jobject fdo);
H A DFileKey.c55 FileKey_init(JNIEnv *env, jobject this, jobject fdo) argument
60 RESTARTABLE(fstat64(fdval(env, fdo), &fbuf), res);
H A DDatagramChannelImpl.c90 jobject fdo, jboolean isIPv6)
92 jint fd = fdval(env, fdo);
151 jobject fdo, jlong address,
154 jint fd = fdval(env, fdo);
241 jboolean preferIPv6, jobject fdo, jlong address,
244 jint fd = fdval(env, fdo);
89 Java_sun_nio_ch_DatagramChannelImpl_disconnect0(JNIEnv *env, jobject this, jobject fdo, jboolean isIPv6) argument
150 Java_sun_nio_ch_DatagramChannelImpl_receive0(JNIEnv *env, jobject this, jobject fdo, jlong address, jint len, jboolean connected) argument
240 Java_sun_nio_ch_DatagramChannelImpl_send0(JNIEnv *env, jobject this, jboolean preferIPv6, jobject fdo, jlong address, jint len, jobject destAddress, jint destPort) argument
H A DFileChannelImpl.c83 jobject fdo = (*env)->GetObjectField(env, this, chan_fd); local
84 jint fd = fdval(env, fdo);
132 jobject fdo, jlong offset)
134 jint fd = fdval(env, fdo);
147 FileChannelImpl_close0(JNIEnv *env, jobject this, jobject fdo) argument
149 jint fd = fdval(env, fdo);
131 FileChannelImpl_position0(JNIEnv *env, jobject this, jobject fdo, jlong offset) argument
H A DMappedByteBuffer.c89 Java_java_nio_MappedByteBuffer_force0(JNIEnv *env, jobject obj, jobject fdo, argument
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DSimpleAsynchronousFileChannelImpl.java65 public static AsynchronousFileChannel open(FileDescriptor fdo, argument
73 return new SimpleAsynchronousFileChannelImpl(fdo, reading, writing, executor);
H A DAsynchronousChannelGroupImpl.java230 abstract Object attachForeignChannel(Channel channel, FileDescriptor fdo) argument

Completed in 1470 milliseconds