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

/xnu-2422.115.4/bsd/kern/
H A Dkern_symfile.c200 uint64_t physoffset; local
365 physoffset = 0;
366 while (physoffset < filechunk)
371 getphysreq.offset = fileblk + physoffset;
372 getphysreq.length = (filechunk - physoffset);
394 physoffset += getphysreq.length;

Completed in 46 milliseconds