Searched refs:copyout_shim_fn (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.41.9/osfmk/kern/ |
| H A D | copyout_shim.h | 54 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 D | copyout_shim.c | 43 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()
|