Searched refs:failure_fatal (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.141.1/bsd/kern/code_signing/ |
| H A D | txm.c | 214 .failure_fatal = true, in txm_add_page() 400 if (parameters->failure_fatal && (ret != KERN_SUCCESS)) { in txm_kernel_call() 553 .failure_fatal = true, in get_logging_info() 568 .failure_fatal = true, in get_code_signing_info() 600 .failure_fatal = true, in set_shared_region_base_address() 646 .failure_fatal = true, in txm_enter_lockdown_mode() 660 .failure_fatal = true, in txm_toggle_developer_mode() 930 .failure_fatal = true, in txm_unregister_code_signature() 996 .failure_fatal = true, in txm_reconstitute_code_signature() 1030 .failure_fatal = true, in txm_register_address_space() [all …]
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | trusted_execution_monitor.h | 83 bool failure_fatal; member
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kern_trustcache.c | 79 .failure_fatal = true, in get_trust_cache_info()
|