Lines Matching refs:state
39 state = invalid;
62 state = orig.state;
82 state = invalid;
119 state = orig.state;
217 state = invalid;
242 state = mbr;
244 state = invalid;
252 state = gpt;
259 if (state == gpt) {
263 state = hybrid;
519 if ((state == gpt) || (state == hybrid)) {
531 partitions[i].ShowData((state == gpt) || (state == hybrid));
537 // Displays the state, as a word, on stdout. Used for debugging & to
538 // tell the user about the MBR state when the program launches....
540 switch (state) {
1010 state = mbr;
1144 cerr << "Partition table is not currently in a valid state. Aborting change!\n";
1238 // its original state....