Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dtrust_caches.h52 typedef struct DTTrustCacheRange { struct
55 } DTTrustCacheRange; argument
/xnu-8792.41.9/bsd/kern/
H A Dkern_trustcache.c734 const DTTrustCacheRange *tc_range = NULL; in load_static_trust_cache()
767 if (tc_dt_prop_length != sizeof(DTTrustCacheRange)) { in load_static_trust_cache()
769 tc_dt_prop_length, sizeof(DTTrustCacheRange)); in load_static_trust_cache()