Searched refs:VERR_SEM_BUSY (Results 1 - 25 of 35) sorted by relevance

12

/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllNetShaper.cpp45 int rc = PDMCritSectEnter(&pBwGroup->Lock, VERR_SEM_BUSY); AssertRC(rc);
46 if (RT_UNLIKELY(rc == VERR_SEM_BUSY))
H A DPDMAllCritSectRw.cpp243 return VERR_SEM_BUSY;
472 * @retval VERR_SEM_BUSY if the critsect was owned.
489 return pdmCritSectRwEnterShared(pThis, VERR_SEM_BUSY, true /*fTryOnly*/, NULL, false /*fNoVal*/);
492 return pdmCritSectRwEnterShared(pThis, VERR_SEM_BUSY, true /*fTryOnly*/, &SrcPos, false /*fNoVal*/);
502 * @retval VERR_SEM_BUSY if the critsect was owned.
520 return pdmCritSectRwEnterShared(pThis, VERR_SEM_BUSY, true /*fTryOnly*/, NULL, false /*fNoVal*/);
523 return pdmCritSectRwEnterShared(pThis, VERR_SEM_BUSY, true /*fTryOnly*/, &SrcPos, false /*fNoVal*/);
541 return pdmCritSectRwEnterShared(pThis, VERR_SEM_BUSY, false /*fTryAgain*/, NULL, fCallRing3);
778 return VERR_SEM_BUSY;
911 return VERR_SEM_BUSY;
[all...]
H A DIOMAll.cpp235 if (rc2 == VERR_SEM_BUSY)
397 if (rc2 == VERR_SEM_BUSY)
537 if (rc2 == VERR_SEM_BUSY)
676 if (rc2 == VERR_SEM_BUSY)
H A DIOMAllMMIO.cpp280 if (rcSem == VERR_SEM_BUSY)
496 if (rcSem == VERR_SEM_BUSY)
1511 if (rc == VERR_SEM_BUSY)
1766 if (rc2 == VERR_SEM_BUSY)
1862 if (rc == VERR_SEM_BUSY)
1994 if (rc == VERR_SEM_BUSY)
H A DPDMAllCritSect.cpp403 * @retval VERR_SEM_BUSY if the critsect was owned.
451 return VERR_SEM_BUSY;
459 * @retval VERR_SEM_BUSY if the critsect was owned.
481 * @retval VERR_SEM_BUSY if the critsect was owned.
H A DMMAllHyper.cpp168 int rc = PDMCritSectEnter(&pHeap->Lock, VERR_SEM_BUSY);
170 if (rc == VERR_SEM_BUSY)
/vbox/src/VBox/Runtime/darwin/
H A DRTErrConvertFromDarwin.cpp89 case KERN_LOCK_OWNED: return VERR_SEM_BUSY;
/vbox/src/VBox/VMM/include/
H A DIOMInternal.h437 # define IOM_LOCK_EXCL(a_pVM) PDMCritSectRwEnterExcl(&(a_pVM)->iom.s.CritSect, VERR_SEM_BUSY)
450 # define IOM_LOCK_EXCL(a_pVM) PDMCritSectEnter(&(a_pVM)->iom.s.CritSect, VERR_SEM_BUSY)
457 #define IOM_LOCK_SHARED(a_pVM) IOM_LOCK_SHARED_EX(a_pVM, VERR_SEM_BUSY)
H A DTMInternal.h780 * Try take the timer lock, wait in ring-3 return VERR_SEM_BUSY in R0/RC.
783 * @retval VERR_SEM_BUSY in RC and R0 if the semaphore is busy.
789 #define TM_LOCK_TIMERS(a_pVM) PDMCritSectEnter(&(a_pVM)->tm.s.TimerCritSect, VERR_SEM_BUSY)
795 * @retval VERR_SEM_BUSY if busy.
/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp450 int rc = vnetCsRxEnter(pThis, VERR_SEM_BUSY);
519 vpciRaiseInterrupt(&pThis->VPCI, VERR_SEM_BUSY, VPCI_ISR_CONFIG);
535 int rc = vnetCsEnter(pThis, VERR_SEM_BUSY);
539 vpciRaiseInterrupt(&pThis->VPCI, VERR_SEM_BUSY, VPCI_ISR_CONFIG);
627 int rc = vnetCsRxEnter(pThis, VERR_SEM_BUSY);
966 rc = vnetCsRxEnter(pThis, VERR_SEM_BUSY);
1051 vpciRaiseInterrupt(&pThis->VPCI, VERR_SEM_BUSY, VPCI_ISR_CONFIG);
1059 vpciRaiseInterrupt(&pThis->VPCI, VERR_SEM_BUSY, VPCI_ISR_CONFIG);
1328 if (RT_FAILURE(vnetCsEnter(pThis, VERR_SEM_BUSY)))
1338 if (RT_FAILURE(vnetCsEnter(pThis, VERR_SEM_BUSY)))
[all...]
H A DDevE1000.cpp1630 int rc = e1kCsTxEnter(pThis, VERR_SEM_BUSY);
1641 if (RT_LIKELY(e1kCsRxEnter(pThis, VERR_SEM_BUSY) == VINF_SUCCESS))
1694 if (RT_LIKELY(e1kCsEnter(pThis, VERR_SEM_BUSY) == VINF_SUCCESS))
1718 if (RT_LIKELY(e1kCsEnter(pThis, VERR_SEM_BUSY) == VINF_SUCCESS))
1996 e1kRaiseInterrupt(pThis, VERR_SEM_BUSY, ICR_RXDMT0);
2207 e1kRaiseInterrupt(pThis, VERR_SEM_BUSY, ICR_RXT0);
2308 int rc = e1kCsRxEnter(pThis, VERR_SEM_BUSY);
2431 rc = e1kCsRxEnter(pThis, VERR_SEM_BUSY);
2443 rc = e1kCsRxEnter(pThis, VERR_SEM_BUSY);
2496 e1kRaiseInterrupt(pThis, VERR_SEM_BUSY, ICR_RXT
[all...]
H A DDevPCNet.cpp1129 int rc = PDMCritSectEnter(&pThis->CritSect, VERR_SEM_BUSY);
1196 int rc = PDMCritSectEnter(&pThis->CritSect, VERR_SEM_BUSY);
1892 int rc = PDMCritSectEnter(&pThis->CritSect, VERR_SEM_BUSY);
1939 rc = PDMCritSectEnter(&pThis->CritSect, VERR_SEM_BUSY);
2625 rc = PDMCritSectEnter(&pThis->CritSect, VERR_SEM_BUSY);
3813 int rc = PDMCritSectEnter(&pThis->CritSect, VERR_SEM_BUSY);
4203 int rc = PDMCritSectEnter(&pThis->CritSect, VERR_SEM_BUSY);
4254 int rc = PDMCritSectEnter(&pThis->CritSect, VERR_SEM_BUSY);
4408 int rc = PDMCritSectEnter(&pThis->CritSect, VERR_SEM_BUSY);
4462 rc2 = PDMCritSectEnter(&pThis->CritSect, VERR_SEM_BUSY);
[all...]
H A DDrvNetShaper.cpp110 if (RT_UNLIKELY(rc == VERR_SEM_BUSY))
H A DDrvNetSniffer.cpp91 if (RT_UNLIKELY(rc == VERR_SEM_BUSY))
/vbox/src/VBox/VMM/VMMR3/
H A DPDMNetShaper.cpp254 int rc = PDMCritSectEnter(&pBwGroup->Lock, VERR_SEM_BUSY); AssertRC(rc);
274 int rc = PDMCritSectEnter(&pBwGroup->Lock, VERR_SEM_BUSY); AssertRC(rc);
385 rc = PDMCritSectEnter(&pBwGroup->Lock, VERR_SEM_BUSY); AssertRC(rc);
H A DFTM.cpp809 rc = PDMCritSectEnter(&pVM->ftm.s.CritSect, VERR_SEM_BUSY);
1339 while ((rc = PDMCritSectTryEnter(&pVM->ftm.s.CritSect)) == VERR_SEM_BUSY)
1355 rc = PDMCritSectEnter(&pVM->ftm.s.CritSect, VERR_SEM_BUSY);
/vbox/src/VBox/Runtime/generic/
H A Dcritsect-generic.cpp174 return VERR_SEM_BUSY;
428 if (rc != VERR_SEM_BUSY)
H A Dsemrw-generic.cpp231 rc = VERR_SEM_BUSY;
238 rc = VERR_SEM_BUSY;
H A Dcritsectrw-generic.cpp235 return VERR_SEM_BUSY;
524 return VERR_SEM_BUSY;
571 return VERR_SEM_BUSY;
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VBVA.cpp827 PDMCritSectEnter(&pVGAState->CritSect, VERR_SEM_BUSY);
850 PDMCritSectEnter(&pVGAState->CritSect, VERR_SEM_BUSY);
873 PDMCritSectEnter(&pVGAState->CritSect, VERR_SEM_BUSY);
1002 PDMCritSectEnter(&pVGAState->CritSect, VERR_SEM_BUSY);
1969 PDMCritSectEnter(&pVGAState->CritSect, VERR_SEM_BUSY);
2660 rc = PDMCritSectEnter(&pThis->CritSect, VERR_SEM_BUSY);
2672 int rc = PDMCritSectEnter(&pThis->CritSect, VERR_SEM_BUSY);
2686 int rc = PDMCritSectEnter(&pThis->CritSect, VERR_SEM_BUSY);
/vbox/src/VBox/Runtime/r0drv/generic/
H A Dsemspinmutex-r0drv-generic.c296 rc = VERR_SEM_BUSY;
/vbox/src/VBox/Devices/Input/
H A DPS2M.cpp838 int rc = PDMCritSectEnter(pThis->pCritSectR3, VERR_SEM_BUSY);
995 int rc = PDMCritSectEnter(pThis->pCritSectR3, VERR_SEM_BUSY);
H A DPS2K.cpp1149 rc = PDMCritSectEnter(pThis->pCritSectR3, VERR_SEM_BUSY);
1167 rc = PDMCritSectEnter(pThis->pCritSectR3, VERR_SEM_BUSY);
/vbox/src/VBox/ExtPacks/BusMouseSample/
H A DBusMouse.cpp591 int rc = PDMCritSectEnter(pThis->CTX_SUFF(pDevIns)->CTX_SUFF(pCritSectRo), VERR_SEM_BUSY);
/vbox/include/iprt/
H A Derr.h1176 #define VERR_SEM_BUSY (-360) macro

Completed in 3583 milliseconds

12