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

/xnu-2782.1.97/bsd/kern/
H A Dkern_symfile.c200 uint64_t physoffset; local
344 physoffset = 0;
345 while (physoffset < filechunk)
350 getphysreq.offset = fileblk + physoffset;
351 getphysreq.length = (filechunk - physoffset);
373 physoffset += getphysreq.length;

Completed in 265 milliseconds