502: asmlinkage int printk(const char *fmt, ...) 503: {
1101: int printk_ratelimit_burst = 10; 1102: 1103: int printk_ratelimit(void)
72: extern int min_free_kbytes; 73: extern int printk_ratelimit_jiffies; 74: extern int printk_ratelimit_burst; 75: extern int pid_max_min, pid_max_max;
50: extern int printk_address(unsigned long address); 51: extern void die(const char *,struct pt_regs *,long);
45: extern int printk_address(unsigned long address); 46: extern void die(const char *,struct pt_regs *,long);
185: void *ip; \ 186: extern int printk(const char *fmt, ...); \ 187: ip = (void *) ia64_getreg(_IA64_REG_IP); \
230: */ 231: static int printk_partition(struct device *dev, void *data) 232: {
172: void *ip; \ 173: extern int printk(const char *fmt, ...); \ 174: asm ("mov %0=ip" : "=r"(ip)); \
2438: #ifdef CONFIG_VT_CKO 2439: static unsigned int printk_color[8] __read_mostly = { 2440: CONFIG_VT_PRINTK_EMERG_COLOR, /* KERN_EMERG */
2458: #else 2459: static unsigned int printk_color[8]; 2460: static inline void vc_set_color(const struct vc_data *vc, unsigned char c)
253: va_list args; 254: int printk_len; 255: static char printk_buf[1024];
55: extern int printk_ratelimit(void); 56:
Google Home - Google Code - Discuss - Terms of Service - Help - Submit Your Code©2010 Google - Privacy