Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dexclaves.c816 struct exclaves_indicator_deadlines udurations; in _exclaves_ctl_trap() local
817 error = copyin(ubuffer, &udurations, usize); in _exclaves_ctl_trap()
822 kr = exclaves_indicator_min_on_time_deadlines(&udurations); in _exclaves_ctl_trap()
827 error = copyout(&udurations, ubuffer, usize); in _exclaves_ctl_trap()