Lines Matching refs:allOK
49 int allOK;
54 allOK = ReadBSDData(&myDisk, startSector, endSector);
56 allOK = 0;
61 allOK = 0;
63 return allOK;
69 int allOK;
87 allOK = theDisk->Seek(startSector);
88 if (allOK) allOK = theDisk->Read(buffer, 4096);
93 if (bigEnd && allOK)
99 if (allOK) {
114 allOK = foundSig;
118 if (allOK) {
126 if ((IsLittleEndian() == 0) && allOK)
130 if (foundSig && (numParts <= MAX_BSD_PARTS) && allOK) {
173 return allOK;