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

/haiku/src/system/kernel/device_manager/
H A DIORequest.cpp37 PHASE_DO_ALL = 2 enumerator in enum:__anon168
336 ? PHASE_READ_END : PHASE_DO_ALL;
357 fPhase = PHASE_DO_ALL;
448 fPhase = PHASE_DO_ALL;
560 return fPhase == PHASE_DO_ALL ? fLength : fBlockSize;
571 case PHASE_DO_ALL:
586 case PHASE_DO_ALL:
605 return fParent->IsWrite() && fPhase == PHASE_DO_ALL;
718 : fPhase == PHASE_DO_ALL ? "do all" : "unknown");

Completed in 42 milliseconds