Searched refs:cur_size (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/osfmk/i386/AT386/ |
| H A D | model_dep.c | 1603 size_t cur_size = (uint32_t) MIN(src_rem, dst_rem); in debug_copyin() local 1604 cur_size = MIN(cur_size, rem); in debug_copyin() 1607 bcopy_phys(phys_src, phys_dest, cur_size); in debug_copyin() 1611 uaddr += cur_size; in debug_copyin() 1612 kvaddr += cur_size; in debug_copyin() 1613 rem -= cur_size; in debug_copyin()
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | kern_stackshot.c | 3539 size_t cur_size = (uint32_t) MIN(src_rem, dst_rem); in kdp_copyin() local 3540 cur_size = MIN(cur_size, rem); in kdp_copyin() 3549 stackshot_memcpy(kvaddr, (const void *)phystokv(phys_src), cur_size); in kdp_copyin() 3552 bcopy_phys(phys_src, phys_dest, cur_size); in kdp_copyin() 3557 uaddr += cur_size; in kdp_copyin() 3558 kvaddr += cur_size; in kdp_copyin() 3559 rem -= cur_size; in kdp_copyin()
|
| /xnu-8020.101.4/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()
|