Home
last modified time | relevance | path

Searched refs:returnCode (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/bsd/kern/code_signing/
H A Dtxm.c172 switch (txm_ret.returnCode) { in txm_parse_return()
206 if (txm_ret.returnCode == kTXMSuccess) { in txm_print_return()
208 } else if (txm_ret.returnCode == kTXMReturnTrustCache) { in txm_print_return()
211 } else if (txm_ret.returnCode == kTXMReturnCodeSignature) { in txm_print_return()
214 } else if (txm_ret.returnCode == kTXMReturnCodeErrno) { in txm_print_return()
219 selector, txm_ret.returnCode); in txm_print_return()
346 if (parameters->txm_ret.returnCode == kTXMSuccess) { in txm_kernel_call_internal()
379 if (txm_ret.returnCode == kTXMReturnOutOfMemory) { in txm_kernel_call()
385 } while (txm_ret.returnCode == kTXMReturnOutOfMemory); in txm_kernel_call()
1622 if (txm_ret.returnCode != kTXMReturnCodeErrno) { in txm_image4_copy_nonce()
[all …]
/xnu-11215/iokit/Kernel/
H A DRootDomainUserClient.cpp96 uint32_t *returnCode) in secureSleepSystemOptions() argument
137 *returnCode = fOwner->sleepSystemOptions( sleepOptionsDict ); in secureSleepSystemOptions()
141 *returnCode = kIOReturnNotPrivileged; in secureSleepSystemOptions()
174 uint32_t *returnCode) in secureSetMaintenanceWakeCalendar() argument
183 *returnCode = fOwner->setMaintenanceWakeCalendar(inCalendar); in secureSetMaintenanceWakeCalendar()
185 *returnCode = kIOReturnNotPrivileged; in secureSetMaintenanceWakeCalendar()
H A DRootDomainUserClient.h58 uint32_t *returnCode);
66 uint32_t *returnCode);
/xnu-11215/bsd/kern/
H A Dkern_trustcache.c161 if (txm_call.txm_ret.returnCode == kTXMReturnTrustCache) { in txm_load_trust_cache()
219 if (txm_call.txm_ret.returnCode == kTXMReturnTrustCache) { in txm_query_trust_cache()
265 if (txm_call.txm_ret.returnCode == kTXMReturnTrustCache) { in txm_check_trust_cache_runtime_for_uuid()