Searched refs:ulCount (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_object.c119 CK_ULONG ulCount; local
159 rv = findObjects( hSession, NULL, 0, &hObject, &ulCount );
163 if ( ulCount > 0 ) {
164 while ( ulCount > 0 )
165 displayObject( hSession, hObject[ --ulCount ], g_bExtended );
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/pkcs11/include/
H A Dpkcs11f.h268 CK_ULONG ulCount, /* attributes in template */
282 CK_ULONG ulCount, /* attributes in template */
317 CK_ULONG ulCount /* attributes in template */
330 CK_ULONG ulCount /* attributes in template */
342 CK_ULONG ulCount /* attrs in search template */
771 CK_ULONG ulCount, /* # of attrs in template */
H A Dpkcs11t.h1813 CK_ULONG ulCount; member in struct:CK_OTP_PARAMS
1820 CK_ULONG ulCount; member in struct:CK_OTP_SIGNATURE_INFO
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dsoftp11.c1252 CK_ULONG ulCount)
1272 for (i = 0; i < ulCount; i++) {
1301 CK_ULONG ulCount)
1315 if (ulCount) {
1318 print_attributes(pTemplate, ulCount);
1321 calloc(1, ulCount * sizeof(state->find.attributes[0]));
1324 for (i = 0; i < ulCount; i++) {
1336 state->find.num_attributes = ulCount;
1249 C_GetAttributeValue(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hObject, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount) argument
1299 C_FindObjectsInit(CK_SESSION_HANDLE hSession, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount) argument
/netbsd-6-1-5-RELEASE/crypto/external/cpl/tpm-tools/dist/lib/
H A Dtpm_pkcs11.c531 CK_ULONG ulCount = 0; local
568 rv = g_pFcnList->C_FindObjects( a_hSession, phObjList + ulCurCount, TPM_FIND_MAX, &ulCount );
573 ulCurCount += ulCount;
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_reset.c725 uint32_t ulCount; local
748 for (ulCount = 0; ulCount < 100; ulCount++) {
753 if (ulCount >= 100)
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_reset.c396 uint32_t ulCount;
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c17723 ULONG ulCount; local
17724 DosQueryMutexSem(p->mutex, &pid, &tid, &ulCount);
17725 assert( ulCount==0 );
17740 ULONG ulCount; local
17742 DosQueryMutexSem(p->mutex, &pid, &tid, &ulCount);
17743 if( ulCount==0 || ( ulCount>1 && p->id!=SQLITE_MUTEX_RECURSIVE ) )
17751 ULONG ulCount; local
17753 DosQueryMutexSem(p->mutex, &pid, &tid, &ulCount);
17754 if( ulCount
17762 ULONG ulCount; local
[all...]

Completed in 601 milliseconds