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

/macosx-10.10.1/BootCache-109/
H A DBootCache.h105 #define BC_PE_LOWPRIORITY 0x1 macro
H A Dcontrol.c590 flags |= BC_PE_LOWPRIORITY;
595 flags |= BC_PE_LOWPRIORITY;
630 add_file(user_playlist, BC_DYLD_SHARED_CACHE_32, batch_offset, true, flags & BC_PE_LOWPRIORITY);
735 if (low_priority) flags |= BC_PE_LOWPRIORITY;
1234 if (pe->pe_flags & BC_PE_LOWPRIORITY) {
H A Dkext.c2801 if (pe->pe_flags & BC_PE_LOWPRIORITY) {
H A Dlibrary.c384 if (((pe->pe_flags & BC_PE_LOWPRIORITY) && ((pe + i)->pe_flags & BC_PE_LOWPRIORITY)) ||
385 (!(pe->pe_flags & BC_PE_LOWPRIORITY) && !((pe + i)->pe_flags & BC_PE_LOWPRIORITY) && pe->pe_batch == (pe + i)->pe_batch) ||
388 ((pe->pe_offset + pe->pe_length) > ((pe + i)->pe_offset + (pe + i)->pe_length) && (pe->pe_batch > (pe + i)->pe_batch || pe->pe_flags & BC_PE_LOWPRIORITY))
395 if ( !((pe + i)->pe_flags & BC_PE_LOWPRIORITY)) {
397 pe->pe_flags &= (~BC_PE_LOWPRIORITY);
408 (pe + i)->pe_flags & BC_PE_LOWPRIORITY) {

Completed in 160 milliseconds