/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ |
H A D | ipcdWin.cpp | 73 LOG(("RemoveClient\n")); 90 LOG((" num clients = %u\n", ipcClientCount)); 93 LOG((" shutting down...\n")); 106 LOG(("PurgeStaleClients [num-clients=%u]\n", ipcClientCount)); 115 LOG((" checking client at index %u [client-id=%u pid=%u]\n", 124 LOG((" client window not found; removing client!\n")); 133 LOG(("AddClient\n")); 142 LOG((" reached maximum client count!\n")); 152 LOG((" num clients = %u\n", ipcClientCount)); 177 LOG(("ProcessMs [all...] |
H A D | ipcClient.cpp | 90 LOG(("adding client name: %s\n", name)); 101 LOG(("deleting client name: %s\n", name)); 109 LOG(("adding client target\n")); 120 LOG(("deleting client target\n")); 150 LOG(("client socket appears to have closed\n")); 158 LOG(("client socket is now readable\n")); 176 LOG(("message appears to be malformed; dropping client connection\n")); 191 LOG(("client socket is now writable\n")); 222 LOG(("wrote %d bytes\n", nw));
|
H A D | ipcCommandModule.cpp | 108 LOG(("got PING\n")); 116 LOG(("got CLIENT_HELLO\n")); 133 LOG(("got CLIENT_ADD_NAME\n")); 143 LOG((" client with such name already exists (ID = %d)\n", result->ID())); 158 LOG(("got CLIENT_DEL_NAME\n")); 167 LOG((" client doesn't have name '%s'\n", name)); 180 LOG(("got CLIENT_ADD_TARGET\n")); 187 LOG((" target already defined for client\n")); 199 LOG(("got CLIENT_DEL_TARGET\n")); 206 LOG((" clien [all...] |
H A D | ipcdStub.cpp | 67 LOG(("daemon started...\n"));
|
H A D | ipcdUnix.cpp | 76 LOG(("\rsleeping for %d seconds...", seconds)); 80 LOG(("\ndone sleeping\n")); 230 LOG(("InitDaemonDir [sock=%s]\n", socketPath)); 259 LOG(("ShutdownDaemonDir\n")); 302 LOG(("reached maximum client limit\n")); 376 LOG(("calling PR_Poll [pollCount=%d]\n", pollCount)); 379 LOG(("PR_Poll failed [%d]\n", PR_GetError())); 408 LOG(("got new connection\n")); 420 LOG(("PR_Accept failed [%d]\n", PR_GetError())); 439 LOG(("shuttin [all...] |
H A D | ipcModuleReg.cpp | 73 LOG(("too many modules!\n")); 99 LOG(("InitModuleFromLib [%s]\n", fileName)); 130 LOG((" func=%p\n", (void*) func)); 163 LOG(("unexpected exe path\n")); 176 LOG(("loading libraries in %s\n", modulesDir));
|
/vbox/tools/bin/ |
H A D | vboxlogabstime.pl | 7 open(LOG, $ARGV[0]) or die "Unable to open $ARGV[0] ($!)\n"; 13 while (<LOG>) 37 seek(LOG, 0, 0); 43 while (<LOG>) 58 close(LOG);
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/ |
H A D | ipcConnectionWin.cpp | 87 LOG(("got message [msg=%x wparam=%x lparam=%x]\n", uMsg, wParam, lParam)); 100 LOG((" unable to deliver message [complete=%u]\n", complete)); 110 LOG((" sending message...\n")); 116 LOG((" done.\n")); 145 LOG(("entering message thread\n")); 179 LOG(("exiting message thread\n")); 225 LOG(("posting IPC_WM_SHUTDOWN message\n")); 229 LOG(("joining w/ message thread...\n")); 250 LOG(("IPC_Disconnect\n")); 268 LOG(("IPC_Connec [all...] |
H A D | ipcConnectionUnix.cpp | 87 LOG(("stat failed")); 100 LOG(("userid check failed")); 104 LOG(("stat failed")); 108 LOG(("userid check failed")); 186 LOG(("coudn't make IPC socket non-inheritable [err=%d]\n", PR_GetError())); 214 LOG(("PR_Read returned failure [err=%d]\n", err)); 219 LOG(("PR_Read returned EOF\n")); 242 LOG(("error reading IPC message\n")); 289 LOG(("error writing to socket [err=%d]\n", err)); 385 LOG(("PR_Pol [all...] |
/vbox/src/VBox/HostDrivers/VBoxUSB/win/mon/ |
H A D | VBoxUsbMon.cpp | 123 default: LOG((__FUNCTION__": Unknown Value (0n%d), (0x%x)", _v, _v)); return "Unknown" 161 LOG(("%c", *pStr++)); 203 LOG(("IoCallDriver returned STATUS_PENDING!!")); 211 LOG(("pRel = %p", pRel)); 226 LOG(("IoCallDriver returned %x", Status)); 273 LOG(("ObQueryNameString returned STATUS_INFO_LENGTH_MISMATCH, required size %d", cbLength)); 291 LOG(("got the name:")); 297 LOG(("freeing allocated pInfo(0x%p)", pInfo)); 302 LOG(("no freeing info needed")); 314 LOG((" [all...] |
H A D | VBoxUsbFlt.cpp | 339 LOG(("found device (0x%p), state(%d) for PDO(0x%p)", pDevice, pDevice->enmState, pPdo)); 343 LOG(("found replugging device (0x%p), state(%d) for PDO(0x%p)", pDevice, pDevice->enmState, pPdo)); 353 LOG(("Replugging PDO(0x%p)", pDo)); 356 LOG(("Replugging PDO(0x%p) done with Status(0x%x)", pDo, Status)); 364 LOG(("device (0x%p), pdo (0x%p) is a hub, can not be captured", pDevice, pDevice->Pdo)); 377 LOG(("vboxUsbFltDevCanBeCaptured returned false")); 424 LOG(("Populating Device(0x%p) for PDO(0x%p)", pDevice, pDo)); 449 LOG(("Device pid=%x vid=%x rev=%x", pDevDr->idVendor, pDevDr->idProduct, pDevDr->bcdDevice)); 492 LOG(("pretending success..")); 511 LOG(("pretendin [all...] |
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/test/ |
H A D | TestIPCLocks.cpp | 75 static void LOG(const char *fmt, ... ) function 96 //LOG("putting thread to sleep for %u ms\n", ms); 106 LOG("entering TestThread [lock=%s]\n", lockName); 112 //LOG("done sleeping\n"); 117 //LOG("acquired lock \"%s\"\n", lockName); 119 //LOG("releasing lock \"%s\"\n", lockName); 123 LOG("failed to release lock [rv=%x]\n", rv); 129 LOG("failed to acquire lock [rv=%x]\n", rv); 133 LOG("exiting TestThread [lock=%s rv=%x]\n", lockName, rv); 190 LOG("joine [all...] |
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ |
H A D | ipcLog.h | 80 # define LOG(args) IPC_LOG(args) macro 97 #define LOG(args) IPC_LOG(args) macro 107 #define LOG(args) PR_BEGIN_MACRO PR_END_MACRO macro
|
H A D | ipcConfig.cpp | 90 LOG(("could not determine username from environment\n"));
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/ |
H A D | VBoxDispVrdpBmp.cpp | 246 LOG(("bcInsertHash %p, tmp tail %p, cached tail %p.", pCache, pCache->tailTmp, pCache->tailCached)); 255 LOG(("bcInsertHash %p, use tmp tail %p.", pCache, pEntry)); 260 LOG(("bcInsertHash %p, reuse cached tail %p.", pCache, pEntry, pEntry? pEntry->u32Status: 0)); 270 LOG(("bcInsertHash %p, failed to find an entry!!!", pCache)); 294 LOG(("Force cache")); 326 LOG(("vrdpbmpCacheSurface: compute hash %d.", bResult)); 337 LOG(("vrdpbmpCacheSurface: find hash %d.", pEntry? pEntry->u32Status: 0)); 351 LOG(("MEMBLT: vrdpbmpCacheSurface: unexpected status %d.", pEntry->u32Status)); 362 LOG(("vrdpbmpCacheSurface: insert hash %x.", rc)); 374 LOG(("vrdpbmpRese [all...] |
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/module/ |
H A D | ipcLockModule.cpp | 46 #define LOG(args) printf args macro 48 #define LOG(args) macro 124 LOG(("$$$ acquiring lock [key=%s]\n", key)); 168 LOG(("$$$ releasing lock [key=%s]\n", key)); 238 LOG(("$$$ ipcLockModule_ReleaseByCID [cid=%u key=%s he=%p]\n", 252 LOG(("$$$ ipcLockModule_Init\n")); 265 LOG(("$$$ ipcLockModule_Shutdown\n")); 283 LOG(("$$$ ipcLockModule_HandleMsg [cid=%u]\n", cid)); 303 LOG(("$$$ ipcLockModule_ClientUp [%u]\n", IPC_GetClientID(client))); 311 LOG((" [all...] |
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/ |
H A D | ipcLockService.cpp | 80 LOG(("ipcLockService::AcquireLock [lock=%s wait=%u]\n", lockName, waitIfBusy)); 123 LOG(("ipcLockService::ReleaseLock [lock=%s]\n", lockName)); 152 LOG(("ipcLockService::OnMessageAvailable [lock=%s opcode=%u]\n", msg.key, msg.opcode)); 164 LOG(("message does not match; waiting for another...\n"));
|
/vbox/src/VBox/Installer/linux/ |
H A D | vboxdrv.sh.in | 31 LOG="/var/log/vbox-install.log" 302 $DODKMS uninstall vboxhost vboxdrv vboxnetflt vboxnetadp > $LOG 327 if ! $DODKMS install vboxhost $VERSION >> $LOG; then 337 --no-print-directory install >> $LOG 2>&1; then 338 failure "Look at $LOG to find out what went wrong" 343 --no-print-directory install >> $LOG 2>&1; then 344 failure "Look at $LOG to find out what went wrong" 349 --no-print-directory install >> $LOG 2>&1; then 350 failure "Look at $LOG to find out what went wrong" 355 --no-print-directory install >> $LOG [all...] |
/vbox/ |
H A D | configure | 165 LOG="configure.log" 195 echo "Check $LOG for details" 203 echo "$1" >> $LOG 210 echo "$1" >> $LOG 211 echo >> $LOG 212 echo >> $LOG 219 echo "** $1!" >> $LOG 220 echo >> $LOG 267 echo "***** Checking $1 *****" >> $LOG 279 echo "compiling the following source file:" >> $LOG [all...] |
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_error.h | 29 # define LOG(_m) do { crDebug _m ; } while (0) macro 33 # define LOG(_m) do { } while (0) macro
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | compiler.h | 477 /* Versions of the DBGxxx_IF() macros that imply DBGxxx_IF( LOG, ... )*/ 479 #define DBG( ... ) DBG_IF ( LOG, ##__VA_ARGS__ ) 480 #define DBG_HDA( ... ) DBG_HDA_IF ( LOG, ##__VA_ARGS__ ) 481 #define DBG_HD( ... ) DBG_HD_IF ( LOG, ##__VA_ARGS__ ) 482 #define DBG_MD5A( ... ) DBG_MD5A_IF ( LOG, ##__VA_ARGS__ ) 483 #define DBG_MD5( ... ) DBG_MD5_IF ( LOG, ##__VA_ARGS__ ) 484 #define DBG_PAUSE( ... ) DBG_PAUSE_IF ( LOG, ##__VA_ARGS__ ) 485 #define DBG_MORE( ... ) DBG_MORE_IF ( LOG, ##__VA_ARGS__ ) 486 #define DBGC( ... ) DBGC_IF ( LOG, ##__VA_ARGS__ ) 487 #define DBGC_HDA( ... ) DBGC_HDA_IF ( LOG, ##__VA_ARGS_ [all...] |
/vbox/src/VBox/Installer/linux/testcase/ |
H A D | tstHeadlessXOrg.sh | 119 LOG="${LOG_FOLDER}/log" 120 if grep -q "2 ${XORG_FOLDER}/xorg.conf.2 ${LOG_FOLDER}/Xorg.2.log" "${LOG}" && 121 grep -q "4 ${XORG_FOLDER}/xorg.conf.4 ${LOG_FOLDER}/Xorg.4.log" "${LOG}"; then 249 LOG="${LOG_FOLDER}/log" 290 LOG="${LOG_FOLDER}/log"
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/ |
H A D | VBoxMPUtils.cpp | 60 LOG(("running on version %d.%d, build %d(checked=%d)", major, minor, build, (int)checkedBuild)); 130 LOG(("ERROR allocating request, rc = %#xrc", rc)); 175 LOG(("width: %d, height: %d, bpp: %d -> %s", width, height, bpp, (bRC == 1) ? "OK" : "FALSE")); 191 LOG(("ERROR allocating request, rc = %#xrc", rc)); 209 LOG(("returning %d x %d @ %d for %d", req->xres, req->yres, req->bpp, req->display)); 234 LOG(("ERROR allocating request, rc = %#xrc", rc)); 259 LOG(("ERROR querying mouse capabilities from VMMDev. rc = %#xrc", rc));
|
/vbox/src/VBox/Additions/WINNT/Mouse/common/ |
H A D | VBoxMouseLog.h | 64 #define LOG(_a) _LOGMSG(Log, _a) macro
|
/vbox/src/libs/xpcom18a4/java/src/ |
H A D | nsJavaXPTCStubWeakRef.cpp | 85 LOG(("nsJavaXPTCStubWeakRef::QueryReferent()\n"));
|