HomeSort by relevance Sort by last modified time
    Searched full:__func__ (Results 201 - 225 of 526) sorted by null

1 2 3 4 5 6 7 891011>>

  /hardware/ti/wlan/mac80211/ti-utils/
nvs.c 259 "(%s)\n", __func__, strerror(errno));
455 fprintf(stderr, "%s> Fail to get mac address\n", __func__);
528 fprintf(stderr, "%s> Missing args\n", __func__);
544 fprintf(stderr, "%s> Wrong file size\n", __func__);
554 fprintf(stderr, "%s> Unable to open new NVS file\n", __func__);
563 fprintf(stderr, "%s> Fail to get mac addr\n", __func__);
658 fprintf(stderr, "%s> Unable to open new NVS file\n", __func__);
696 fprintf(stderr, "%s> Unable to open new NVS file\n", __func__);
766 fprintf(stderr, "%s> Unable to open new NVS file\n", __func__);
813 fprintf(stderr, "%s> Unable to open new NVS file\n", __func__);
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11_ht.c 106 __func__, iface->ht_op_mode);
151 __func__, iface->ht_op_mode, op_mode_changes);
199 __func__, MAC2STR(sta->addr),
209 __func__, MAC2STR(sta->addr),
224 __func__, MAC2STR(sta->addr),
  /external/wpa_supplicant_8/src/common/
wpa_common.c 427 __func__, (unsigned long) rsn_ie_len);
437 __func__);
449 "cipher", __func__);
457 __func__, left);
468 "count %u left %u", __func__, count, left);
479 "pairwise cipher", __func__);
485 __func__);
496 "count %u left %u", __func__, count, left);
506 __func__);
523 __func__, (unsigned long) data->num_pmkid
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_nss.c 91 wpa_printf(MSG_DEBUG, "%s - pull_buf consumed", __func__);
97 __func__,
110 wpa_printf(MSG_DEBUG, "NSS: I/O %s", __func__);
131 wpa_printf(MSG_DEBUG, "NSS: I/O %s", __func__);
140 wpa_printf(MSG_DEBUG, "NSS: I/O %s", __func__);
219 wpa_printf(MSG_ERROR, "NSS: TODO - %s", __func__);
390 wpa_printf(MSG_ERROR, "NSS: TODO - %s", __func__);
462 "pull_buf", __func__,
539 "pull_buf", __func__,
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 193 __func__);
234 __func__, drv->test_socket, drv->test_dir);
284 __func__, dent->d_name);
297 __func__, MAC2STR(dst));
331 __func__, drv->test_socket,
362 wpa_printf(MSG_DEBUG, "%s: test_dir == NULL", __func__);
394 __func__, dent->d_name);
434 __func__, dent->d_name);
625 wpa_printf(MSG_DEBUG, "%s: Invalid SSID", __func__);
650 "configured BSSes", __func__);
    [all...]
driver_privsep.c 105 wpa_printf(MSG_DEBUG, "%s: priv=%p", __func__, priv);
197 __func__, priv, alg, key_idx, set_tx);
231 __func__, priv, params->freq, params->pairwise_suite,
301 __func__, MAC2STR(addr), reason_code);
302 wpa_printf(MSG_DEBUG, "%s - TODO", __func__);
560 wpa_printf(MSG_DEBUG, "%s: param='%s'", __func__, param);
703 wpa_printf(MSG_DEBUG, "%s", __func__);
711 wpa_printf(MSG_DEBUG, "%s country='%s'", __func__, alpha2);
  /prebuilts/qemu-kernel/arm/
vmlinux-qemu 
vmlinux-qemu-armv7 
  /development/ndk/sources/android/libportable/arch-mips/
