Searched defs:fShort (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostartUtils.cpp42 DECLHIDDEN(const char *) machineStateToName(MachineState_T machineState, bool fShort) argument
47 return fShort ? "poweroff" : "powered off";
59 return fShort ? "gurumeditation" : "guru meditation";
63 return fShort ? "livesnapshotting" : "live snapshotting";
73 return fShort ? "teleportingpausedvm" : "teleporting paused vm";
75 return fShort ? "teleportingin" : "teleporting (incoming)";
77 return fShort ? "deletingsnapshotlive" : "deleting snapshot live";
79 return fShort ? "deletingsnapshotlivepaused" : "deleting snapshot live paused";
81 return fShort ? "onlinesnapshotting" : "online snapshotting";
83 return fShort
[all...]
/vbox/src/VBox/Runtime/common/misc/
H A Dgetopt.cpp452 bool fShort; local
471 fShort = true;
514 fShort = pOpt != NULL;
517 fShort = false;
570 if (fShort)
642 else if (fShort)
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxModAPIMonitor.cpp131 static const char *apimonMachineStateToName(MachineState_T machineState, bool fShort) argument
136 return fShort ? "poweroff" : "powered off";
148 return fShort ? "gurumeditation" : "guru meditation";
150 return fShort ? "livesnapshotting" : "live snapshotting";
162 return fShort ? "teleportingpausedvm" : "teleporting paused vm";
164 return fShort ? "teleportingin" : "teleporting (incoming)";
166 return fShort ? "restoringsnapshot" : "restoring snapshot";
168 return fShort ? "deletingsnapshot" : "deleting snapshot";
170 return fShort ? "deletingsnapshotlive" : "deleting snapshot live";
172 return fShort
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp133 const char *machineStateToName(MachineState_T machineState, bool fShort) argument
138 return fShort ? "poweroff" : "powered off";
150 return fShort ? "gurumeditation" : "guru meditation";
154 return fShort ? "livesnapshotting" : "live snapshotting";
164 return fShort ? "teleportingpausedvm" : "teleporting paused vm";
166 return fShort ? "teleportingin" : "teleporting (incoming)";
168 return fShort ? "faulttolerantsyncing" : "fault tolerant syncing";
170 return fShort ? "deletingsnapshotlive" : "deleting snapshot live";
172 return fShort ? "deletingsnapshotlivepaused" : "deleting snapshot live paused";
174 return fShort
189 facilityStateToName(AdditionsFacilityStatus_T faStatus, bool fShort) argument
[all...]

Completed in 47 milliseconds