Home
last modified time | relevance | path

Searched refs:__func__ (Results 1 – 13 of 13) sorted by relevance

/third_party/lib/acpica/source/include/acpica/platform/
A Dacdragonfly.h88 _AcpiOsReleaseObject((Cache), (Object), __func__, __LINE__)
94 _AcpiOsAcquireLock((Handle), __func__, __LINE__)
100 _AcpiOsMapMemory((Where), (Length), __func__, __LINE__)
104 _AcpiOsUnmapMemory((LogicalAddress), (Size), __func__, __LINE__)
A Dacgcc.h51 #define ACPI_GET_FUNCTION_NAME __func__
/third_party/ulib/jemalloc/test/unit/
A Dprof_active.c44 mallctl_prof_active_get_impl(a, __func__, __LINE__)
54 mallctl_prof_active_set_impl(a, b, __func__, __LINE__)
64 mallctl_thread_prof_active_get_impl(a, __func__, __LINE__)
74 mallctl_thread_prof_active_set_impl(a, b, __func__, __LINE__)
91 prof_sampling_probe_impl(a, __func__, __LINE__)
A Dprof_thread_name.c23 mallctl_thread_name_get_impl(a, __func__, __LINE__)
36 mallctl_thread_name_set_impl(a, __func__, __LINE__)
A Darena_reset.c266 "arena_ind=%u)\n", __func__, extent_hooks, addr, size, committed ? in extent_dalloc_unmap()
/third_party/ulib/jemalloc/test/integration/
A Dallocated.c24 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start()
31 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start()
42 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start()
50 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start()
/third_party/ulib/jemalloc/test/include/test/
A Dextent_hooks.h81 "*zero=%s, *commit=%s, arena_ind=%u)\n", __func__, extent_hooks, in extent_alloc_hook()
104 "arena_ind=%u)\n", __func__, extent_hooks, addr, size, committed ? in extent_dalloc_hook()
125 "length=%zu, arena_ind=%u)\n", __func__, extent_hooks, addr, size, in extent_commit_hook()
147 "length=%zu, arena_ind=%u)\n", __func__, extent_hooks, addr, size, in extent_decommit_hook()
169 "length=%zu arena_ind=%u)\n", __func__, extent_hooks, addr, size, in extent_purge_lazy_hook()
192 "length=%zu arena_ind=%u)\n", __func__, extent_hooks, addr, size, in extent_purge_forced_hook()
215 "size_b=%zu, committed=%s, arena_ind=%u)\n", __func__, extent_hooks, in extent_split_hook()
239 "size_b=%zu, committed=%s, arena_ind=%u)\n", __func__, extent_hooks, in extent_merge_hook()
A Dtest.h13 __func__, __FILE__, __LINE__, \
222 __func__, __FILE__, __LINE__, \
238 __func__, __FILE__, __LINE__, \
256 __func__, __FILE__, __LINE__, #a, #b, a, b); \
269 __func__, __FILE__, __LINE__, #a, #b, a, b); \
280 __func__, __FILE__, __LINE__); \
320 __func__, __FILE__, __LINE__, #e); \
/third_party/ulib/musl/include/
A Dassert.h8 #define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__), 0)))
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal_decls.h56 # define __func__ __FUNCTION__ macro
/third_party/ulib/jemalloc/src/
A Dckh.c420 " nrelocs: %"FMTu64"\n", __func__, ckh, in ckh_delete()
/third_party/dev/ethernet/e1000/
A Digb_txrx.c103 __func__, ntohs(pi->ipi_etype)); in igb_tso_setup()
/third_party/lib/acpica/
A Dchanges.txt1889 Replaced __FUNCTION_ with __func__ in the gcc-specific header.

Completed in 34 milliseconds