Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | __weak __attribute__((weak)) |
Functions | |
void | __vdie (const char *fmt, va_list ap) |
void | __die (const char *fmt,...) |
void __weak | die (const char *fmt,...) |
void | __vwarning (const char *fmt, va_list ap) |
void | __warning (const char *fmt,...) |
void __weak | warning (const char *fmt,...) |
void | __vpr_stat (const char *fmt, va_list ap) |
void | __pr_stat (const char *fmt,...) |
void __weak | vpr_stat (const char *fmt, va_list ap) |
void __weak | pr_stat (const char *fmt,...) |
void __weak * | malloc_or_die (unsigned int size) |
#define __weak __attribute__((weak)) |
Definition at line 7 of file parse-utils.c.
Definition at line 25 of file parse-utils.c.
Definition at line 79 of file parse-utils.c.
Definition at line 55 of file parse-utils.c.
Definition at line 102 of file parse-utils.c.