|
Linux Kernel
3.7.1
|
#include <linux/stddef.h>#include <linux/string.h>#include <linux/kernel.h>#include <linux/errno.h>#include <linux/ctype.h>#include <linux/sysctl.h>#include <linux/module.h>#include <linux/init.h>#include <linux/fs.h>#include <linux/debugfs.h>#include "ctcm_dbug.h"Go to the source code of this file.
Functions | |
| void | ctcm_unregister_dbf_views (void) |
| int | ctcm_register_dbf_views (void) |
| void | ctcm_dbf_longtext (enum ctcm_dbf_names dbf_nix, int level, char *fmt,...) |
Variables | |
| struct ctcm_dbf_info | ctcm_dbf [CTCM_DBF_INFOS] |
| void ctcm_dbf_longtext | ( | enum ctcm_dbf_names | dbf_nix, |
| int | level, | ||
| char * | fmt, | ||
| ... | |||
| ) |
Definition at line 64 of file ctcm_dbug.c.
Definition at line 41 of file ctcm_dbug.c.
Definition at line 32 of file ctcm_dbug.c.
| struct ctcm_dbf_info ctcm_dbf[CTCM_DBF_INFOS] |
Definition at line 23 of file ctcm_dbug.c.
1.8.2