Searched refs:luid (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/tools/attach/
H A DWindowsVirtualMachine.c493 LUID luid; local
526 if(!LookupPrivilegeValue(NULL, SE_DEBUG_NAME, &luid)) {
539 tp.Privileges[0].Luid = luid;
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java844 static native void AdjustTokenPrivileges(long token, long luid, int attributes) argument
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c1010 jclass this, jlong token, jlong luid, jint attributes)
1014 PLUID pLuid = (PLUID)jlong_to_ptr(luid);
1009 Java_sun_nio_fs_WindowsNativeDispatcher_AdjustTokenPrivileges(JNIEnv* env, jclass this, jlong token, jlong luid, jint attributes) argument
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp2720 LUID luid; local
2723 os::Advapi32Dll::LookupPrivilegeValue(NULL, "SeLockMemoryPrivilege", &luid)) {
2727 tp.Privileges[0].Luid = luid;

Completed in 311 milliseconds