Searched refs:buf_map_p (Results 1 - 1 of 1) sorted by path

/macosx-10.10/BootCache-109/
H A Dkext.c1659 caddr_t buf_map_p, buf_extent_p; local
2003 if (buf_map(bp, &buf_map_p)) {
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 */

Completed in 329 milliseconds