errno.c 293 ALOGV("%s(): { save_errno = errno:%d, (p:%p)->{pshadow:%d, perrno:%d}", __func__,
322 ALOGV("%s: new save_errno:%d p:%p->{pshadow:%d, perrno:%d}", __func__,
327 ALOGV("%s: return (&p->perrno):%p; }", __func__, &p->perrno);
345 ALOGV("%s(): { save_errno = errno:%d, p:%p->{pshadow:%d, perrno:%d}", __func__,
352 ALOGV("%s: new save_errno:%d, p:%p->{pshadow:%d, perrno:%d}", __func__,
357 ALOGV("%s: return; }", __func__);
syscall.c 63 ALOGV("%s(portable_number:%d, ...) {", __func__, portable_number);
465 "nbytes_low:0x%x, nbytes_high:0x%x, flags:0x%x);", __func__,
588 "[ERROR: ADD MISSING SYSTEM CALL]", __func__, portable_number);
594 ALOGV("%s: native_number = %d", __func__, native_number);
597 ALOGV("%s: native_number:%d <= 0; ret = -1; [ERROR: FIX SYSTEM CALL]", __func__,
627 ALOGV("%s: Calling syscall(%d, %d, %d, %d, %d, %d, %d, %d, %d);", __func__,
636 ALOGV("%s: ret == -1; errno:%d;", __func__, *REAL(__errno)());
638 ALOGV("%s: return(ret:%d); }", __func__, ret);
  /external/chromium/third_party/libevent/
configure.in 346 AC_MSG_CHECKING([whether our compiler supports __func__])
348 [ const char *cp = __func__; ],
355 AC_DEFINE(__func__, __FUNCTION__,
356 [Define to appropriate substitue if compiler doesnt have __func__]),
358 AC_DEFINE(__func__, __FILE__,
359 [Define to appropriate substitue if compiler doesnt have __func__])))
event.c 176 event_err(1, "%s: calloc", __func__);
194 event_errx(1, "%s: no event mechanism available", __func__);
246 __func__, n_deleted));
296 __func__);
332 event_err(1, "%s: calloc", __func__);
337 event_err(1, "%s: malloc", __func__);
506 event_debug(("%s: no events registered.", __func__));
535 event_debug(("%s: asked to terminate loop.", __func__));
886 __func__));
931 event_errx(1, "%s: %p(fd %d) not on queue %x", __func__,
    [all...]
  /external/openssh/
uidswap.c 166 fatal("%s: was able to restore old [e]uid", __func__);
172 __func__, (u_int)getuid(), (u_int)geteuid(), (u_int)uid);
296 fatal("%s: was able to restore old [e]gid", __func__);
302 __func__, (u_int)getgid(), (u_int)getegid(),
310 fatal("%s: was able to restore old [e]uid", __func__);
316 __func__, (u_int)getuid(), (u_int)geteuid(),
kexecdh.c 52 fatal("%s: kexname too short \"%s\"", __func__, kexname);
62 fatal("%s: unsupported ECDH curve \"%s\"", __func__, kexname);
sshconnect2.c 137 fatal("%s: unknown alg %s", __func__, alg);
147 debug3("%s: prefer hostkeyalgs: %s", __func__, first);
521 fatal("%s: no authentication context", __func__);
979 __func__, crypt_scheme);
1004 debug3("%s: salt = %s", __func__, salt);
1005 debug3("%s: scheme = %s", __func__, crypt_scheme);
1006 debug3("%s: crypted = %s", __func__, crypted);
1011 fatal("%s: hash_buffer", __func__);
1019 fatal("%s: BN_bin2bn (secret)", __func__);
1041 fatal("%s: BN_new", __func__);
    [all...]
misc.c 585 fatal("%s: NULL replacement", __func__);
588 fatal("%s: too many keys", __func__);
598 fatal("%s: string too long", __func__);
610 fatal("%s: string too long", __func__);
615 fatal("%s: unknown key %%%c", __func__, *string);
636 debug("%s: %s line %lu exceeds size limit", __func__,
667 debug("%s: invalid tunnel %u", __func__, tun);
672 debug("%s: %s open failed: %s", __func__, name, strerror(errno));
676 debug("%s: %s mode %d fd %d", __func__, name, mode, fd);
708 debug("%s: failed to set %s mode %d: %s", __func__, name
    [all...]
  /device/samsung/tuna/libsensors/
SamsungSensorBase.cpp 73 ALOGE("%s: unable to allocate mem for %s:enable", __func__,
79 ALOGE("%s: unable to allocate mem for %s:poll_delay", __func__,
  /external/expat/
expat_config.h 93 /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
94 /* #undef __func__ */
expat_config.h.in 92 /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
93 #undef __func__
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
assert.h 106 C9x has a similar variable called __func__, but prefer the GCC one since
112 # define __ASSERT_FUNCTION __func__
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
assert.h 106 C9x has a similar variable called __func__, but prefer the GCC one since
112 # define __ASSERT_FUNCTION __func__
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
assert.h 106 C9x has a similar variable called __func__, but prefer the GCC one since
112 # define __ASSERT_FUNCTION __func__
  /external/iptables/include/linux/
kernel.h 48 #define __FUNCTION__ (__func__)
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_interface2.c 76 __func__,g_cam_ctrl.camera[my_obj->my_id].video_dev_name,my_obj->my_id);
288 CDBG_ERROR("%s: case %d not handled", __func__, opcode);
334 CDBG("%s: BEGIN\n", __func__);
339 CDBG("%s: opened alreadyn", __func__);
346 CDBG("%s: no mem", __func__);
358 CDBG("%s: open failed, rc = %d\n", __func__, rc);
363 CDBG("%s: mm_camera_open err = %d", __func__, rc);
366 CDBG("%s: open succeded\n", __func__);
370 CDBG("%s: END, rc=%d\n", __func__, rc);
385 CDBG("%s: ref_count=%d\n", __func__, my_obj->ref_count)
    [all...]
  /external/clang/test/Sema/
block-misc.c 74 // rdar://6405429 - __func__ in a block refers to the containing function name.
77 return __func__;
226 const char * (^func)(void) = ^{ return __func__; };

Completed in 666 milliseconds

1 2 3 4 5 6 7 891011>>