Searched refs:validate (Results 1 – 12 of 12) sorted by relevance
| /xnu-11417.121.6/tests/sched/sched_test_harness/ |
| H A D | README.md | 4 …r functionality, so that the end result is a regular binary that we can validate and debug with as… 19 …validate implementations of thread timesharing in the scheduler. For example, tests can create moc… 22 …validate implementations of a migration policy that determines which cluster/CPU a thread will run…
|
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | lock_ticket.c | 469 bool validate; member 564 if (__improbable(arg.validate && !value.lck_valid)) { in hw_lck_ticket_contended() 915 .validate = true, in hw_lck_ticket_lock_allow_invalid()
|
| /xnu-11417.121.6/tools/lldbmacros/tests/ |
| H A D | README.md | 12 Theoretically a ScriptedProcess could be used to validate macros, but getting valid XNU state is an…
|
| /xnu-11417.121.6/bsd/sys/ |
| H A D | decmpfs.h | 270 decmpfs_validate_compressed_file_func validate; member
|
| /xnu-11417.121.6/bsd/kern/ |
| H A D | decmpfs.c | 715 …decmpfs_validate_compressed_file_func validate = decmp_get_func(vp, hdr->compression_type, validat… 716 if (validate) { /* make sure this validation function is valid */ 718 err = validate(vp, decmpfs_ctx, hdr); 2347 .validate = decmpfs_validate_compressed_file_Type1,
|
| /xnu-11417.121.6/doc/debugging/ |
| H A D | macro_testing.md | 6 validate that the changes work in their environment before integration.
|
| /xnu-11417.121.6/doc/primitives/ |
| H A D | atomics.md | 261 if (!validate(old_value)) { 278 if (!validate(old_value)) { 319 if (!validate(old_value)) {
|
| /xnu-11417.121.6/doc/allocators/ |
| H A D | read-only.md | 69 relationships, we can validate the ownership invariant that we expect to hold.
|
| /xnu-11417.121.6/doc/lifecycle/ |
| H A D | hibernation.md | 113 that can be used by the booter to validate this content. 288 read-only region along with the hash in memory for iBoot to validate on
|
| /xnu-11417.121.6/libkdd/ |
| H A D | kcdata_core.m | 343 /* validate begin tag and get root key */
|
| /xnu-11417.121.6/makedefs/ |
| H A D | MakeInc.rule | 152 # Generally, a verifier is a function that post-processes a .o file to validate
|
| /xnu-11417.121.6/doc/vm/ |
| H A D | sanitize.md | 232 sanitization functions provided in `vm_sanitize.c` to validate all opaque
|