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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/
H A Dgdbstub.c259 char *tmp_raw; local
266 tmp_raw = buf + count * 2;
268 tmp_hex = tmp_raw - 1;
270 tmp_raw--;
271 *tmp_raw = hex_to_bin(*tmp_hex--);
272 *tmp_raw |= hex_to_bin(*tmp_hex--) << 4;
275 return probe_kernel_write(mem, tmp_raw, count);

Completed in 175 milliseconds