Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dexclaves.c813 struct exclaves_indicator_deadlines udurations; in _exclaves_ctl_trap() local
814 error = copyin(ubuffer, &udurations, usize); in _exclaves_ctl_trap()
819 kr = exclaves_indicator_min_on_time_deadlines(&udurations); in _exclaves_ctl_trap()
824 error = copyout(&udurations, ubuffer, usize); in _exclaves_ctl_trap()