Lines Matching refs:quiet
1022 // Writes GPT (and protective MBR) to disk. If quiet==1, moves the second
1024 // doesn't confirm the operation before writing. If quiet==0, asks permission
1028 int GPTData::SaveGPTData(int quiet) {
1056 if (quiet == 0) {
1067 } // if/else quiet
1071 if (quiet == 0) {
1082 } // if/else quiet
1103 if ((allOK) && (!quiet)) {