Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | ZCRYPT_DBF_LEN 16 |
#define | DBF_ERR 3 /* error conditions */ |
#define | DBF_WARN 4 /* warning conditions */ |
#define | DBF_INFO 6 /* informational */ |
#define | RC2WARN(rc) ((rc) ? DBF_WARN : DBF_INFO) |
#define | ZCRYPT_DBF_COMMON(level, text...) |
#define | ZCRYPT_DBF_DEVICES(level, text...) |
#define | ZCRYPT_DBF_DEV(level, device, text...) |
Functions | |
int | zcrypt_debug_init (void) |
void | zcrypt_debug_exit (void) |
#define DBF_ERR 3 /* error conditions */ |
Definition at line 20 of file zcrypt_debug.h.
#define DBF_INFO 6 /* informational */ |
Definition at line 22 of file zcrypt_debug.h.
#define DBF_WARN 4 /* warning conditions */ |
Definition at line 21 of file zcrypt_debug.h.
#define ZCRYPT_DBF_COMMON | ( | level, | |
text... | |||
) |
Definition at line 26 of file zcrypt_debug.h.
Definition at line 46 of file zcrypt_debug.h.
#define ZCRYPT_DBF_DEVICES | ( | level, | |
text... | |||
) |
Definition at line 36 of file zcrypt_debug.h.
#define ZCRYPT_DBF_LEN 16 |
Definition at line 12 of file zcrypt_debug.h.
Definition at line 1330 of file zcrypt_api.c.
Definition at line 1315 of file zcrypt_api.c.