Home
last modified time | relevance | path

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

/xnu-8792.81.2/EXTERNAL_HEADERS/TrustCache/
H A DAPI.h61 TCReturn_t
75 TCReturn_t
88 TCReturn_t
100 TCReturn_t
107 TCReturn_t
114 TCReturn_t
121 TCReturn_t
128 TCReturn_t
135 TCReturn_t
H A DReturn.h96 } __attribute__((packed)) TCReturn_t; typedef
99 _Static_assert(sizeof(TCReturn_t) == sizeof(uint32_t), "TCReturn_t is not 32 bits large");
101 static inline TCReturn_t
106 TCReturn_t ret = { in buildTCRet()
/xnu-8792.81.2/libkern/libkern/amfi/
H A Damfi.h60 typedef TCReturn_t (*loadModule_t)(
68 typedef TCReturn_t (*load_t)(
78 typedef TCReturn_t (*query_t)(
85 typedef TCReturn_t (*getCapabilities_t)(
90 typedef TCReturn_t (*queryGetTCType_t)(
95 typedef TCReturn_t (*queryGetCapabilities_t)(
100 typedef TCReturn_t (*queryGetHashType_t)(
105 typedef TCReturn_t (*queryGetFlags_t)(
110 typedef TCReturn_t (*queryGetConstraintCategory_t)(
/xnu-8792.81.2/bsd/kern/
H A Dkern_trustcache.c300 TCReturn_t tc_ret = interface->load( in xnu_load_trust_cache()
364 TCReturn_t tc_ret = interface->loadModule( in xnu_load_legacy_trust_cache()
426 TCReturn_t tc_ret = interface->query( in xnu_query_trust_cache()
806 TCReturn_t tc_ret = (TCReturn_t){.error = kTCReturnError}; in load_static_trust_cache()
880 TCReturn_t tcRet = {.error = kTCReturnError}; in static_trust_cache_capabilities()
/xnu-8792.81.2/bsd/vm/
H A Dvm_unix.c2420 TCReturn_t tc_ret = amfi->TrustCache.queryGetTCType(&qt, &tc_type); in shared_region_map_and_slide_setup()
/xnu-8792.81.2/osfmk/arm/pmap/
H A Dpmap.c12400 TCReturn_t tc_ret = interface->load(
12496 TCReturn_t tc_ret = interface->query(