Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dcopyout_shim.h45 #define CO_SRC_NORMAL 1 //copyout() called macro
60 … if(copyout_shim_fn && (co_src_flags & CO_SRC_NORMAL)) {copyout_shim_fn(ka,ua,nb,CO_SRC_NORMAL); }