Searched refs:terminated (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DClientToken.cpp222 bool terminated = false; local
229 terminated = true;
235 terminated = true;
241 /* the semaphore is signaled, meaning the session is terminated */
242 terminated = true;
254 terminated = true;
258 return terminated;
H A DMachineImpl.cpp832 * terminated while there were clients running that owned open direct
3670 * been terminated */
7820 * terminated and @c false if it's still alive.
7869 tr("The virtual machine '%s' has terminated unexpectedly during startup with exit code %d (%#x)%s"),
7873 tr("The virtual machine '%s' has terminated unexpectedly during startup because of signal %d%s"),
7877 tr("The virtual machine '%s' has terminated abnormally (iStatus=%#x)%s"),
7881 tr("The virtual machine '%s' has terminated unexpectedly during startup (%Rrc)%s"),
13578 * mutex (i.e. the client has either died or terminated normally) so it always
13579 * returns @c true (the client is terminated, the session machine is
13583 * terminated normall
13591 bool terminated = false; local
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/pascal/
H A Dzlibpas.pas58 name: PChar; (* pointer to zero-terminated file name or Z_NULL *)
60 comment: PChar; (* pointer to zero-terminated comment or Z_NULL *)
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0TripleFaultHackA.asm55 ;; ds:si = zero terminated string.
/vbox/src/VBox/Additions/os2/VBoxSF/
H A DVBoxSFA.asm1391 ; @param es:bx String to print. (zero terminated)
/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c428 errmsg = "DOCTYPE improperly terminated\n";
4061 "Comment not terminated \n<!--%.50s\n", buf);
4080 "Comment not terminated\n", NULL);
4217 "Comment not terminated \n<!--%.50s\n",
4221 "Comment not terminated \n", NULL);
4759 "xmlParseEntityDecl: entity %s not terminated\n", name);
9833 for (ix = 0; ix < len;) { /* string is 0-terminated */
11838 * @string: the input string in UTF8 or ISO-Latin (zero terminated)
11863 * @string: the input string in UTF8 or ISO-Latin (zero terminated)
12251 * @string: the input string in UTF8 or ISO-Latin (zero terminated)
[all...]

Completed in 238 milliseconds