/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/transitions/ |
H A D | libkir.S | 46 * %ds : .data16 segment 52 pushw %ds 61 * and kir_sp. %ds, %es, %fs and %gs are all restored from the saved 74 movw %ds, %cs:ext_ds 76 popw %ds /* Set %ds = %cs for easier access to variables */ 77 movw %es, %ds:ext_es 78 movw %fs, %ds:ext_fs 79 movw %gs, %ds:ext_fs 82 movw %ax, %ds [all...] |
H A D | liba20.S | 50 pushw %ds 55 movw %ax, %ds 62 xchgw %ds:0, %cx 64 xchgw %ds:0, %cx 77 popw %ds
|
/vbox/src/VBox/Devices/Audio/ |
H A D | dsound_template.h | 162 DSoundVoiceIn *ds = (DSoundVoiceIn *) hw; local 163 dsoundCaptureClose (ds); 164 ds->last_read_pos = 0; 165 ds->capture_buffer_size = 0; 166 memset (&ds->as, 0, sizeof(ds->as)); 171 DSoundVoiceOut *ds = (DSoundVoiceOut *) hw; local 172 dsoundPlayClose (ds); 173 ds->old_pos = 0; 174 ds 183 DSoundVoiceIn *ds = (DSoundVoiceIn *) hw; local 203 DSoundVoiceOut *ds = (DSoundVoiceOut *) hw; local [all...] |
H A D | dsoundaudio.c | 124 static void dsound_clear_sample (DSoundVoiceOut *ds); 426 static void dsoundPlayInterfaceRelease (DSoundVoiceOut *ds) argument 428 if (ds->dsound) { 429 IDirectSound_Release (ds->dsound); 430 ds->dsound = NULL; 434 static int dsoundPlayInterfaceCreate (DSoundVoiceOut *ds) argument 440 if (ds->dsound != NULL) { 446 &IID_IDirectSound, (void **) &ds->dsound); 451 hr = IDirectSound_Initialize (ds->dsound, s->devguidp_play); 454 hr = IDirectSound_SetCooperativeLevel (ds 473 dsoundPlayClose(DSoundVoiceOut *ds) argument 494 dsoundPlayOpen(DSoundVoiceOut *ds) argument 597 dsoundPlayGetStatus(DSoundVoiceOut *ds, DWORD *statusp) argument 633 dsoundPlayStop(DSoundVoiceOut *ds) argument 649 dsoundPlayStart(DSoundVoiceOut *ds) argument 689 dsoundCaptureInterfaceRelease(DSoundVoiceIn *ds) argument 697 dsoundCaptureInterfaceCreate(DSoundVoiceIn *ds) argument 729 dsoundCaptureClose(DSoundVoiceIn *ds) argument 748 dsoundCaptureOpen(DSoundVoiceIn *ds) argument 861 dsoundCaptureStop(DSoundVoiceIn *ds) argument 871 dsoundCaptureStart(DSoundVoiceIn *ds) argument 935 dsound_clear_sample(DSoundVoiceOut *ds) argument 970 DSoundVoiceOut *ds = (DSoundVoiceOut *) hw; local 1001 DSoundVoiceOut *ds = (DSoundVoiceOut *) hw; local 1120 DSoundVoiceIn *ds = (DSoundVoiceIn *) hw; local 1151 DSoundVoiceIn *ds = (DSoundVoiceIn *) hw; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/ |
H A D | ReadDs.c | 35 mov ax, ds
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/ |
H A D | hw-ops.h | 36 static inline void ath9k_hw_set_desc_link(struct ath_hw *ah, void *ds, argument 39 ath9k_hw_ops(ah)->set_desc_link(ds, link); 42 static inline void ath9k_hw_get_desc_link(struct ath_hw *ah, void *ds, argument 45 ath9k_hw_ops(ah)->get_desc_link(ds, link); 60 static inline void ath9k_hw_filltxdesc(struct ath_hw *ah, void *ds, u32 seglen, argument 65 ath9k_hw_ops(ah)->fill_txdesc(ah, ds, seglen, is_firstseg, is_lastseg, 69 static inline int ath9k_hw_txprocdesc(struct ath_hw *ah, void *ds, argument 72 return ath9k_hw_ops(ah)->proc_txdesc(ah, ds, ts); 75 static inline void ath9k_hw_set11n_txdesc(struct ath_hw *ah, void *ds, argument 81 ath9k_hw_ops(ah)->set11n_txdesc(ah, ds, pktLe 85 ath9k_hw_set11n_ratescenario(struct ath_hw *ah, void *ds, void *lastds, u32 durUpdateEn, u32 rtsctsRate, u32 rtsctsDuration, struct ath9k_11n_rate_series series[], u32 nseries, u32 flags) argument 97 ath9k_hw_set11n_aggr_first(struct ath_hw *ah, void *ds, u32 aggrLen) argument 103 ath9k_hw_set11n_aggr_middle(struct ath_hw *ah, void *ds, u32 numDelims) argument 109 ath9k_hw_set11n_aggr_last(struct ath_hw *ah, void *ds) argument 114 ath9k_hw_clr11n_aggr(struct ath_hw *ah, void *ds) argument 119 ath9k_hw_set_clrdmask(struct ath_hw *ah, void *ds, int val) argument [all...] |
H A D | ath9k_ar9002_mac.c | 31 static void ar9002_hw_set_desc_link(void *ds, u32 ds_link) argument 33 ((struct ath_desc*) ds)->ds_link = ds_link; 36 static void ar9002_hw_get_desc_link(void *ds, u32 **ds_link) argument 38 *ds_link = &((struct ath_desc *)ds)->ds_link; 182 static void ar9002_hw_fill_txdesc(struct ath_hw *ah __unused, void *ds, u32 seglen, argument 187 struct ar5416_desc *ads = AR5416DESC(ds); 211 static int ar9002_hw_proc_txdesc(struct ath_hw *ah, void *ds, argument 214 struct ar5416_desc *ads = AR5416DESC(ds); 283 static void ar9002_hw_set11n_txdesc(struct ath_hw *ah, void *ds, argument 288 struct ar5416_desc *ads = AR5416DESC(ds); 317 ar9002_hw_set_clrdmask(struct ath_hw *ah __unused, void *ds, int val) argument 327 ar9002_hw_set11n_ratescenario(struct ath_hw *ah __unused, void *ds, void *lastds, u32 durUpdateEn, u32 rtsctsRate, u32 rtsctsDuration __unused, struct ath9k_11n_rate_series series[], u32 nseries __unused, u32 flags) argument 382 ar9002_hw_set11n_aggr_first(struct ath_hw *ah __unused, void *ds, u32 aggrLen) argument 392 ar9002_hw_set11n_aggr_middle(struct ath_hw *ah __unused, void *ds, u32 numDelims) argument 406 ar9002_hw_set11n_aggr_last(struct ath_hw *ah __unused, void *ds) argument 415 ar9002_hw_clr11n_aggr(struct ath_hw *ah __unused, void *ds) argument 422 ath9k_hw_setuprxdesc(struct ath_hw *ah, struct ath_desc *ds, u32 size, u32 flags) argument [all...] |
H A D | ath9k_ar9003_mac.c | 42 static void ar9003_hw_set_desc_link(void *ds, u32 ds_link) argument 44 struct ar9003_txc *ads = ds; 51 static void ar9003_hw_get_desc_link(void *ds, u32 **ds_link) argument 53 struct ar9003_txc *ads = ds; 201 static void ar9003_hw_fill_txdesc(struct ath_hw *ah __unused, void *ds, u32 seglen, argument 206 struct ar9003_txc *ads = (struct ar9003_txc *) ds; 242 static int ar9003_hw_proc_txdesc(struct ath_hw *ah, void *ds __unused, 322 static void ar9003_hw_set11n_txdesc(struct ath_hw *ah, void *ds, argument 326 struct ar9003_txc *ads = (struct ar9003_txc *) ds; 358 static void ar9003_hw_set_clrdmask(struct ath_hw *ah __unused, void *ds, in argument 368 ar9003_hw_set11n_ratescenario(struct ath_hw *ah __unused, void *ds, void *lastds, u32 durUpdateEn, u32 rtsctsRate, u32 rtsctsDuration __unused, struct ath9k_11n_rate_series series[], u32 nseries __unused, u32 flags) argument 424 ar9003_hw_set11n_aggr_first(struct ath_hw *ah, void *ds, u32 aggrLen) argument 459 ar9003_hw_set11n_aggr_middle(struct ath_hw *ah __unused, void *ds, u32 numDelims) argument 477 ar9003_hw_set11n_aggr_last(struct ath_hw *ah __unused, void *ds) argument 486 ar9003_hw_clr11n_aggr(struct ath_hw *ah __unused, void *ds) argument 493 ar9003_hw_set_paprd_txdesc(struct ath_hw *ah __unused, void *ds, u8 chains) argument [all...] |
H A D | ath9k_recv.c | 37 struct ath_desc *ds; local 42 ds = bf->bf_desc; 43 ds->ds_link = 0; /* link to null */ 44 ds->ds_data = bf->bf_buf_addr; 48 // ds->ds_vdata = iob->data; 55 ath9k_hw_setuprxdesc(ah, ds, 64 sc->rx.rxlink = &ds->ds_link; 255 struct ath_desc *ds; local 265 ds = bf->bf_desc; 278 ret = ath9k_hw_rxprocdesc(ah, ds, r [all...] |
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | pmode.inc | 30 pop ds 42 mov ds, ax 51 mov ds, ax ; (where base = selector << 4)
|
H A D | orgs.asm | 83 mov ds:[vec*4], ax 85 mov ds:[vec*4+2], ax 92 pop ds 227 mov ds, ax 228 jmp dword ptr ds:[0467h] 276 pop ds 277 cmp word ptr ds:[72h], 1234h 338 mov ds, ax 380 mov ds, bx 395 mov ds [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/ |
H A D | lkrnprefix.S | 66 movw %ax,%ds 198 movl %ds:cmd_line_ptr, %edx 222 pushw %ds 224 popw %ds 228 popw %ds 235 movl %ds:ramdisk_image, %ebp 236 movl %ds:ramdisk_size, %ecx 254 /* Set up %ds for access to .data16 */ 255 movw %bx, %ds
|
H A D | undiloader.S | 18 pushw %ds 21 /* ROM segment address to %ds */ 23 popw %ds 49 popw %ds
|
H A D | exeprefix.S | 135 movw %ds, %si 139 /* Set up %ds for access to .data16 */ 140 movw %bx, %ds
|
H A D | mromprefix.S | 47 * %ds:0000 : Prefix 63 pushw %ds 69 /* Set up %ds for access to .text16.early */ 71 popw %ds 178 99: popw %ds 232 pushw %ds 234 /* Set up %ds for access to .text16.early */ 236 popw %ds 252 popw %ds
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/ |
H A D | gdtoa.c | 162 double d, d2, ds, eps; local 240 ds = (dval(d)-1.5)*0.289529654602168 + 0.1760912590558 + i*0.301029995663981; 246 ds += j * 7e-17; 248 k = (int)ds; 249 if (ds < 0. && ds != k) 250 k--; /* want k = floor(ds) */ 348 ds = tens[k&0xf]; 359 ds *= bigtens[i]; 363 ds [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/drivers/net/ |
H A D | undiisr.S | 22 pushw %ds 31 movw %ax, %ds 75 popw %ds
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/ |
H A D | dumpregs.c | 21 ix86->segs.cs, ix86->segs.ss, ix86->segs.ds,
|
H A D | virtaddr.S | 46 movl %eax, %ds 86 movl %eax, %ds
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | amaudio.h | 45 STDMETHOD(GetDirectSoundInterface)(THIS_ IDirectSound **ds) PURE; 48 STDMETHOD(ReleaseDirectSoundInterface)(THIS_ IDirectSound *ds) PURE;
|
/vbox/src/libs/xpcom18a4/xpcom/tests/utils/ |
H A D | dirs.js | 17 var ds = Components.classes[dscontractid].getService(); variable 18 var dsprops = ds.QueryInterface(Components.interfaces.nsIProperties);
|
/vbox/src/VBox/Runtime/r0drv/os2/ |
H A D | timerA-r0drv-os2.asm | 80 push ds 83 mov ds, dx 91 pop ds 138 push ds 141 mov ds, dx 149 pop ds 183 push ds 190 mov ds, ax 216 pop ds
|
/vbox/src/VBox/Devices/Graphics/BIOS/ |
H A D | vgarom.asm | 87 push ds 90 mov ds, bx 93 pop ds 200 push ds 203 ;; We have to set ds to access the right data segment 205 mov ds, bx 209 pop ds 231 push ds 233 mov ds, dx 236 cmp byte ptr ds [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/ |
H A D | libkir.h | 33 uint16_t ds; local 34 __asm__ __volatile__ ( "movw %%ds, %w0" : "=r" ( ds ) ); 35 return ds; 66 __asm__ __volatile__ ( "pushw %%ds\n\t" 67 "movw %4, %%ds\n\t" 69 "popw %%ds\n\t" 101 "pushw %%ds\n\t" /* restore %es */ \ 110 "pushw %%ds\n\t" /* restore %es */ \ 127 "pushw %%ds\ [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/tests/comboot/ |
H A D | shuffle-simple.asm | 21 push ds
|