Searched refs:cur_size (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/osfmk/i386/AT386/ |
| H A D | model_dep.c | 1602 size_t cur_size = (uint32_t) MIN(src_rem, dst_rem); in debug_copyin() local 1603 cur_size = MIN(cur_size, rem); in debug_copyin() 1606 bcopy_phys(phys_src, phys_dest, cur_size); in debug_copyin() 1610 uaddr += cur_size; in debug_copyin() 1611 kvaddr += cur_size; in debug_copyin() 1612 rem -= cur_size; in debug_copyin()
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | kern_stackshot.c | 3223 size_t cur_size = (uint32_t) MIN(src_rem, dst_rem); in kdp_copyin() local 3224 cur_size = MIN(cur_size, rem); in kdp_copyin() 3233 stackshot_memcpy(kvaddr, (const void *)phystokv(phys_src), cur_size); in kdp_copyin() 3236 bcopy_phys(phys_src, phys_dest, cur_size); in kdp_copyin() 3241 uaddr += cur_size; in kdp_copyin() 3242 kvaddr += cur_size; in kdp_copyin() 3243 rem -= cur_size; in kdp_copyin()
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | bpf.c | 451 unsigned int cur_size = nbpfilter, i; in bpf_make_dev_t() local 461 if (nbpfilter > cur_size) { in bpf_make_dev_t()
|