Home
last modified time | relevance | path

Searched refs:K_SYS_OK (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DSYSCommon.c120 int iOK = K_SYS_OK; in K_CreateThread()
145 return K_SYS_OK; in K_CreateThread()
214 int iOK = K_SYS_OK; in K_JoinThread()
290 int iOK = K_SYS_OK; in K_CreateMutex()
379 int iOK = K_SYS_OK; in K_LockMutex()
423 int iOK = K_SYS_OK; in K_UnlockMutex()
468 int iOK = K_SYS_OK; in K_DestroyMutex()
513 int iOK = K_SYS_OK; in K_InitConditionalVariable()
559 int iOK = K_SYS_OK; in K_DestroyConditionalVariable()
601 int iOK = K_SYS_OK; in K_WaitConditionalVariable()
[all …]
H A DKMSAuditLogger.cpp75 if ( K_CreateMutex( &g_stLogFileMutex ) != K_SYS_OK ) in InitializeFileLogging()
H A DSYSCommon.h51 #define K_SYS_OK 0 macro
H A DKMSClientProfile.cpp1317 K_SYS_OK ); in KMSClient_LoadProfile()