Searched refs:TCReturn_t (Results 1 – 6 of 6) sorted by relevance
56 TCReturn_t66 TCReturn_t80 TCReturn_t94 TCReturn_t110 TCReturn_t119 TCReturn_t130 TCReturn_t138 TCReturn_t148 TCReturn_t155 TCReturn_t[all …]
103 } __attribute__((packed)) TCReturn_t; typedef106 _Static_assert(sizeof(TCReturn_t) == sizeof(uint32_t), "TCReturn_t is not 32 bits large");108 static inline TCReturn_t113 TCReturn_t ret = { in buildTCRet()
130 typedef TCReturn_t (*constructInvalid_t)(136 typedef TCReturn_t (*checkRuntimeForUUID_t)(142 typedef TCReturn_t (*loadModule_t)(150 typedef TCReturn_t (*load_t)(160 typedef TCReturn_t (*extractModule_t)(166 typedef TCReturn_t (*query_t)(173 typedef TCReturn_t (*getModule_t)(179 typedef TCReturn_t (*getUUID_t)(184 typedef TCReturn_t (*getCapabilities_t)(189 typedef TCReturn_t (*queryGetTCType_t)([all …]
309 TCReturn_t tc_ret = amfi->TrustCache.load( in xnu_load_trust_cache()361 TCReturn_t tc_ret = amfi->TrustCache.loadModule( in xnu_load_legacy_trust_cache()411 TCReturn_t tc_ret = amfi->TrustCache.query( in xnu_query_trust_cache()448 TCReturn_t tc_ret = amfi->TrustCache.checkRuntimeForUUID( in xnu_check_trust_cache_runtime_for_uuid()827 TCReturn_t tc_ret = (TCReturn_t){.error = kTCReturnError}; in load_static_trust_cache()901 TCReturn_t tcRet = {.error = kTCReturnError}; in static_trust_cache_capabilities()
12399 TCReturn_t tc_ret = amfi->TrustCache.checkRuntimeForUUID(12510 TCReturn_t tc_ret = amfi->TrustCache.load(12594 TCReturn_t tc_ret = amfi->TrustCache.query(
2439 TCReturn_t tc_ret = amfi->TrustCache.queryGetTCType(&qt, &tc_type); in shared_region_map_and_slide_setup()