Home
last modified time | relevance | path

Searched refs:DTTrustCacheRange (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.61.5/bsd/sys/
H A Dtrust_caches.h56 typedef struct DTTrustCacheRange { struct
59 } DTTrustCacheRange; argument
/xnu-11215.61.5/bsd/kern/
H A Dkern_trustcache.c1027 const DTTrustCacheRange *tc_range = NULL; in load_static_trust_cache()
1054 if (tc_dt_prop_length != sizeof(DTTrustCacheRange)) { in load_static_trust_cache()
1056 tc_dt_prop_length, sizeof(DTTrustCacheRange)); in load_static_trust_cache()