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

12

/illumos-gate/usr/src/cmd/hal/hald/
H A Dlogger.h63 #define __FUNCTION__ __func__ macro
67 #define HAL_TRACE(expr) do {logger_setup(HAL_LOGPRI_TRACE, __FILE__, __LINE__, __FUNCTION__); logger_emit expr; } while(0)
70 #define HAL_DEBUG(expr) do {logger_setup(HAL_LOGPRI_DEBUG, __FILE__, __LINE__, __FUNCTION__); logger_emit expr; } while(0)
73 #define HAL_INFO(expr) do {logger_setup(HAL_LOGPRI_INFO, __FILE__, __LINE__, __FUNCTION__); logger_emit expr; } while(0)
76 #define HAL_WARNING(expr) do {logger_setup(HAL_LOGPRI_WARNING, __FILE__, __LINE__, __FUNCTION__); logger_emit expr; } while(0)
79 #define HAL_ERROR(expr) do {logger_setup(HAL_LOGPRI_ERROR, __FILE__, __LINE__, __FUNCTION__); logger_emit expr; } while(0)
82 #define DIE(expr) do {printf("*** [DIE] %s:%s():%d : ", __FILE__, __FUNCTION__, __LINE__); printf expr; printf("\n"); exit(1); } while(0)
H A Dutil.h32 #ifndef __FUNCTION__
33 #define __FUNCTION__ __func__ macro
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c209 __FUNCTION__, type);
219 pkiDebug("%s: Unknown list keyword type %d\n", __FUNCTION__, type);
243 __FUNCTION__, ku->value, *bitptr);
252 pkiDebug("%s: Urecognized value '%s'\n", __FUNCTION__, value);
260 pkiDebug("%s: returning %d\n", __FUNCTION__, retval);
293 __FUNCTION__, *rule);
298 pkiDebug("%s: found keyword '%s'\n", __FUNCTION__, kw->value);
338 __FUNCTION__, kw->value);
351 pkiDebug("%s: found value '%s'\n", __FUNCTION__, value);
358 __FUNCTION__, valu
[all...]
H A Dpkinit_srv.c186 pkiDebug("%s: error from retrieve_certificate_sans()\n", __FUNCTION__);
195 __FUNCTION__);
201 __FUNCTION__, plugin_decision);
211 pkiDebug("%s: Checking pkinit sans\n", __FUNCTION__);
216 __FUNCTION__, client_string, san_string);
220 pkiDebug("%s: pkinit san match found\n", __FUNCTION__);
226 pkiDebug("%s: no pkinit san match found\n", __FUNCTION__);
234 __FUNCTION__);
239 pkiDebug("%s: Checking upn sans\n", __FUNCTION__);
244 __FUNCTION__, client_strin
[all...]
H A Dpkinit_clnt.c560 __FUNCTION__);
564 __FUNCTION__);
572 pkiDebug("%s: error from retrieve_certificate_sans()\n", __FUNCTION__);
581 __FUNCTION__);
588 __FUNCTION__, plugin_decision, *need_eku_checking);
595 pkiDebug("%s: Checking pkinit sans\n", __FUNCTION__);
598 pkiDebug("%s: pkinit san match found\n", __FUNCTION__);
605 pkiDebug("%s: no pkinit san match found\n", __FUNCTION__);
609 __FUNCTION__);
617 __FUNCTION__, certhost
[all...]
H A Dpkinit_identity.c405 __FUNCTION__, idopts->cert_filename,
425 __FUNCTION__, value ? value : "NULL");
448 __FUNCTION__, value);
460 pkiDebug("%s: idtype is %s\n", __FUNCTION__, idtype2string(idopts->idtype));
515 __FUNCTION__, catype2string(catype), value);
594 pkiDebug("%s: %p %p %p\n", __FUNCTION__, context, idopts, id_cryptoctx);
620 pkiDebug("%s: no user identity options specified\n", __FUNCTION__);
635 pkiDebug("%s: No matching certificate found\n", __FUNCTION__);
646 __FUNCTION__);
H A Dpkinit.h98 #define __FUNCTION__ __func__ macro
100 #define __FUNCTION__ "" macro
H A Dpkinit_crypto_openssl.c394 __FUNCTION__, ctx);
415 pkiDebug("%s: freeing context at %p\n", __FUNCTION__, cryptoctx);
443 pkiDebug("%s: returning ctx at %p\n", __FUNCTION__, ctx);
461 pkiDebug("%s: freeing ctx at %p\n", __FUNCTION__, idctx);
487 pkiDebug("%s: returning ctx at %p\n", __FUNCTION__, ctx);
498 pkiDebug("%s: freeing ctx at %p\n", __FUNCTION__, req_cryptoctx);
1238 __FUNCTION__, ERR_error_string(err, NULL));
1727 pkiDebug("%s: unrecognized pa_type = %d\n", __FUNCTION__, pa_type);
1828 pkiDebug("%s: nowhere to return any values!\n", __FUNCTION__);
1833 pkiDebug("%s: no certificate!\n", __FUNCTION__);
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.c142 FCOEI_LOG(__FUNCTION__, "soft state init failed: %x", ret);
149 FCOEI_LOG(__FUNCTION__, "fcoei mod_install failed: %x", ret);
158 FCOEI_LOG(__FUNCTION__, "fcoei _init succeeded");
169 FCOEI_EXT_LOG(__FUNCTION__, "fcoei mod_remove failed: %x", ret);
174 FCOEI_LOG(__FUNCTION__, "fcoei _fini succeeded");
197 FCOEI_LOG(__FUNCTION__, "instance is %d", instance);
202 FCOEI_LOG(__FUNCTION__, "ss zalloc failed: %x", ret);
215 FCOEI_LOG(__FUNCTION__, "fcoei_attach_init failed: "
222 FCOEI_LOG(__FUNCTION__, "fcoei_attach succeeded: dip-%p, "
230 FCOEI_LOG(__FUNCTION__, "unsupporte
[all...]
H A Dfcoei_eth.c136 FCOEI_LOG(__FUNCTION__, "not bound now");
254 FCOEI_LOG(__FUNCTION__, "can't alloc frame");
502 FCOEI_LOG(__FUNCTION__, "can't alloc frame");
525 FCOEI_LOG(__FUNCTION__, "can't alloc frame");
579 PRT_FRM_HDR(__FUNCTION__, frm);
580 FCOEI_LOG(__FUNCTION__, "can't find the corresponding xch: "
632 FCOEI_LOG(__FUNCTION__, "frame lost no pause ? %x/%x",
642 FCOEI_LOG(__FUNCTION__, "BEFORE WAKEUP: %p-%p", fpkt, xch);
644 FCOEI_LOG(__FUNCTION__, "AFTERE WAKEUP: %p-%p", fpkt, xch);
679 PRT_FRM_HDR(__FUNCTION__, fr
[all...]
H A Dfcoei_lv.c132 FCOEI_LOG(__FUNCTION__, "ss is NULL");
141 FCOEI_LOG(__FUNCTION__, "ss has been bound");
150 FCOEI_LOG(__FUNCTION__, "port_num is not 0");
193 FCOEI_LOG(__FUNCTION__, "Exit fcoei_bind_port: %p", ss);
217 FCOEI_LOG(__FUNCTION__, "Exit fcoei_unbind_port: %p", ss);
296 FCOEI_LOG(__FUNCTION__, "cap: %s", cap);
313 FCOEI_LOG(__FUNCTION__, "not supported");
337 FCOEI_LOG(__FUNCTION__, "cap: %s, %p, %p", cap, fca_handle, ptr);
358 FCOEI_LOG(__FUNCTION__, "not: %p-%p", fca_handle, mapbuf);
383 FCOEI_LOG(__FUNCTION__, "no
[all...]
/illumos-gate/usr/src/lib/policykit/libpolkit/common/
H A Dlibpolkit-rbac.c37 #define __FUNCTION__ __func__ macro
44 __FUNCTION__); \
49 __FUNCTION__, _ctx_->magic, LIBPOLKIT_MAGIC); \
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_mem.c299 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
348 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
379 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
406 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
H A Dradeon_irq.c163 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
224 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
265 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
H A Dradeon_mem.c250 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
306 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
337 DRM_ERROR("%s called with no initialization\n", __FUNCTION__);
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c375 unm_nic_driver_name, __FUNCTION__, tmp);
464 "(0x%x), off=0x%llx\n", __FUNCTION__, adapter->crb_win,
515 unm_nic_driver_name, __FUNCTION__, len);
581 unm_nic_driver_name, __FUNCTION__, len);
701 __FUNCTION__, off);
728 unm_nic_driver_name, __FUNCTION__, len);
785 unm_nic_driver_name, __FUNCTION__, len);
810 __FUNCTION__, off);
837 unm_nic_driver_name, __FUNCTION__, len);
894 unm_nic_driver_name, __FUNCTION__, le
[all...]
H A Dunm_nic_init.c239 __FUNCTION__, __LINE__);
246 __FUNCTION__, __LINE__);
308 unm_nic_driver_name, __FUNCTION__, n);
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-debug.h32 * __FUNCTION__ is, together with __PRETTY_FUNCTION__ or something similar,
37 #ifdef __FUNCTION__
38 #define __func__ __FUNCTION__
/illumos-gate/usr/src/uts/common/sys/fcoe/
H A Dfcoe_common.h365 #if !defined(__FUNCTION__)
366 #define __FUNCTION__ ((caddr_t)__func__) macro
/illumos-gate/usr/src/cmd/hal/tools/
H A Dlshal.c44 #define __FUNCTION__ __func__ macro
58 #define DIE(expr) do {printf("*** [DIE] %s:%s():%d : ", __FILE__, __FUNCTION__, __LINE__); printf expr; printf("\n"); exit(1); } while(0)
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dvmalloc.h216 #if defined(__FUNCTION__)
217 #define _VMFUNC_(vm) (_VM_(vm)->func = (Void_t*)__FUNCTION__)
/illumos-gate/usr/src/lib/libast/common/include/
H A Dvmalloc.h216 #if defined(__FUNCTION__)
217 #define _VMFUNC_(vm) (_VM_(vm)->func = (Void_t*)__FUNCTION__)
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dvmalloc.h216 #if defined(__FUNCTION__)
217 #define _VMFUNC_(vm) (_VM_(vm)->func = (Void_t*)__FUNCTION__)
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dvmalloc.h216 #if defined(__FUNCTION__)
217 #define _VMFUNC_(vm) (_VM_(vm)->func = (Void_t*)__FUNCTION__)
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dvmalloc.h216 #if defined(__FUNCTION__)
217 #define _VMFUNC_(vm) (_VM_(vm)->func = (Void_t*)__FUNCTION__)

Completed in 152 milliseconds

12