Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dmca.c210 char temp_buf[MLOGBUF_MSGMAX]; in ia64_mca_printk() local
214 printed_len = vscnprintf(temp_buf, sizeof(temp_buf), fmt, args); in ia64_mca_printk()
220 printk("%s", temp_buf); in ia64_mca_printk()
223 for (p = temp_buf; *p; p++) { in ia64_mca_printk()
245 char temp_buf[MLOGBUF_MSGMAX]; in ia64_mlogbuf_dump() local
253 temp_buf[0] = '\0'; in ia64_mlogbuf_dump()
254 p = temp_buf; in ia64_mlogbuf_dump()
270 if (temp_buf[0]) in ia64_mlogbuf_dump()
271 printk("%s", temp_buf); in ia64_mlogbuf_dump()
/arch/s390/kernel/
Ddebug.c48 char temp_buf[2048]; /* buffer for output */ member
409 len += view->prolog_proc(id_snap, view, p_info->temp_buf); in debug_format_entry()
421 act_entry, p_info->temp_buf + len); in debug_format_entry()
423 len += view->format_proc(id_snap, view, p_info->temp_buf + len, in debug_format_entry()
494 if (copy_to_user(user_buf + count, p_info->temp_buf in debug_output()