Searched defs:fOn (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QIAdvancedSlider.cpp | 215 void QIAdvancedSlider::setSnappingEnabled(bool fOn) argument 217 m_fSnappingEnabled = fOn;
|
/vbox/src/VBox/Devices/VirtIO/ |
H A D | Virtio.cpp | 569 * @param fOn New LED state. 571 void vpciSetWriteLed(PVPCISTATE pState, bool fOn) argument 573 LogFlow(("%s vpciSetWriteLed: %s\n", INSTANCE(pState), fOn?"on":"off")); 574 if (fOn) 577 pState->led.Actual.s.fWriting = fOn; 585 * @param fOn New LED state. 587 void vpciSetReadLed(PVPCISTATE pState, bool fOn) argument 589 LogFlow(("%s vpciSetReadLed: %s\n", INSTANCE(pState), fOn?"on":"off")); 590 if (fOn) 593 pState->led.Actual.s.fReading = fOn; [all...] |
/vbox/src/VBox/Additions/common/VBoxGuest/ |
H A D | VBoxGuest-linux.c | 83 static int vboxguestFAsync(int fd, struct file *pFile, int fOn); 838 * @param fOn On/off indicator. 840 static int vboxguestFAsync(int fd, struct file *pFile, int fOn) argument 842 return fasync_helper(fd, pFile, fOn, &g_pFAsyncQueue);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UISession.cpp | 477 bool UISession::setPause(bool fOn) argument 479 if (fOn) 487 if (fOn)
|
H A D | UIMachineLogic.cpp | 1461 void UIMachineLogic::sltPause(bool fOn) argument 1463 uisession()->setPause(fOn);
|
/vbox/src/VBox/Devices/Network/ |
H A D | DevVirtioNet.cpp | 1392 uint8_t fOn, fDrvWasPromisc = pThis->fPromiscuous | pThis->fAllMulti; local 1395 &fOn, sizeof(fOn)); 1396 Log(("%s vnetControlRx: uCommand=%u fOn=%u\n", INSTANCE(pThis), pCtlHdr->u8Command, fOn)); 1400 pThis->fPromiscuous = !!fOn; 1403 pThis->fAllMulti = !!fOn;
|
Completed in 79 milliseconds