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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dmmio-mod.c148 struct mmiotrace_rw *my_trace = &get_cpu_var(cpu_trace); local
163 my_trace->phys = addr - trace->probe.addr + trace->phys;
164 my_trace->map_id = trace->id;
171 my_trace->pc = instptr;
173 my_trace->pc = 0;
178 my_trace->opcode = MMIO_READ;
179 my_trace->width = get_ins_mem_width(instptr);
182 my_trace->opcode = MMIO_WRITE;
183 my_trace->width = get_ins_mem_width(instptr);
184 my_trace
208 struct mmiotrace_rw *my_trace = &get_cpu_var(cpu_trace); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Ddebug.c79 int my_trace(CURL *handle, curl_infotype type, function
127 curl_easy_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace);
H A Dmulti-debugcallback.c87 int my_trace(CURL *handle, curl_infotype type, function
135 curl_easy_setopt(http_handle, CURLOPT_DEBUGFUNCTION, my_trace);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib552.c84 int my_trace(CURL *handle, curl_infotype type, function
178 test_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace);

Completed in 113 milliseconds