#include <stdarg.h>#include <stdio.h>#include "ksm/debug.h"#include "ksm/message.h"
Go to the source code of this file.
Functions | |
| unsigned int | DbgGet (void) |
| unsigned int | DbgSet (unsigned int mask) |
| int | DbgIsSet (unsigned int flags) |
| void | DbgOutput (unsigned int mask, const char *format,...) |
| void | DbgLog (unsigned int mask, int status,...) |
| void | DbgPrint (const char *format,...) |
| int DbgIsSet | ( | unsigned int | flags | ) |
Definition at line 110 of file debug.c.
Referenced by DbgLog(), and DbgOutput().
| void DbgLog | ( | unsigned int | mask, | |
| int | status, | |||
| ... | ||||
| ) |
Definition at line 172 of file debug.c.
References DbgIsSet(), and MsgLogAp().
Referenced by KsmRequestChangeState(), KsmRequestChangeStateGenerateDSSubConditional(), KsmRequestChangeStateGeneratePublishConditional(), KsmRequestChangeStateN(), KsmRequestCheckActiveKey(), KsmRequestCountReadyKey(), and KsmRequestKeysByType().
| void DbgOutput | ( | unsigned int | mask, | |
| const char * | format, | |||
| ... | ||||
| ) |
Definition at line 137 of file debug.c.
References DbgIsSet().
Referenced by KsmUpdateActiveKeyTime(), KsmUpdateDeadKeyTime(), KsmUpdateDSPublishKeyTime(), KsmUpdateGenerateKeyTime(), KsmUpdateKEYPublishKeyTime(), KsmUpdatePublishKeyTime(), KsmUpdateReadyKeyTime(), and KsmUpdateRetireKeyTime().
1.7.1