HomeSort by: relevance | last modified time | path
    Searched defs:__func__ (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
jemalloc_internal_decls.h 82 # define __func__ __FUNCTION__ macro
  /src/external/bsd/jemalloc/include/jemalloc/internal/
jemalloc_internal_decls.h 82 # define __func__ __FUNCTION__ macro
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
jemalloc_internal_decls.h 74 # define __func__ __FUNCTION__ macro
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
jemalloc_internal_decls.h 74 # define __func__ __FUNCTION__ macro
  /src/external/gpl3/gdb/dist/sim/bfin/
dv-bfin_evt.c 145 sim_io_error (CPU_STATE (cpu), "%s: ivg %i out of range !", __func__, ivg); local
154 sim_io_error (CPU_STATE (cpu), "%s: ivg %i out of range !", __func__, ivg); local
  /src/external/gpl3/gdb.old/dist/sim/bfin/
dv-bfin_evt.c 145 sim_io_error (CPU_STATE (cpu), "%s: ivg %i out of range !", __func__, ivg); local
154 sim_io_error (CPU_STATE (cpu), "%s: ivg %i out of range !", __func__, ivg); local
  /src/external/mit/expat/dist/tests/
minicheck.h 57 C compiler has a working __func__, but the C++ compiler only has a
61 # define __func__ __FUNCTION__ macro
79 _check_set_test_info(__func__, __FILE__, __LINE__); \
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_sa.c 127 ASSERT_VOP_LOCKED(ZTOV(zp), __func__); local
161 ASSERT_VOP_ELOCKED(ZTOV(zp), __func__); local
zfs_dir.c 118 ASSERT_VOP_LOCKED(ZTOV(dzp), __func__); local
181 ASSERT_VOP_LOCKED(ZTOV(dzp), __func__); local
204 ASSERT_VOP_LOCKED(ZTOV(dzp), __func__); local
381 ASSERT_VOP_ELOCKED(ZTOV(zp), __func__); local
507 ASSERT_VOP_ELOCKED(ZTOV(dzp), __func__); local
508 ASSERT_VOP_ELOCKED(ZTOV(zp), __func__); local
614 ASSERT_VOP_ELOCKED(ZTOV(dzp), __func__); local
615 ASSERT_VOP_ELOCKED(ZTOV(zp), __func__); local
zfs_acl.c 1069 ASSERT_VOP_LOCKED(ZTOV(zp), __func__); local
1147 ASSERT_VOP_ELOCKED(ZTOV(zp), __func__); local
1442 ASSERT_VOP_ELOCKED(ZTOV(zp), __func__); local
1606 ASSERT_VOP_ELOCKED(ZTOV(dzp), __func__); local
1771 ASSERT_VOP_LOCKED(ZTOV(zp), __func__); local
1920 ASSERT_VOP_ELOCKED(ZTOV(zp), __func__); local
2104 ASSERT_VOP_LOCKED(ZTOV(zp), __func__); local
  /src/sys/arch/mips/rmi/
rmixl_intr.c 409 __func__, rmixl_pic_init_done);
457 panic("%s: establish vec %d failed", __func__, vec);
477 __func__, ipi, vec);
517 __func__, vec, NINTRVECS - 1);
529 panic("%s: RMI XLP not yet supported", __func__);
613 panic("%s: unknown cpu ID %#x\n", __func__,
644 DPRINTF(("%s: irt %d, irtc1 %#x\n", __func__, irt, 0));
662 panic("%s: bad irt %d\n", __func__, irt);
665 panic("%s: bad vec %d\n", __func__, vec);
672 panic("%s: bad trigger %d\n", __func__, trigger)
943 __func__, sc->sc_vec_evcnts[vec].ev_name, local
    [all...]
  /src/external/bsd/libevent/dist/
util-internal.h 80 /* Define to appropriate substitute if compiler doesnt have __func__ */
82 # ifndef __func__
83 # define __func__ __func__ macro
86 # define __func__ __FUNCTION__ macro
88 # define __func__ __FILE__ macro
370 __FILE__,__LINE__,#cond,__func__); \
375 __FILE__,__LINE__,#cond,__func__); \
  /src/external/bsd/ntp/dist/sntp/libevent/
util-internal.h 80 /* Define to appropriate substitute if compiler doesnt have __func__ */
82 # ifndef __func__
83 # define __func__ __func__ macro
86 # define __func__ __FUNCTION__ macro
88 # define __func__ __FILE__ macro
370 __FILE__,__LINE__,#cond,__func__); \
375 __FILE__,__LINE__,#cond,__func__); \
  /src/external/bsd/libevent/dist/test/
regress.gen.c 17 # ifndef __func__
18 # define __func__ __func__ macro
21 # define __func__ __FUNCTION__ macro
23 # define __func__ __FILE__ macro
59 event_warn("%s: malloc", __func__);
151 event_warn("%s: kill_new()", __func__);
156 event_warn("%s: evbuffer_new()", __func__);
161 event_warnx("%s: kill_unmarshal", __func__);
189 event_warn("%s: evbuffer_new()", __func__);
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress.gen.c 18 # ifndef __func__
19 # define __func__ __func__ macro
22 # define __func__ __FUNCTION__ macro
24 # define __func__ __FILE__ macro
60 event_warn("%s: malloc", __func__);
152 event_warn("%s: kill_new()", __func__);
157 event_warn("%s: evbuffer_new()", __func__);
162 event_warnx("%s: kill_unmarshal", __func__);
190 event_warn("%s: evbuffer_new()", __func__);
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
DNSCommon.h 573 #define __func__ __FUNCTION__ macro
576 #define mDNS_Lock(X) mDNS_Lock_((X), __func__, __LINE__)
578 #define mDNS_Unlock(X) mDNS_Unlock_((X), __func__, __LINE__)
581 __func__, __LINE__)
587 mDNS_VerifyLockState("Drop Lock", mDNSfalse, m->mDNS_busy, m->mDNS_reentrancy, __func__, __LINE__); \
593 mDNS_VerifyLockState("Reclaim Lock", mDNSfalse, m->mDNS_busy, m->mDNS_reentrancy, __func__, __LINE__); \
  /src/external/bsd/libfido2/dist/src/
