Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dexclaves.c815 struct exclaves_indicator_deadlines udurations; in _exclaves_ctl_trap() local
816 error = copyin(ubuffer, &udurations, usize); in _exclaves_ctl_trap()
821 kr = exclaves_indicator_min_on_time_deadlines(&udurations); in _exclaves_ctl_trap()
826 error = copyout(&udurations, ubuffer, usize); in _exclaves_ctl_trap()