Home
last modified time | relevance | path

Searched refs:print_buf (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/ntfs/
Dsupport.c22 static char print_buf[1024]; variable
36 strcpy(print_buf, KERN_DEBUG "NTFS: "); in ntfs_debug()
37 vsprintf(print_buf + 9, fmt, ap); in ntfs_debug()
38 printk(print_buf); in ntfs_debug()
105 strcpy(print_buf, KERN_ERR "NTFS: "); in ntfs_error()
106 vsprintf(print_buf + 9, fmt, ap); in ntfs_error()
107 printk(print_buf); in ntfs_error()
/linux-2.4.37.9/drivers/net/
Dtc35815.c834 static void print_buf(char *add, int length) in print_buf() function