Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dcopyout_shim.h54 extern copyout_shim_fn_t copyout_shim_fn;
60 … if(copyout_shim_fn && (co_src_flags & CO_SRC_NORMAL)) {copyout_shim_fn(ka,ua,nb,CO_SRC_NORMAL); }
63 if(copyout_shim_fn && (co_src_flags & CO_SRC_MSG)){copyout_shim_fn(ka,ua,nb,CO_SRC_MSG); }
66 if(copyout_shim_fn && (co_src_flags & CO_SRC_PHYS)){copyout_shim_fn(ka,ua,nb,CO_SRC_PHYS); }
78 register_copyout_shim(copyout_shim_fn_t copyout_shim_fn, unsigned co_src_flags);
H A Dcopyout_shim.c43 copyout_shim_fn_t copyout_shim_fn = NULL; variable
55 copyout_shim_fn = NULL; in register_copyout_shim()
59 if (copyout_shim_fn) { in register_copyout_shim()
70 copyout_shim_fn = fn; in register_copyout_shim()