Searched refs:cnt_dst (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c103 mach_vm_size_t cnt = 0, cnt_src, cnt_dst; local
143 cnt_dst = PAGE_SIZE - (cur_phys_dst & PAGE_MASK);
144 if (cnt_src > cnt_dst)
145 cnt = cnt_dst;
174 mach_vm_size_t cnt = 0, cnt_src, cnt_dst; local
195 cnt_dst = PAGE_SIZE - (cur_phys_dst & PAGE_MASK);
196 if (cnt_src > cnt_dst)
197 cnt = cnt_dst;
226 unsigned resid, cnt, cnt_src, cnt_dst; local
246 cnt_dst
277 unsigned resid, cnt, cnt_src, cnt_dst; local
[all...]

Completed in 18 milliseconds