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

/netbsd-current/sys/external/bsd/common/include/linux/
H A Dstringify.h37 #define __stringify(x) __STRING(x) macro
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_gem.h46 __func__, __LINE__, __stringify(condition)); \
H A Di915_utils.h49 #define WARN_ON(x) WARN((x), "%s\n", "WARN_ON(" __stringify(x) ")")
53 #define WARN_ON_ONCE(x) WARN_ONCE((x), "%s", "WARN_ON_ONCE(" __stringify(x) ")\n")
56 __stringify(x), (long)(x))
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_uc_fw.c63 __stringify(prefix_) name_ \
64 __stringify(major_) "." \
65 __stringify(minor_) "." \
66 __stringify(patch_) ".bin"
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_drv.c1616 MODULE_VERSION(__stringify(VMWGFX_DRIVER_MAJOR) "."
1617 __stringify(VMWGFX_DRIVER_MINOR) "."
1618 __stringify(VMWGFX_DRIVER_PATCHLEVEL) "."
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_display.h673 I915_STATE_WARN((x), "%s", "WARN_ON(" __stringify(x) ")")
H A Dintel_display.c13402 pipe_config_mismatch(fastset, crtc, __stringify(name), \
13412 pipe_config_mismatch(fastset, crtc, __stringify(name), \
13422 pipe_config_mismatch(fastset, crtc, __stringify(name), \
13439 pipe_config_mismatch(fastset, crtc, __stringify(name), \
13449 pipe_config_mismatch(fastset, crtc, __stringify(name), \
13461 pipe_config_mismatch(fastset, crtc, __stringify(name), \
13488 pipe_config_mismatch(fastset, crtc, __stringify(name), \
13513 pipe_config_mismatch(fastset, crtc, __stringify(name), \
13524 pipe_config_mismatch(fastset, crtc, __stringify(name), \
13535 pipe_config_infoframe_mismatch(dev_priv, fastset, __stringify(nam
[all...]

Completed in 158 milliseconds