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

/xnu-2422.115.4/osfmk/vm/
H A Dvm_map.c9866 * "curr_offset" is the cumulated offset of "curr_map" in the
9879 vm_map_offset_t curr_offset; local
9939 curr_offset = 0;
9982 curr_offset = 0;
9993 curr_offset += skip;
10013 (tmp_entry->vme_start + curr_offset <=
10031 next_offset = curr_offset;
10089 * "curr_offset" always represents the offset of a virtual
10093 curr_offset +=
10095 curr_address = user_address + curr_offset;
[all...]

Completed in 89 milliseconds