Searched refs:dynamic (Results 1 – 13 of 13) sorted by relevance
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | task_ref.c | 227 struct os_refgrp *dynamic, int dynamic_count, bool can_allocate) in lookup_dynamic_refgrp() argument 231 if (dynamic[i].grp_parent == kext) { in lookup_dynamic_refgrp() 232 return &dynamic[i]; in lookup_dynamic_refgrp() 242 if (dynamic[i].grp_name == NULL) { in lookup_dynamic_refgrp() 243 dynamic[i] = (struct os_refgrp) in lookup_dynamic_refgrp() 246 return &dynamic[i]; in lookup_dynamic_refgrp() 262 find_external_refgrp(struct os_refgrp *dynamic, int dynamic_count, in find_external_refgrp() argument 270 struct os_refgrp *refgrp = lookup_dynamic_refgrp(kext_refgrp, dynamic, in find_external_refgrp()
|
| /xnu-12377.1.9/libkern/kxld/ |
| H A D | Makefile | 121 release: OPTIM=-Os -dynamic 124 debug: OPTIM=-O0 -DDEBUG -dynamic 127 profile: OPTIM=-Os -pg -dynamic
|
| /xnu-12377.1.9/tools/lldbmacros/ |
| H A D | .lldbinit | 2 settings set plugin.dynamic-loader.darwin-kernel.load-kexts false
|
| /xnu-12377.1.9/san/conf/ |
| H A D | Makefile.template | 83 …RENT_KERNEL_CONFIG)/kasan_denylist_dynamic.h: $(SRCROOT)/$(COMPONENT)/memory/kasan-denylist-dynamic
|
| /xnu-12377.1.9/libkdd/ |
| H A D | README.md | 4 This project allows for dynamic data to be passed from the kernel to userspace tools without bindin…
|
| /xnu-12377.1.9/config/ |
| H A D | MASTER | 334 # support dynamic signing of code 399 # dynamic VM compression enabled 405 # - used on platforms with dynamic VM compression enabled
|
| /xnu-12377.1.9/doc/lifecycle/ |
| H A D | startup.md | 172 created VM/pmap zones to become dynamic.
|
| /xnu-12377.1.9/doc/allocators/ |
| H A D | read-only.md | 34 mechanism, but unfortunately that doesn't cater for dynamic runtime
|
| /xnu-12377.1.9/libkern/zlib/ |
| H A D | README | 81 - When building a shared, i.e. dynamic library on Mac OS X, the library must be
|
| /xnu-12377.1.9/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 7 The XNU kernel runs on a variety of platforms with strong requirements for being dynamic and effici… 62 * The EDF algorithm is dynamic based on bucket runnability and selection. Since all deadline update…
|
| /xnu-12377.1.9/tests/ |
| H A D | proc_info.c | 2021 #pragma mark dynamic kqueue info
|
| H A D | stackshot_tests.m | 2343 * exit status when re-enabling dynamic control. So, we use the old
|
| /xnu-12377.1.9/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 1305 productType = "com.apple.product-type.library.dynamic";
|