Searched refs:debug_dump (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/include/opcode/ |
H A D | aarch64.h | 981 extern int debug_dump; 988 if (debug_dump) \ 994 if (debug_dump && (C)) \
|
/dflybsd-src/contrib/wpa_supplicant/src/utils/ |
H A D | http_curl.c | 93 static void debug_dump(struct http_ctx *ctx, const char *title, in debug_dump() function 130 debug_dump(ctx, "CURLINFO_TEXT", buf, len); in curl_cb_debug() 133 debug_dump(ctx, "CURLINFO_HEADER_IN", buf, len); in curl_cb_debug() 136 debug_dump(ctx, "CURLINFO_HEADER_OUT", buf, len); in curl_cb_debug() 139 debug_dump(ctx, "CURLINFO_DATA_IN", buf, len); in curl_cb_debug() 142 debug_dump(ctx, "CURLINFO_DATA_OUT", buf, len); in curl_cb_debug()
|
/dflybsd-src/sys/dev/drm/i915/ |
H A D | i915_gem_gtt.h | 415 void (*debug_dump)(struct i915_hw_ppgtt *ppgtt, struct seq_file *m); member
|
H A D | i915_gem_gtt.c | 1621 ppgtt->debug_dump = gen8_dump_ppgtt; in gen8_ppgtt_init() 2065 ppgtt->debug_dump = gen6_dump_ppgtt; in gen6_ppgtt_init()
|