Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dexclaves.c1259 unsigned int dt_prop_sz; in exclaves_init_multicore() local
1260 err = SecureDTGetProperty(child, "reg", &dt_prop, &dt_prop_sz); in exclaves_init_multicore()
1262 assert(dt_prop_sz == sizeof(uint32_t)); in exclaves_init_multicore()