Searched refs:ulTotalPrivateMemory (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_TOKEN_INFO.java70 * CK_ULONG ulTotalPrivateMemory;  
200 * CK_ULONG ulTotalPrivateMemory;
203 public long ulTotalPrivateMemory; /* in bytes */ field in class:CK_TOKEN_INFO
261 this.ulTotalPrivateMemory = totalPrivMem;
358 buffer.append("ulTotalPrivateMemory: ");
359 buffer.append((ulTotalPrivateMemory == PKCS11Constants.CK_UNAVAILABLE_INFORMATION)
361 : String.valueOf(ulTotalPrivateMemory));
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_general.c555 jTotalPrivMem = ckULongSpecialToJLong(ckpTokenInfo->ulTotalPrivateMemory);
H A Dpkcs11t.h162 CK_ULONG ulTotalPrivateMemory; /* in bytes */ member in struct:CK_TOKEN_INFO

Completed in 41 milliseconds