Home
last modified time | relevance | path

Searched refs:TCReturn_t (Results 1 – 6 of 6) sorted by relevance

/xnu-8796.121.2/EXTERNAL_HEADERS/TrustCache/
H A DAPI.h56 TCReturn_t
66 TCReturn_t
80 TCReturn_t
94 TCReturn_t
110 TCReturn_t
119 TCReturn_t
130 TCReturn_t
138 TCReturn_t
148 TCReturn_t
155 TCReturn_t
[all …]
H A DReturn.h103 } __attribute__((packed)) TCReturn_t; typedef
106 _Static_assert(sizeof(TCReturn_t) == sizeof(uint32_t), "TCReturn_t is not 32 bits large");
108 static inline TCReturn_t
113 TCReturn_t ret = { in buildTCRet()
/xnu-8796.121.2/libkern/libkern/amfi/
H A Damfi.h130 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 …]
/xnu-8796.121.2/bsd/kern/
H A Dkern_trustcache.c309 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()
/xnu-8796.121.2/osfmk/arm/pmap/
H A Dpmap.c12399 TCReturn_t tc_ret = amfi->TrustCache.checkRuntimeForUUID(
12510 TCReturn_t tc_ret = amfi->TrustCache.load(
12594 TCReturn_t tc_ret = amfi->TrustCache.query(
/xnu-8796.121.2/bsd/vm/
H A Dvm_unix.c2439 TCReturn_t tc_ret = amfi->TrustCache.queryGetTCType(&qt, &tc_type); in shared_region_map_and_slide_setup()