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

/macosx-10.9.5/BootCache-106/
H A Dkext.c1659 caddr_t buf_map_p, buf_extent_p; local
2003 buf_extent_p = buf_map_p;
2058 assert(buf_extent_p - buf_map_p == diskoffset_thisextent - disk_offset); /* didn't skip any bytes */
2059 assert(buf_map_p + nbytes >= buf_extent_p + nbytes_thisextent); /* not overflowing the buffer */
2089 kret = uio_addiov(uio, CAST_USER_ADDR_T(buf_extent_p), nbytes_thisextent);
2119 buf_extent_p += nbytes_thisextent;

Completed in 43 milliseconds