Searched refs:co_src_flags (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | copyout_shim.h | 55 extern unsigned co_src_flags; 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 | 44 unsigned co_src_flags = 0; variable 69 co_src_flags = types; in register_copyout_shim()
|