Searched refs:is_internal (Results 1 - 24 of 24) sorted by relevance

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_inlines_c.h42 bool is_internal, arena_t *arena, bool slow_path) {
46 assert(!is_internal || tcache == NULL);
47 assert(!is_internal || arena == NULL || arena_is_auto(arena));
54 if (config_stats && is_internal && likely(ret != NULL)) {
68 tcache_t *tcache, bool is_internal, arena_t *arena) {
73 assert(!is_internal || tcache == NULL);
74 assert(!is_internal || arena == NULL || arena_is_auto(arena));
80 if (config_stats && is_internal && likely(ret != NULL)) {
105 bool is_internal, bool slow_path) {
107 assert(!is_internal || tcach
41 iallocztm(tsdn_t *tsdn, size_t size, szind_t ind, bool zero, tcache_t *tcache, bool is_internal, arena_t *arena, bool slow_path) argument
67 ipallocztm(tsdn_t *tsdn, size_t usize, size_t alignment, bool zero, tcache_t *tcache, bool is_internal, arena_t *arena) argument
104 idalloctm(tsdn_t *tsdn, void *ptr, tcache_t *tcache, alloc_ctx_t *alloc_ctx, bool is_internal, bool slow_path) argument
[all...]
/freebsd-12-stable/sys/dev/isci/scil/
H A Dscif_sas_high_priority_request_queue.c148 if (fw_io->parent.is_internal)
H A Dscif_sas_request.c112 fw_request->is_internal = FALSE;
H A Dscif_sas_request.h165 BOOL is_internal; member in struct:SCIF_SAS_REQUEST
H A Dscif_sas_internal_io_request.c151 //set the is_internal flag
152 fw_io->parent.is_internal = TRUE;
H A Dscif_sas_task_request_state_handlers.c206 if (fw_request->is_internal == TRUE)
H A Dscif_sas_task_request.c262 fw_task->parent.is_internal = TRUE;
358 if (fw_task->parent.is_internal == FALSE)
H A Dscif_sas_remote_device_ready_substate_handlers.c675 if (fw_request->is_internal == TRUE)
H A Dscif_sas_remote_device_state_handlers.c249 if (fw_request->is_internal == TRUE)
H A Dscif_sas_controller_state_handlers.c1132 if (fw_io->parent.is_internal && status != SCI_SUCCESS )
1223 if (fw_io->parent.is_internal)
H A Dscif_sas_smp_remote_device.c1003 if (fw_request->is_internal)
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h27 BreakpointList(bool is_internal);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h91 bool is_internal);
H A DItaniumABILanguageRuntime.cpp474 bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) {
482 return target.CreateBreakpoint(filter_sp, exception_resolver_sp, is_internal,
492 const bool is_internal = true; local
502 catch_bp, throw_bp, for_expressions, is_internal);
473 CreateExceptionBreakpoint( bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp154 bool is_internal = true; local
158 is_internal = false;
162 return is_internal;
H A DBreakpointList.cpp25 BreakpointList::BreakpointList(bool is_internal) argument
27 m_is_internal(is_internal) {}
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp249 bool is_internal) {
257 target.CreateBreakpoint(filter_sp, resolver_sp, is_internal, hardware,
263 if (is_internal)
247 CreateExceptionBreakpoint( Target &target, lldb::LanguageType language, bool catch_bp, bool throw_bp, bool is_internal) argument
H A DThreadPlanCallFunction.cpp293 bool is_internal = true; local
302 is_internal = false;
306 if (is_internal) {
H A DThreadPlanStepRange.cpp358 const bool is_internal = true; local
360 GetTarget().CreateBreakpoint(run_to_address, is_internal, false);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h117 bool is_internal = false);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp404 const bool is_internal = true; local
409 is_internal);
/freebsd-12-stable/contrib/jemalloc/src/
H A Djemalloc.c233 a0ialloc(size_t size, bool zero, bool is_internal) { argument
239 is_internal, arena_get(TSDN_NULL, 0, true), true);
243 a0idalloc(void *ptr, bool is_internal) { argument
244 idalloctm(TSDN_NULL, ptr, NULL, NULL, is_internal, true);
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Ddirectives.c48 bool is_internal; member in struct:pragma_entry
1132 entry->is_internal = true;
/freebsd-12-stable/contrib/expat/lib/
H A Dxmlparse.c278 XML_Bool is_internal; /* true if declared in internal subset outside PE */ member in struct:__anon1273
2652 else if (! entity->is_internal)
4634 parser->m_declEntity->is_internal
4664 parser->m_declEntity->is_internal
4843 else if (! entity->is_internal) {
5382 else if (! entity->is_internal)
6343 newE->is_internal = oldE->is_internal;

Completed in 437 milliseconds