Searched defs:bufferAddress (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DSolarisWatchService.java230 private final long bufferAddress; field in class:SolarisWatchService.Poller
249 this.bufferAddress =
367 unsafe.freeMemory(bufferAddress);
379 int n = portGetn(port, bufferAddress, MAX_EVENT_COUNT);
382 long address = bufferAddress;
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java162 long bufferAddress, int bufferSize) throws WindowsException;
1036 long bufferAddress,
1056 long bufferAddress,
1063 BackupRead0(hFile, bufferAddress, bufferSize, abort, context, result);
1074 private static native void BackupRead0(long hFile, long bufferAddress, argument
161 DeviceIoControlGetReparsePoint(long handle, long bufferAddress, int bufferSize) argument
1035 ReadDirectoryChangesW(long hDirectory, long bufferAddress, int bufferLength, boolean watchSubTree, int filter, long bytesReturnedAddress, long pOverlapped) argument
1055 BackupRead(long hFile, long bufferAddress, int bufferSize, boolean abort, long context) argument
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c269 jlong handle, jlong bufferAddress, jint bufferSize)
273 LPVOID outBuffer = (LPVOID)jlong_to_ptr(bufferAddress);
1229 jlong hDirectory, jlong bufferAddress, jint bufferLength, jboolean watchSubTree, jint filter,
1237 (LPVOID)jlong_to_ptr(bufferAddress),
1251 jlong hFile, jlong bufferAddress, jint bufferSize, jboolean abort,
1260 (LPBYTE)jlong_to_ptr(bufferAddress),
268 Java_sun_nio_fs_WindowsNativeDispatcher_DeviceIoControlGetReparsePoint(JNIEnv* env, jclass this, jlong handle, jlong bufferAddress, jint bufferSize) argument
1228 Java_sun_nio_fs_WindowsNativeDispatcher_ReadDirectoryChangesW(JNIEnv* env, jclass this, jlong hDirectory, jlong bufferAddress, jint bufferLength, jboolean watchSubTree, jint filter, jlong bytesReturnedAddress, jlong pOverlapped) argument
1250 Java_sun_nio_fs_WindowsNativeDispatcher_BackupRead0(JNIEnv* env, jclass this, jlong hFile, jlong bufferAddress, jint bufferSize, jboolean abort, jlong context, jobject obj) argument

Completed in 43 milliseconds