Searched refs:tcRet (Results 1 – 2 of 2) sorted by relevance
173 if (txm_call.txm_ret.tcRet.error == kTCReturnDuplicate) { in txm_load_trust_cache()235 if (txm_call.txm_ret.tcRet.error == kTCReturnNotFound) { in txm_query_trust_cache()260 if (txm_call.txm_ret.tcRet.error == kTCReturnNotFound) { in txm_check_trust_cache_runtime_for_uuid()1132 TCReturn_t tcRet = {.error = kTCReturnError}; in static_trust_cache_capabilities() local1164 tcRet = amfi->TrustCache.getCapabilities(&trust_cache_static0, capabilities0_ret); in static_trust_cache_capabilities()1165 assert(tcRet.error == kTCReturnSuccess); in static_trust_cache_capabilities()1169 tcRet = amfi->TrustCache.getCapabilities(&trust_cache_static1, capabilities1_ret); in static_trust_cache_capabilities()1170 assert(tcRet.error == kTCReturnSuccess); in static_trust_cache_capabilities()
194 selector, txm_ret.tcRet.component, txm_ret.tcRet.error, txm_ret.tcRet.uniqueError); in txm_print_return()