Home
last modified time | relevance | path

Searched refs:validate (Results 1 – 8 of 8) sorted by relevance

/xnu-10063.101.15/osfmk/kern/
H A Dlock_ticket.c469 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-10063.101.15/bsd/sys/
H A Ddecmpfs.h270 decmpfs_validate_compressed_file_func validate; member
/xnu-10063.101.15/bsd/kern/
H A Ddecmpfs.c713 …decmpfs_validate_compressed_file_func validate = decmp_get_func(vp, hdr->compression_type, validat…
714 if (validate) { /* make sure this validation function is valid */
716 err = validate(vp, decmpfs_ctx, hdr);
2343 .validate = decmpfs_validate_compressed_file_Type1,
/xnu-10063.101.15/doc/primitives/
H A Datomics.md261 if (!validate(old_value)) {
278 if (!validate(old_value)) {
319 if (!validate(old_value)) {
/xnu-10063.101.15/doc/allocators/
H A Dread-only.md69 relationships, we can validate the ownership invariant that we expect to hold.
/xnu-10063.101.15/doc/lifecycle/
H A Dhibernation.md113 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-10063.101.15/libkdd/
H A Dkcdata_core.m343 /* validate begin tag and get root key */
/xnu-10063.101.15/doc/debugging/
H A Ddebugging.md140 validate that the changes work in their environment before integration.