Code
Results 1 - 10 of 263. (0.02 seconds)
   146:         __attribute__ ((format (printf, 1, 0)));
        asmlinkage int printk(const char * fmt, ...)
                __attribute__ ((format (printf, 1, 2)));
   153: static inline int printk(const char *s, ...)
                __attribute__ ((format (printf, 1, 2)));
        static inline int printk(const char *s, ...) { return 0; }
    10:         __attribute__ ((format (printf, 1, 2)));
        extern int printk(const char *fmt, ...)
                __attribute__ ((format (printf, 1, 2)));
   168:   void *ip;                                                       \
          extern int printk(const char *fmt, ...);                        \
          ip = (void *) ia64_getreg(_IA64_REG_IP);                        \
    65:   * to zero.  XFS considers zero a valid generation number not
          * an invalid/wildcard value.  There's little point printk'ing
          * a warning here as we don't have the client information
    43: extern int printk_address(unsigned long address);
        extern void die(const char *,struct pt_regs *,long);
    50: extern int printk_address(unsigned long address);
        extern void die(const char *,struct pt_regs *,long);
    80:   * to zero.  XFS considers zero a valid generation number not
          * an invalid/wildcard value.  There's little point printk'ing
          * a warning here as we don't have the client information
   172:   void *ip;                                                       \
          extern int printk(const char *fmt, ...);                        \
          asm ("mov %0=ip" : "=r"(ip));                                   \
   589: #define dbg_print if (emac_debug_mode) printk
        #define err_print printk
        
github.com/fzqing/linux-2.6.git - GPL - C - More from linux-2.6.git »
  4613: @@ -95,6 +95,18 @@
         extern int printk_ratelimit(void);
         extern int __printk_ratelimit(int ratelimit_jiffies, int ratelimit_burst);


Google Home - Google Code - Discuss - Terms of Service - Help - Submit Your Code

©2009 Google - Privacy