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

/macosx-10.9.5/BootCache-106/
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);
2191 BC_add_history(blkno, nbytes, pid, 1, 0, 0, is_shared, dev);
2279 is_root_disk = BC_add_history(blkno, nbytes, pid, 0, ((bufflags & B_READ) ? 0 : 1), 0, is_shared, dev);
4580 BC_add_history(daddr64_t blkno, u_int64_t length, int pid, int hit, int write, int tag, int shared, dev_t dev) function
5118 BC_add_history(0, 0, 0, 0, 0, 1, 0, 0);

Completed in 183 milliseconds