fPhase
fPhase = next;
fPhase(PPP_DOWN_PHASE),
ppp_phase fPhase;
{ return fPhase; }
fPhase++;
_SetColor(this, fPercent, fPhase, i, count);
fPhase(0),
fPhase = 0;
fPhase = 0;
int32 fPhase;
int32 Phase() const { return fPhase; }
int32 fPhase;
if (fPhase == PHASE_READ_BEGIN) {
fPhase = HasPartialEnd() && !skipReadEndPhase
} else if (fPhase == PHASE_READ_END) {
fPhase = PHASE_DO_ALL;
fPhase = PHASE_DO_ALL;
fPhase = PHASE_READ_BEGIN;
fPhase = PHASE_READ_END;
return fPhase == PHASE_READ_END ? fOffset + fLength - fBlockSize : fOffset;
return fPhase == PHASE_DO_ALL ? fLength : fBlockSize;
switch (fPhase) {
switch (fPhase) {
return fParent->IsWrite() && fPhase == PHASE_DO_ALL;
if (fPhase == PHASE_READ_BEGIN) {
} else if (fPhase == PHASE_READ_END) {
kprintf(" phase: %s\n", fPhase == PHASE_READ_BEGIN
? "read begin" : fPhase == PHASE_READ_END ? "read end"
: fPhase == PHASE_DO_ALL ? "do all" : "unknown");
uint8 fPhase;