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

/macosx-10.10.1/BootCache-109/
H A Dkext.c257 struct buf *cm_bp; /* struct buf allocated in the reader thread for this device */ member in struct:BC_cache_mount
1265 /* cm_bp is only accessed from the reader thread,
1270 buf_setblkno(cm->cm_bp, CB_BYTE_TO_BLOCK(cm, ce->ce_diskoffset + nextoffset) + CB_PAGE_TO_BLOCK(cm, nextpage));
1271 buf_setcount(cm->cm_bp, (unsigned int) nextlength);
1272 buf_setupl(cm->cm_bp, upl, (unsigned int) nextoffset);
1273 buf_setresid(cm->cm_bp, buf_count(cm->cm_bp)); /* ask for residual indication */
1274 buf_reset(cm->cm_bp, B_READ);
1298 (uintptr_t) buf_kernel_addrperm_addr(cm->cm_bp), buf_device(cm->cm_bp), (lon
[all...]

Completed in 257 milliseconds