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

/arch/ia64/kernel/
H A Dmca.c210 char temp_buf[MLOGBUF_MSGMAX]; local
214 printed_len = vscnprintf(temp_buf, sizeof(temp_buf), fmt, args);
220 printk("%s", temp_buf);
223 for (p = temp_buf; *p; p++) {
245 char temp_buf[MLOGBUF_MSGMAX]; local
253 temp_buf[0] = '\0';
254 p = temp_buf;
270 if (temp_buf[0])
271 printk("%s", temp_buf);
[all...]
/arch/s390/kernel/
H A Ddebug.c47 char temp_buf[2048]; /* buffer for output */ member in struct:file_private_info
466 len += view->prolog_proc(id_snap,view,p_info->temp_buf);
478 act_entry, p_info->temp_buf + len);
480 len += view->format_proc(id_snap, view, p_info->temp_buf + len,
555 if (copy_to_user(user_buf + count, p_info->temp_buf

Completed in 55 milliseconds