Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dexclaves.c1139 unsigned int dt_prop_sz; in exclaves_init_multicore() local
1140 err = SecureDTGetProperty(child, "reg", &dt_prop, &dt_prop_sz); in exclaves_init_multicore()
1142 assert(dt_prop_sz == sizeof(uint32_t)); in exclaves_init_multicore()