Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dexclaves.c758 struct exclaves_indicator_deadlines udurations; in _exclaves_ctl_trap() local
759 error = copyin(ubuffer, &udurations, usize); in _exclaves_ctl_trap()
764 kr = exclaves_indicator_min_on_time_deadlines(&udurations); in _exclaves_ctl_trap()
769 error = copyout(&udurations, ubuffer, usize); in _exclaves_ctl_trap()