Searched refs:va_format (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_print.c | 143 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_coredump() 198 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_seq_file() 205 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_info() 216 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_debug() 227 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_err() 320 struct va_format vaf; in drm_dev_printk() 361 struct va_format vaf; in drm_dev_dbg() 400 struct va_format vaf; in __drm_dbg() 431 struct va_format vaf; in __drm_err()
|
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
H A D | drm_print.h | 79 void (*printfn)(struct drm_printer *p, struct va_format *vaf); 85 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf); 87 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf); 89 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf); 90 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf); 91 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf); 112 struct va_format vaf = { .fmt = fmt, .va = va }; in drm_vprintf()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | i915_utils.c | 48 struct va_format vaf; in __i915_printk()
|
H A D | i915_gpu_error.c | 170 static void __i915_printfn_error(struct drm_printer *p, struct va_format *vaf) in __i915_printfn_error()
|
/netbsd-src/sys/external/bsd/common/include/linux/ |
H A D | printk.h | 63 struct va_format { struct
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_helpers.c | 336 struct va_format vaf; in dm_dtn_log_append_v()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_dpio_phy.c | 500 struct va_format vaf; in __phy_reg_verify_state()
|
H A D | intel_display.c | 13348 struct va_format vaf; in pipe_config_mismatch()
|