Searched refs:bd (Results 1 - 25 of 28) sorted by relevance

12

/vbox/src/VBox/Main/src-server/
H A DSerialPortImpl.cpp71 m->bd.allocate();
74 m->bd->ulSlot = aSlot;
111 m->bd.share (aThat->m->bd);
145 m->bd.attachCopy (aThat->m->bd);
166 m->bd.free();
182 *aEnabled = m->bd->fEnabled;
198 if (m->bd->fEnabled != !!aEnabled)
200 m->bd
[all...]
H A DMediumAttachmentImpl.cpp81 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 DBandwidthGroupImpl.cpp77 m->bd.allocate();
79 m->bd->strName = aName;
80 m->bd->enmType = aType;
81 m->bd->cReferences = 0;
82 m->bd->aMaxBytesPerSec = aMaxBytesPerSec;
130 m->bd.attach(aThat->m->bd);
137 m->bd.share(aThat->m->bd);
168 m->bd
[all...]
H A DParallelPortImpl.cpp49 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 DStorageControllerImpl.cpp101 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...]
H A DUSBControllerImpl.cpp65 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 DBIOSSettingsImpl.cpp45 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...]
/vbox/src/VBox/Main/include/
H A DBandwidthGroupImpl.h52 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
H A DSerialPortImpl.h97 Backupable<settings::SerialPort> bd; member in struct:SerialPort::Data
/vbox/src/VBox/Devices/Audio/
H A Ddsoundaudio.c501 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 DDrvHostDSound.cpp398 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 DDevIchAc97.cpp213 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/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dstrtod.c87 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 Dstrtodg.c347 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 Dcache.c466 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 Dtypes.h115 BRUSHDATA *bd; member in struct:_BRUSH
H A Dxwin.c3232 if (brush->bd == 0) /* rdp4 brush */
3247 else if (brush->bd->colour_code > 1) /* > 1 bpp */
3249 fill = (Pixmap) ui_create_bitmap(8, 8, brush->bd->data);
3260 fill = (Pixmap) ui_create_glyph(8, 8, brush->bd->data);
3433 if (brush->bd == 0) /* rdp4 brush */
3448 else if (brush->bd->colour_code > 1) /* > 1 bpp */
3450 fill = (Pixmap) ui_create_bitmap(8, 8, brush->bd->data);
3461 fill = (Pixmap) ui_create_glyph(8, 8, brush->bd->data);
3538 if (brush->bd == 0) /* rdp4 brush */
3553 else if (brush->bd
[all...]
H A Dorders.c175 out_brush->bd = NULL;
180 out_brush->bd = brush_data;
/vbox/src/VBox/Additions/linux/drm/
H A Dvbox_ttm.c52 vbox_bdev(struct ttm_bo_device *bd) argument
54 return container_of(bd, struct vbox_private, ttm.bdev);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c1622 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/Devices/Graphics/shaderlib/wine/include/
H A Dvmr9.idl303 uuid(ced175e5-1935-4820-81bd-ff6ad00c9108),
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dvmr9.idl303 uuid(ced175e5-1935-4820-81bd-ff6ad00c9108),
H A Dshobjidl.idl85 uuid(1079acfc-29bd-11d3-8e0d-00c04f6837d5),
/vbox/src/VBox/Devices/Graphics/BIOS/
H A DVBoxVgaBiosAlternative.asm1210 and AL, strict byte 0bdh ; 24 bd
2865 cmp byte [di+04635h], 000h ; 80 bd 35 46 00
3408 jbe short 01bd8h ; 76 bd
3554 cmp byte [di+04635h], 000h ; 80 bd 35 46 00
3714 movzx di, byte [di+046b4h] ; 0f b6 bd b4 46
5437 call 02f68h ; e8 bd 00
5592 xor byte [si-042d0h], ch ; 30 ac 30 bd
/vbox/src/VBox/Devices/PC/BIOS/
H A DVBoxBiosAlternative.asm4927 jmp short 039e5h ; eb bd
5715 jnbe near 047ech ; 0f 87 bd 04
8182 call 01931h ; e8 6d bd
8189 call 01972h ; e8 9c bd
9364 jmp near 06928h ; e9 bd 00
10796 jne near 076feh ; 0f 85 bd 00
12872 mov word [es:di+0010eh], di ; 26 89 bd 0e 01
13604 mov bp, 00392h ; bd 92 03
13608 mov bp, 04992h ; bd 92 49
13610 mov bp, 04e92h ; bd 9
[all...]

Completed in 204 milliseconds

12