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

/macosx-10.10.1/BootCache-109/
H A Dkext.c402 #define BC_FLAG_HISTORYACTIVE (1 << 2) /* currently recording history */ macro
1707 if (BC_cache->c_flags & BC_FLAG_HISTORYACTIVE) {
2692 if (!BC_clear_flag(BC_FLAG_HISTORYACTIVE)) {
2737 * Should be called after changing BC_FLAG_CACHEACTIVE or BC_FLAG_HISTORYACTIVE.
2752 (BC_cache->c_flags & BC_FLAG_HISTORYACTIVE)) {
4183 if (BC_set_flag(BC_FLAG_HISTORYACTIVE)) {
4217 BC_clear_flag(BC_FLAG_HISTORYACTIVE);
4363 if (! (BC_cache->c_flags & BC_FLAG_HISTORYACTIVE)) {
4508 if (! (BC_cache->c_flags & BC_FLAG_HISTORYACTIVE)) {
4596 if (! (BC_cache->c_flags & BC_FLAG_HISTORYACTIVE))
[all...]

Completed in 245 milliseconds