| /vbox/src/VBox/Main/include/ |
| H A D | SerialPortImpl.h | 97 Backupable<settings::SerialPort> bd; member in struct:SerialPort::Data
|
| H A D | BandwidthGroupImpl.h | 52 const Utf8Str &i_getName() const { return m->bd->strName; } 53 BandwidthGroupType_T i_getType() const { return m->bd->enmType; } 54 LONG64 i_getMaxBytesPerSec() const { return m->bd->aMaxBytesPerSec; } 55 ULONG i_getReferences() const { return m->bd->cReferences; } 97 Backupable<BackupableBandwidthGroupData> bd; member in struct:BandwidthGroup::Data
|
| /vbox/src/VBox/Main/src-server/ |
| H A D | ParallelPortImpl.cpp | 49 Backupable<settings::ParallelPort> bd; member in struct:ParallelPort::Data 90 m->bd.allocate(); 93 m->bd->ulSlot = aSlot; 130 m->bd.share(aThat->m->bd); 164 m->bd.attachCopy(aThat->m->bd); 185 m->bd.free(); 201 *aEnabled = m->bd->fEnabled; 215 if (m->bd [all...] |
| H A D | USBControllerImpl.cpp | 65 Backupable<BackupableUSBData> bd; member in struct:USBController::Data 115 m->bd.allocate(); 116 m->bd->strName = aName; 117 m->bd->enmType = enmType; 167 m->bd.attach (aPeer->m->bd); 174 m->bd.share (aPeer->m->bd); 204 m->bd.attachCopy(aPeer->m->bd); [all...] |
| H A D | BIOSSettingsImpl.cpp | 45 Backupable<settings::BIOSSettings> bd; member in struct:BIOSSettings::Data 88 m->bd.allocate(); 121 m->bd.share(that->m->bd); 151 m->bd.attachCopy(that->m->bd); 172 m->bd.free(); 191 *enabled = m->bd->fLogoFadeIn; 204 m->bd.backup(); 205 m->bd [all...] |
| H A D | MediumAttachmentImpl.cpp | 81 Backupable<BackupableMediumAttachmentData> bd; member in struct:MediumAttachment::Data 145 m->bd.allocate(); 146 m->bd->pMedium = aMedium; 147 unconst(m->bd->strBandwidthGroup) = strBandwidthGroup; 148 unconst(m->bd->bstrControllerName) = aControllerName; 149 unconst(m->bd->lPort) = aPort; 150 unconst(m->bd->lDevice) = aDevice; 151 unconst(m->bd->type) = aType; 153 m->bd->fPassthrough = aPassthrough; 154 m->bd [all...] |
| H A D | StorageControllerImpl.cpp | 101 Backupable<BackupableStorageControllerData> bd; member in struct:StorageController::Data 165 m->bd.allocate(); 167 m->bd->strName = aName; 168 m->bd->mInstance = aInstance; 169 m->bd->fBootable = fBootable; 170 m->bd->mStorageBus = aStorageBus; 173 m->bd->fUseHostIOCache = false; 175 m->bd->fUseHostIOCache = true; 180 m->bd->mPortCount = 2; 181 m->bd [all...] |
| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/ |
| H A D | strtod.c | 87 Bigint *bd = NULL, *bs = NULL, *delta = NULL; /* pacify gcc */ local 527 /* Put digits into bd: true value = bd * 10^e */ 534 bd = Balloc(bd0->k); 535 if (bd == NULL) 537 Bcopy(bd, bd0); 614 bd = pow5mult(bd, bd5); 615 if (bd == NULL) 619 bd 977 Bfree(bd); variable 1013 Bfree(bd); variable [all...] |
| H A D | strtodg.c | 347 Bigint *ab, *bb, *bb1, *bd, *bd0, *bs, *delta, *rvb, *rvb0; local 703 /* Put digits into bd: true value = bd * 10^e */ 708 bd = Balloc(bd0->k); 709 if (bd == NULL) 711 Bcopy(bd, bd0); 768 bd = pow5mult(bd, bd5); 769 if (bd == NULL) 773 bd [all...] |
| /vbox/src/VBox/RDP/client-1.8.3/ |
| H A D | cache.c | 466 BRUSHDATA *bd; local 471 bd = &g_brushcache[colour_code][idx]; 472 if (bd->data != 0) 474 xfree(bd->data); 476 memcpy(bd, brush_data, sizeof(BRUSHDATA));
|
| H A D | types.h | 115 BRUSHDATA *bd; member in struct:_BRUSH
|
| /vbox/src/VBox/Additions/linux/drm/ |
| H A D | vbox_ttm.c | 52 vbox_bdev(struct ttm_bo_device *bd) argument 54 return container_of(bd, struct vbox_private, ttm.bdev);
|
| /vbox/src/VBox/Devices/Audio/ |
| H A D | dsoundaudio.c | 501 DSBUFFERDESC bd; local 528 memset (&bd, 0, sizeof (bd)); 529 bd.dwSize = sizeof (bd); 530 bd.lpwfxFormat = &wfx; 531 bd.dwFlags = DSBCAPS_GLOBALFOCUS | DSBCAPS_GETCURRENTPOSITION2; 532 bd.dwBufferBytes = ds->hw.samples << ds->hw.info.shift; 534 &bd, &ds->dsound_buffer, NULL); 755 DSCBUFFERDESC bd; local [all...] |
| H A D | DrvHostDSound.cpp | 398 DSBUFFERDESC bd; local 399 RT_ZERO(bd); 400 bd.dwSize = sizeof(bd); 401 bd.lpwfxFormat = &wfx; 402 bd.dwFlags = DSBCAPS_GLOBALFOCUS | DSBCAPS_GETCURRENTPOSITION2; 403 bd.dwBufferBytes = pThis->cfg.cbBufferOut; 405 &bd, &pDSoundStrmOut->pDSB, NULL); 727 DSCBUFFERDESC bd; local 728 RT_ZERO(bd); [all...] |
| H A D | DevIchAc97.cpp | 213 BD bd; /**< buffer descriptor */ member in struct:AC97BusMasterRegs 407 pReg->bd.addr = RT_H2LE_U32(u32[0] & ~3); 408 pReg->bd.ctl_len = RT_H2LE_U32(u32[1]); 410 pReg->picb = pReg->bd.ctl_len & 0xffff; 411 LogFlowFunc(("bd %2d addr=%#x ctl=%#06x len=%#x(%d bytes)\n", 412 pReg->civ, pReg->bd.addr, pReg->bd.ctl_len >> 16, 413 pReg->bd.ctl_len & 0xffff, (pReg->bd.ctl_len & 0xffff) << 1)); 1089 uint32_t addr = pReg->bd [all...] |
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
| H A D | prdtoa.c | 1622 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; local 2027 /* Put digits into bd: true value = bd * 10^e */ 2032 bd = Balloc(bd0->k); 2033 Bcopy(bd, bd0); 2099 bd = pow5mult(bd, bd5); 2101 bd = lshift(bd, bd2); 2104 delta = diff(bb, bd); 2451 Bfree(bd); variable 2487 Bfree(bd); variable [all...] |
| /vbox/src/VBox/Main/webservice/jaxlibs/ |
| H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |
| H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |