Searched refs:__FUNCTION__ (Results 26 - 38 of 38) sorted by relevance

12

/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_state.c1482 __FUNCTION__,
2179 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
2199 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
2353 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
2442 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
2636 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
2713 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
3038 DRM_DEBUG("%s: %x\n", __FUNCTION__, flags);
3078 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
3258 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
[all...]
H A Di915_dma.c616 ret = i915_wait_ring(dev, dev_priv->ring.Size - 8, __FUNCTION__);
780 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
833 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
868 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
H A Di915_drv.h586 #define I915_RING_DO_VALIDATE(dev) i915_ring_validate(dev, __FUNCTION__, __LINE__)
599 #define I915_RING_DO_VALIDATE(dev) i915_ring_validate(dev, __FUNCTION__, __LINE__)
610 (void) i915_wait_ring(dev, (n)*4, __FUNCTION__); \
620 (void) i915_wait_ring(dev, (n)*4, __FUNCTION__); \
H A Di915_irq.c707 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
745 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
/illumos-gate/usr/src/uts/common/io/drm/
H A DdrmP.h69 #if !defined(__FUNCTION__)
71 #define __FUNCTION__ __func__ macro
73 #define __FUNCTION__ " " macro
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsubr_mchain.c93 __FUNCTION__, __LINE__, ## args)
95 __FUNCTION__, __LINE__, ## args)
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c1869 "returned %d\n", __FUNCTION__, __LINE__, retval));
1882 "returned %d\n", __FUNCTION__,
1894 "returned %d\n", __FUNCTION__,
1908 __FUNCTION__, __LINE__, data.rv));
2023 cmn_err(CE_WARN, "%s(%d) ioctl error\n", __FUNCTION__, data.cmd);
H A Dunm_nic.h115 #define __FUNCTION__ __func__ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.h293 #define __func__ __FUNCTION__
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Ddebug.h798 um_dbg_log_msg(_c, __FILE__, __FUNCTION__, __LINE__, _s, VA_NUM_ARGS(##__VA_ARGS__), ##__VA_ARGS__); \
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c456 FCOET_LOG(__FUNCTION__, "version: %x %x", FCOE_VER_NOW, fcoe_ver_now);
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c423 FCOE_LOG(__FUNCTION__, "no mac_id property: %p", client_dip);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpmtok_int.h139 #define __FUNCTION__ __func__ macro

Completed in 1421 milliseconds

12