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

/macosx-10.10.1/BootCache-109/
H A Dkext.c1659 caddr_t buf_map_p, buf_extent_p; local
2009 buf_extent_p = buf_map_p;
2064 assert(buf_extent_p - buf_map_p == diskoffset_thisextent - disk_offset); /* didn't skip any bytes */
2065 assert(buf_map_p + nbytes >= buf_extent_p + nbytes_thisextent); /* not overflowing the buffer */
2095 kret = uio_addiov(uio, CAST_USER_ADDR_T(buf_extent_p), nbytes_thisextent);
2125 buf_extent_p += nbytes_thisextent;

Completed in 363 milliseconds