netlink.c 345 fido_log_error(errno, "%s: write", __func__);
349 fido_log_debug("%s: %zd != %zu", __func__, r, nlmsg_len(m));
352 fido_log_xxd(nlmsg_ptr(m), nlmsg_len(m), "%s", __func__); local
363 fido_log_debug("%s: len", __func__);
367 fido_log_debug("%s: fido_hid_unix_wait", __func__);
371 fido_log_error(errno, "%s: read %zd", __func__, r);
374 fido_log_xxd(ptr, (size_t)r, "%s", __func__);
389 fido_log_debug("%s: parser", __func__);
407 fido_log_debug("%s: parser", __func__);
424 fido_log_debug("%s: nlmsg", __func__);
    [all...]
  /src/external/bsd/wpa/dist/src/utils/
common.h 408 #ifndef __func__
409 #define __func__ "__func__ not defined" macro
  /src/sys/arch/powerpc/booke/
e500_intr.c 563 __func__, __builtin_return_address(0), old_ipl, ipl);
610 __func__, __builtin_return_address(0), old_ipl);
613 __func__, __builtin_return_address(0), old_ipl, ipl);
634 printf("%s(%p,irq=%u,ipl=%u,ist=%u,%p)\n", __func__, ci, irq, ipl, ist, ii);
639 printf("%s:%d ipl=%u\n", __func__, __LINE__, ipl);
646 printf("%s:%d ist=%u\n", __func__, __LINE__, ist);
672 printf("%s: irq=%u: ok=%u\n", __func__, irq, ok);
676 printf("%s: %08x%08x -> %08x%08x: ok=%u\n", __func__,
693 printf("%s: IST_TIMER irq=%u: ok=%u\n", __func__, irq, ok);
748 __func__, ci, irq, ipl, ist, &ii)
1211 "%s: cpu%u: ci_cpl (%d) != 0", __func__, cpu_number(), local
1214 "%s: cpu%u: CTPR (%d) != IPL_NONE", __func__, cpu_number(), local
    [all...]
  /src/sys/sys/
cdefs.h 481 * C99 and C++11 define __func__ predefined identifier, which was made
486 #define __func__ __FUNCTION__ macro
488 #define __func__ "" macro
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
krb5_locl.h 161 #ifndef __func__
162 #define __func__ "unknown-function" macro
165 #define krb5_einval(context, argnum) _krb5_einval((context), __func__, (argnum))
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
benchmark.h 219 #define __func__ __FUNCTION__ macro
  /src/sys/arch/ia64/ia64/
pmap.c 582 UVMHIST_FUNC(__func__); UVMHIST_CALLED(maphist);
1105 UVMHIST_FUNC(__func__); UVMHIST_CALLED(maphist);
1226 KASSERTMSG(error == 0, "%s: pmap_remove_vhpt returned %d",__func__, error);
1258 UVMHIST_FUNC(__func__); UVMHIST_CALLED(maphist);
1264 panic("%s cannot allocate pmap pool", __func__);
1270 panic("%s cannot allocate pte pool", __func__);
1425 __func__, uvm_physseg_get_start(upm),
1486 panic("%s no pool", __func__);
1500 UVMHIST_FUNC(__func__); UVMHIST_CALLED(maphist);
1517 UVMHIST_FUNC(__func__); UVMHIST_CALLED(maphist)
2337 __func__, pg); local
2399 __func__, pg); local
2439 __func__, pg); local
2490 __func__, pg); local
2619 __func__, m); local
    [all...]
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 218 #define __func__ __FUNCTION__ macro
  /src/sys/dev/usb/
uatp.c 182 __func__, #condition); \
214 printf("%s: %s: ", device_xname(uatp_dev(sc)), __func__); \
884 aprint_debug("%s: vendor 0x%04x, product 0x%04x\n", __func__,
888 __func__,
896 aprint_debug("%s: reportid %d, input size %d\n", __func__,
910 aprint_debug("%s: unknown vendor/product id\n", __func__);
918 aprint_debug("%s: expected input size %u\n", __func__,
1699 __func__, sc->sc_tap_state); local
1985 # define TAP_DEBUG_PRE(sc) tap_debug((sc), __func__, "")
1986 # define TAP_DEBUG_POST(sc) tap_debug((sc), __func__, " ->"
2244 __func__, sc->sc_tap_state); local
2319 __func__, sc->sc_tap_state); local
2372 __func__, sc->sc_tap_state); local
    [all...]

Completed in 60 milliseconds

1 2