Home
last modified time | relevance | path

Searched refs:debug_dump (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/binutils-2.27/include/opcode/
H A Daarch64.h981 extern int debug_dump;
988 if (debug_dump) \
994 if (debug_dump && (C)) \
/dflybsd-src/contrib/wpa_supplicant/src/utils/
H A Dhttp_curl.c93 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 Di915_gem_gtt.h415 void (*debug_dump)(struct i915_hw_ppgtt *ppgtt, struct seq_file *m); member
H A Di915_gem_gtt.c1621 ppgtt->debug_dump = gen8_dump_ppgtt; in gen8_ppgtt_init()
2065 ppgtt->debug_dump = gen6_dump_ppgtt; in gen6_ppgtt_init()