Searched refs:BC_add_history (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10.1/BootCache-109/
H A Dkext.c577 static int BC_add_history(daddr64_t blkno, u_int64_t length, int pid, int hit, int write, int tag, int shared, dev_t dev);
2197 BC_add_history(blkno, nbytes, pid, 1, 0, 0, is_shared, dev);
2285 is_root_disk = BC_add_history(blkno, nbytes, pid, 0, ((bufflags & B_READ) ? 0 : 1), 0, is_shared, dev);
4586 BC_add_history(daddr64_t blkno, u_int64_t length, int pid, int hit, int write, int tag, int shared, dev_t dev) function
5124 BC_add_history(0, 0, 0, 0, 0, 1, 0, 0);

Completed in 123 milliseconds