| /xnu-12377.61.12/osfmk/kern/ |
| H A D | test_lock.c | 285 const size_t never = 512; /* never inserted elements */ in smr_shash_basic_test() local 334 for (size_t i = 0; i < nelems - never; i++) { in smr_shash_basic_test() 345 check_content(nelems - never); in smr_shash_basic_test() 349 for (size_t i = nelems - never; i-- > 0;) { in smr_shash_basic_test()
|
| /xnu-12377.61.12/osfmk/conf/ |
| H A D | Makefile.x86_64 | 41 lock_ticket.o_CFLAGS_ADD += -fsanitize-address-use-after-return=never
|
| /xnu-12377.61.12/doc/allocators/ |
| H A D | xnu-kernel-restricted.md | 10 …never meant to be shared with external domains. Therefore, such memory should never be mapped into… 40 1. `XNU_KERNEL_RESTRICTED` pages can only be mapped in the kernel address space — hence never in an…
|
| H A D | api-basics.md | 41 similar fashion to `kalloc`. These functions will never fail (if the allocation 67 will never fail (the kernel will instead panic if no memory can be found). 378 described above. You should never use the operators on scalar types. Instead, you
|
| /xnu-12377.61.12/doc/debugging/ |
| H A D | task_ref.md | 26 _leaks_ commonly occur. This happens when a reference is taken but never
|
| /xnu-12377.61.12/doc/mach_ipc/ |
| H A D | ipc_security_concepts.md | 68 - task ports are never unpinned;
|
| H A D | kmsg.md | 227 there is never auxiliary data in this form.
|
| H A D | guard_exceptions.md | 130 destroyed. Pinned ports must never have a send right count going to zero in a 471 Some of the exceptions are never fatal (hitting them will only emit a simulated
|
| /xnu-12377.61.12/doc/primitives/ |
| H A D | string-handling.md | 54 never use `str` functions to write to strings. Functions that simply read 250 `strn` functions are **never** recommended. You should use `strbuflen` over
|
| /xnu-12377.61.12/doc/lifecycle/ |
| H A D | startup.md | 312 Denotes that the kernel is locking down, this phase should never be hooked.
|
| /xnu-12377.61.12/bsd/miscfs/devfs/ |
| H A D | README | 91 backing nodes and the front nodes. The backing node never moves. If
|
| /xnu-12377.61.12/doc/observability/ |
| H A D | recount.md | 111 The sequence lock doesn't need to be taken for these metrics since they're never updated simultaneo…
|
| /xnu-12377.61.12/libsyscall/mach/ |
| H A D | err_iokit.sub | 43 "(iokit/common) invalid - should never be seen", // 0x001
|
| /xnu-12377.61.12/doc/arm/ |
| H A D | sme.md | 209 value stashed in the new thread's SME state. If the new process has never used 217 which never has `ZA` state.
|
| H A D | apple_speculative_hardening.md | 531 the masking operation, the offset of this GEP is guaranteed to never cross into
|
| /xnu-12377.61.12/doc/building/ |
| H A D | bound_checks.md | 195 checks are never desirable, it is better to catch them at that stage than at any
|
| /xnu-12377.61.12/doc/vm/ |
| H A D | pageout_scan.md | 105 - Speculative Queue: file-backed pages which have never been activated. These
|
| H A D | sanitize.md | 327 watchOS. These kernels respond to these MIG messages but Libsystem never sends
|
| /xnu-12377.61.12/osfmk/mach/ |
| H A D | mach_port.defs | 400 * Should never be called directly by users (at least not
|
| /xnu-12377.61.12/makedefs/ |
| H A D | MakeInc.kernel | 348 # build configs. Non-primary build configs will never compete for
|
| H A D | MakeInc.top | 99 # This is typically never specified (TARGET_CONFIGS is used)
|
| /xnu-12377.61.12/tests/ |
| H A D | stackshot_tests.m | 945 // Should never get here 953 // Should never get here 1916 /* wait on the reply from the parent (that we will never receive) */
|
| /xnu-12377.61.12/tools/lldbmacros/ |
| H A D | README.md | 287 - Trying to modify a string value? You can only create new strings but never modify existing ones.
|