Searched defs:urc (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxshm.c199 PRIntn urc; local
203 urc = shmdt( addr );
204 if ( -1 == urc )
230 PRIntn urc; local
273 urc = shmctl( id, IPC_RMID, NULL );
274 if ( -1 == urc )
282 urc = unlink( ipcname );
283 if ( -1 == urc ) {
419 PRIntn urc; local
423 urc
437 int urc; local
456 PRUintn urc; local
502 PRIntn urc; local
[all...]
/vbox/src/VBox/Devices/USB/os2/
H A DUSBProxyDevice-os2.cpp492 int urc = rc = g_pfnUsbOpen(&hDevice, idVendor, idProduct, bcdDevice, iEnum); local
544 Log(("usbProxyOs2Open(%p, %s) failed, rc=%Rrc! urc=%d\n", pProxyDev, pszAddress, rc, urc)); NOREF(urc);

Completed in 35 milliseconds