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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/kernel/
H A Dmca.c211 char temp_buf[MLOGBUF_MSGMAX]; local
215 printed_len = vscnprintf(temp_buf, sizeof(temp_buf), fmt, args);
221 printk(temp_buf);
224 for (p = temp_buf; *p; p++) {
246 char temp_buf[MLOGBUF_MSGMAX]; local
254 temp_buf[0] = '\0';
255 p = temp_buf;
271 if (temp_buf[0])
272 printk(temp_buf);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/kernel/
H A Dmca.c211 char temp_buf[MLOGBUF_MSGMAX]; local
215 printed_len = vscnprintf(temp_buf, sizeof(temp_buf), fmt, args);
221 printk(temp_buf);
224 for (p = temp_buf; *p; p++) {
246 char temp_buf[MLOGBUF_MSGMAX]; local
254 temp_buf[0] = '\0';
255 p = temp_buf;
271 if (temp_buf[0])
272 printk(temp_buf);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dtracepoint.c1390 char temp_buf[2048]; local
1408 end = temp_buf;
1418 (*str_list)[ndx] = savestring (temp_buf, end - temp_buf);
1425 for (i = 0, count = 0, end = temp_buf; i < list->next_memrange; i++)
1438 (*str_list)[ndx] = savestring (temp_buf, count);
1441 end = temp_buf;
1458 end = temp_buf + count;
1466 (*str_list)[ndx] = savestring (temp_buf, count);
1469 end = temp_buf;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dtracepoint.c1390 char temp_buf[2048]; local
1408 end = temp_buf;
1418 (*str_list)[ndx] = savestring (temp_buf, end - temp_buf);
1425 for (i = 0, count = 0, end = temp_buf; i < list->next_memrange; i++)
1438 (*str_list)[ndx] = savestring (temp_buf, count);
1441 end = temp_buf;
1458 end = temp_buf + count;
1466 (*str_list)[ndx] = savestring (temp_buf, count);
1469 end = temp_buf;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dtracepoint.c1390 char temp_buf[2048]; local
1408 end = temp_buf;
1418 (*str_list)[ndx] = savestring (temp_buf, end - temp_buf);
1425 for (i = 0, count = 0, end = temp_buf; i < list->next_memrange; i++)
1438 (*str_list)[ndx] = savestring (temp_buf, count);
1441 end = temp_buf;
1458 end = temp_buf + count;
1466 (*str_list)[ndx] = savestring (temp_buf, count);
1469 end = temp_buf;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/kernel/
H A Ddebug.c48 char temp_buf[2048]; /* buffer for output */ member in struct:file_private_info
462 len += view->prolog_proc(id_snap,view,p_info->temp_buf);
474 act_entry, p_info->temp_buf + len);
476 len += view->format_proc(id_snap, view, p_info->temp_buf + len,
551 if (copy_to_user(user_buf + count, p_info->temp_buf
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/kernel/
H A Ddebug.c48 char temp_buf[2048]; /* buffer for output */ member in struct:file_private_info
462 len += view->prolog_proc(id_snap,view,p_info->temp_buf);
474 act_entry, p_info->temp_buf + len);
476 len += view->format_proc(id_snap, view, p_info->temp_buf + len,
551 if (copy_to_user(user_buf + count, p_info->temp_buf
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/main/
H A Dcfe_fatfs.c1750 uint8_t temp_buf[SECTORSIZE]; local
1811 res = fat_readsector(file->ff_fat,sector,1,temp_buf);
1816 memcpy(buf,temp_buf,amtcopy);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Ddbll.c1204 char temp_buf[MAXEXPR]; local
1209 vsnprintf((char *)temp_buf, MAXEXPR, (char *)errstr, args);
1210 dev_dbg(bridge, "%s\n", temp_buf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/pmgr/
H A Ddbll.c1204 char temp_buf[MAXEXPR]; local
1209 vsnprintf((char *)temp_buf, MAXEXPR, (char *)errstr, args);
1210 dev_dbg(bridge, "%s\n", temp_buf);

Completed in 206 milliseconds