Searched refs:uId (Results 1 - 25 of 65) sorted by relevance

123

/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/
H A DVBoxUSBInterface.h42 uintptr_t uId; member in struct:VBOXUSBADDFILTEROUT
H A DUSBLib-darwin.cpp161 Assert((void *)Out.uId != NULL);
162 return (void *)Out.uId;
H A DVBoxUSB.cpp320 uintptr_t uId;
321 rc = VBoxUSBFilterAdd(&Flt, 1, &uId);
322 printf("VBoxUSB: VBoxUSBFilterAdd #1 -> %d + %p\n", rc, uId);
326 rc = VBoxUSBFilterAdd(&Flt, 2, &uId);
327 printf("VBoxUSB: VBoxUSBFilterAdd #2 -> %d + %p\n", rc, uId);
859 pOut->uId = 0;
860 pOut->rc = VBoxUSBFilterAdd(pFilter, m_Process, &pOut->uId);
862 Log(("VBoxUSBClient::addFilter: returns *pOut={.rc=%d, .uId=%p}\n", pOut->rc, (void *)pOut->uId));
1079 uintptr_t uId local
[all...]
/vbox/src/VBox/Runtime/generic/
H A DRTSemMutexRequestDebug-generic.cpp41 RTDECL(int) RTSemMutexRequestDebug(RTSEMMUTEX Mutex, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL) argument
46 do rc = RTSemMutexRequestNoResumeDebug(Mutex, cMillies, uId, RT_SRC_POS_ARGS);
52 rc = RTSemMutexRequestNoResumeDebug(Mutex, cMillies, uId, RT_SRC_POS_ARGS);
60 rc = RTSemMutexRequestNoResumeDebug(Mutex, cMillies - (RTMSINTERVAL)u64Elapsed, uId, RT_SRC_POS_ARGS);
H A Dcritsect-generic.cpp202 RTDECL(int) RTCritSectTryEnterDebug(PRTCRITSECT pCritSect, RTHCUINTPTR uId, RT_SRC_POS_DECL) argument
332 RTDECL(int) RTCritSectEnterDebug(PRTCRITSECT pCritSect, RTHCUINTPTR uId, RT_SRC_POS_DECL) argument
485 RTDECL(int) RTCritSectEnterMultipleDebug(size_t cCritSects, PRTCRITSECT *papCritSects, RTHCUINTPTR uId, RT_SRC_POS_DECL) argument
/vbox/src/VBox/HostDrivers/VBoxUSB/
H A DVBoxUSBFilterMgr.h37 int VBoxUSBFilterRemove(VBOXUSBFILTER_CONTEXT Owner, uintptr_t uId);
40 VBOXUSBFILTER_CONTEXT VBoxUSBFilterGetOwner(uintptr_t uId);
H A DVBoxUSBFilterMgr.cpp82 uintptr_t uId; member in struct:VBOXUSBFILTER
211 pNew->uId = (uintptr_t)pNew;
214 *puId = pNew->uId;
245 * @param uId The ID of the filter that's to be removed.
248 int VBoxUSBFilterRemove(VBOXUSBFILTER_CONTEXT Owner, uintptr_t uId) argument
253 if (!uId)
271 if ( pCur->uId == uId
303 VBOXUSBFILTER_CONTEXT VBoxUSBFilterGetOwner(uintptr_t uId) argument
305 Assert(uId);
[all...]
/vbox/include/VBox/vmm/
H A Dpdmcritsectrw.h60 VMMDECL(int) PDMCritSectRwEnterSharedDebug(PPDMCRITSECTRW pCritSect, int rcBusy, RTHCUINTPTR uId, RT_SRC_POS_DECL);
62 VMMDECL(int) PDMCritSectRwTryEnterSharedDebug(PPDMCRITSECTRW pCritSect, RTHCUINTPTR uId, RT_SRC_POS_DECL);
65 VMMDECL(int) PDMCritSectRwEnterExclDebug(PPDMCRITSECTRW pCritSect, int rcBusy, RTHCUINTPTR uId, RT_SRC_POS_DECL);
67 VMMDECL(int) PDMCritSectRwTryEnterExclDebug(PPDMCRITSECTRW pCritSect, RTHCUINTPTR uId, RT_SRC_POS_DECL);
H A Dpdmcritsect.h69 VMMDECL(int) PDMCritSectEnterDebug(PPDMCRITSECT pCritSect, int rcBusy, RTHCUINTPTR uId, RT_SRC_POS_DECL);
71 VMMDECL(int) PDMCritSectTryEnterDebug(PPDMCRITSECT pCritSect, RTHCUINTPTR uId, RT_SRC_POS_DECL);
/vbox/include/iprt/
H A Dcritsect.h176 * @param uId Where we're entering the section.
181 RTDECL(int) RTCritSectEnterDebug(PRTCRITSECT pCritSect, RTHCUINTPTR uId, RT_SRC_POS_DECL);
206 * @param uId Where we're entering the section.
211 RTDECL(int) RTCritSectTryEnterDebug(PRTCRITSECT pCritSect, RTHCUINTPTR uId, RT_SRC_POS_DECL);
245 * @param uId Where we're entering the section.
252 RTDECL(int) RTCritSectEnterMultipleDebug(size_t cCritSects, PRTCRITSECT *papCritSects, RTUINTPTR uId, RT_SRC_POS_DECL);
526 * @param uId Where we're entering the section.
531 RTDECL(int) RTCritSectRwEnterSharedDebug(PRTCRITSECTRW pThis, RTHCUINTPTR uId, RT_SRC_POS_DECL);
558 * @param uId Where we're entering the section.
563 RTDECL(int) RTCritSectRwTryEnterSharedDebug(PRTCRITSECTRW pThis, RTHCUINTPTR uId, RT_SRC_POS_DEC
[all...]
H A Dsemaphore.h214 * @param uId Some kind of locking location ID. Typically a
223 RTHCUINTPTR uId, RT_SRC_POS_DECL);
389 * @param uId Some kind of locking location ID. Typically a
398 RTHCUINTPTR uId, RT_SRC_POS_DECL);
555 * @param uId Some kind of locking location ID. Typically a
563 RTDECL(int) RTSemMutexRequestDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL);
571 * @param uId Some kind of locking location ID. Typically a
579 RTDECL(int) RTSemMutexRequestNoResumeDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL);
607 * @param uId Some kind of locking location ID. Typically a
616 RTHCUINTPTR uId, RT_SRC_POS_DEC
[all...]
H A Dlockvalidator.h57 RTHCUINTPTR volatile uId; member in struct:RTLOCKVALSRCPOS
73 * @param uId Some location ID, normally the return address.
77 # define RTLOCKVALSRCPOS_INIT(pszFile, uLine, pszFunction, uId) \
78 { (pszFile), (pszFunction), (uId), (uLine), 0 }
80 # define RTLOCKVALSRCPOS_INIT(pszFile, uLine, pszFunction, uId) \
81 { (pszFile), (pszFunction), (uId), (uLine) }
86 * variant. Assumes RT_SRC_POS_DECL and RTHCUINTPTR uId as arguments.
89 RTLOCKVALSRCPOS_INIT(pszFile, iLine, pszFunction, uId)
99 * Initializer for a RTLOCKVALSRCPOS variable when no @c uId is present.
/vbox/src/VBox/HostDrivers/VBoxUSB/win/mon/
H A DVBoxUsbFlt.cpp629 uintptr_t uId = 0; local
633 PVBOXUSBFLTCTX pNewOwner = vboxUsbFltDevMatchLocked(pDevice, &uId,
636 LOG(("Matching Info: Filter (0x%p), NewOwner(0x%p), fFilter(%d), fIsOneShot(%d)", uId, pNewOwner, (int)fFilter, (int)fIsOneShot));
655 LOG(("Matching: This is a one-shot filter (0x%p), removing..", uId));
657 int tmpRc = VBoxUSBFilterRemove(pNewOwner, uId);
661 LOG(("Matching: updating the one-shot owner to (0x%p), fltId(0x%p)", pNewOwner, uId));
663 vboxUsbFltDevOwnerUpdateLocked(pDevice, pNewOwner, uId, true);
672 LOG(("Matching: This is NOT a one-shot filter (0x%p), newOwner(0x%p)", uId, pNewOwner));
675 vboxUsbFltDevOwnerUpdateLocked(pDevice, pNewOwner, uId, false);
699 ASSERT_WARN(uId, ("zer
840 uintptr_t uId = 0; local
1033 uintptr_t uId = 0; local
1056 VBoxUsbFltRemove(PVBOXUSBFLTCTX pContext, uintptr_t uId) argument
1263 uintptr_t uId; local
[all...]
H A DVBoxUsbFlt.h38 int VBoxUsbFltRemove(PVBOXUSBFLTCTX pContext, uintptr_t uId);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceCpuHotPlug.cpp65 uint32_t uId; member in struct:SYSFSCPUPATH
76 /** Content of uId if the path wasn't probed yet. */
149 if (RT_UNLIKELY(g_aAcpiCpuPath[0].uId == ACPI_CPU_PATH_NOT_PROBED))
199 pAcpiCpuPathLvl->uId = iCompCurr;
254 Assert(pAcpiCpuPathLvl->uId != ACPI_CPU_PATH_NOT_PROBED);
255 pszPath = RTPathJoinA(SYSFS_ACPI_CPU_PATH, pAcpiCpuPathLvl->aComponentsPossible[pAcpiCpuPathLvl->uId].pcszName);
339 PCSYSFSCPUPATHCOMP pPathComponent = &pAcpiCpuPathLvl->aComponentsPossible[pAcpiCpuPathLvl->uId];
341 Assert(pAcpiCpuPathLvl->uId != ACPI_CPU_PATH_NOT_PROBED);
/vbox/src/VBox/HostDrivers/VBoxUSB/win/testcase/
H A DUSBTest.cpp174 *ppID = (void *)flt_add.uId;
186 uintptr_t uId; local
193 uId = (uintptr_t)aID;
194 if (!DeviceIoControl(g_hUSBMonitor, SUPUSBFLT_IOCTL_REMOVE_FILTER, &uId, sizeof(uId), NULL, 0,&cbReturned, NULL))
/vbox/include/VBox/
H A Dusblib-solaris.h74 uintptr_t uId; member in struct:__anon256
80 uintptr_t uId; member in struct:__anon257
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dsemmutex-r0drv-freebsd.c140 RTDECL(int) RTSemMutexRequestDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL) argument
193 RTDECL(int) RTSemMutexRequestNoResumeDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL) argument
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dsemmutex-r0drv-haiku.c188 RTDECL(int) RTSemMutexRequestDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL) argument
200 RTDECL(int) RTSemMutexRequestNoResumeDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL) argument
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dsemmutex-r0drv-nt.cpp178 RTDECL(int) RTSemMutexRequestDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL) argument
190 RTDECL(int) RTSemMutexRequestNoResumeDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL) argument
/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DUSBLib-solaris.cpp155 Req.uId = 0;
159 return (void *)Req.uId;
171 Req.uId = (uintptr_t)pvId;
/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllCritSectRw.cpp414 * @param uId Where we're entering the section.
447 * @param uId Where we're entering the section.
455 VMMDECL(int) PDMCritSectRwEnterSharedDebug(PPDMCRITSECTRW pThis, int rcBusy, RTHCUINTPTR uId, RT_SRC_POS_DECL)
457 NOREF(uId); NOREF(pszFile); NOREF(iLine); NOREF(pszFunction);
478 * @param uId Where we're entering the section.
508 * @param uId Where we're entering the section.
516 VMMDECL(int) PDMCritSectRwTryEnterSharedDebug(PPDMCRITSECTRW pThis, RTHCUINTPTR uId, RT_SRC_POS_DECL)
518 NOREF(uId); NOREF(pszFile); NOREF(iLine); NOREF(pszFunction);
988 * @param uId Where we're entering the section.
997 VMMDECL(int) PDMCritSectRwEnterExclDebug(PPDMCRITSECTRW pThis, int rcBusy, RTHCUINTPTR uId, RT_SRC_POS_DEC
[all...]
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dsemmutex-r0drv-darwin.cpp310 RTDECL(int) RTSemMutexRequestDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL) argument
322 RTDECL(int) RTSemMutexRequestNoResumeDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL) argument
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dsemmutex-r0drv-linux.c307 RTDECL(int) RTSemMutexRequestDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL) argument
321 RTDECL(int) RTSemMutexRequestNoResumeDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL) argument
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dsemmutex-r0drv-solaris.c311 RTDECL(int) RTSemMutexRequestDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL) argument
323 RTDECL(int) RTSemMutexRequestNoResumeDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL) argument

Completed in 98 milliseconds

123