| /vbox/src/VBox/Additions/x11/Installer/ |
| H A D | solaris_xorg_modeless.conf | 27 Load "IA" 28 Load "dbe" 29 Load "extmod" 30 Load "record" 31 Load "xtrap" 32 Load "Glcore" 33 Load "glx" 34 Load "dri" 35 Load "xtsol" 36 Load "type [all...] |
| H A D | solaris_xorg.conf | 28 Load "IA" 29 Load "dbe" 30 Load "extmod" 31 Load "record" 32 Load "xtrap" 33 Load "Glcore" 34 Load "glx" 35 Load "dri" 36 Load "xtsol" 37 Load "type [all...] |
| H A D | linux_xorg_suse11.conf | 48 Load "dri" 49 Load "dbe" 50 Load "freetype" 51 Load "extmod" 52 Load "glx"
|
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/ |
| H A D | dtrace_asm.s | 177 movl 8(%ebp), %esi / Load source address 178 movl 12(%ebp), %edi / Load destination address 179 movl 16(%ebp), %ecx / Load count 238 movl 8(%ebp), %ebx / Load source address 239 movl 12(%ebp), %edx / Load destination address 240 movl 16(%ebp), %ecx / Load count 243 movb (%ebx), %al / Load from source
|
| /vbox/src/libs/xpcom18a4/xpcom/components/ |
| H A D | xcDll.cpp | 129 PRBool nsDll::Load(void) function in class:nsDll 143 // Load any library dependencies 209 // Load this dependent library with the global flag and stash 248 lf->Load(&m_instance); 321 if (Load() != PR_TRUE) 356 if (Load() != PR_TRUE) return NS_ERROR_FAILURE;
|
| H A D | xcDll.h | 95 PRBool Load(void);
|
| /vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/Ia32/ |
| H A D | SecEntry.S | 39 # Load temporary stack top at very low memory. The C code
|
| H A D | SecEntry.asm | 41 ; Load temporary stack top at very low memory. The C code
|
| /vbox/src/VBox/Frontends/VirtualBox/src/settings/ |
| H A D | UISettingsSerializer.cpp | 40 , m_fSavingComplete(m_direction == Load) 92 if (m_direction == Load) 154 if (m_direction == Load) 336 case UISettingsSerializer::Load: m_pLabelOperationProgress->setText(tr("Loading Settings...")); break;
|
| H A D | UISettingsSerializer.h | 81 enum SerializationDirection { Load, Save }; enumerator in enum:UISettingsSerializer::SerializationDirection
|
| /vbox/src/VBox/Runtime/r0drv/os2/ |
| H A D | RTR0Os2DHQueryDOSVar.asm | 133 ; Load Word at ax:ebx. 139 ; Load selector at ax:ebx. 146 ; Load 16:16 ptr at ax:ebx.
|
| /vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/X64/ |
| H A D | SecEntry.S | 39 # Load temporary stack top at very low memory. The C code
|
| H A D | SecEntry.asm | 39 ; Load temporary stack top at very low memory. The C code
|
| /vbox/src/VBox/VMM/VMMRC/ |
| H A D | CPUMRCA.asm | 89 ; 0 | 0 | 0 | Exec | Exec :: Clear TS & MP, Save HC, Load GC. 90 ; 0 | 0 | 1 | Exec | Exec :: Clear TS, Save HC, Load GC. 91 ; 0 | 1 | 0 | #NM | Exec :: Clear TS & MP, Save HC, Load GC; 92 ; 0 | 1 | 1 | #NM | Exec :: Clear TS, Save HC, Load GC. 93 ; 1 | 0 | 0 | #NM | Exec :: Clear MP, Save HC, Load GC. (EM is already cleared.) 95 ; 1 | 1 | 0 | #NM | Exec :: Clear MP, Save HC, Load GC. (EM is already set.) 172 ; Load new CR0 value.
|
| /vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
| H A D | d3drm.h | 109 STDMETHOD(Load)(THIS_ void *source, void *object_id, IID **iids, DWORD iid_count, D3DRMLOADOPTIONS flags, 152 #define IDirect3DRM_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->lpVtbl->Load(p,a,b,c,d,e,f,g,h,i,j) 190 #define IDirect3DRM_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->Load(a,b,c,d,e,f,g,h,i,j) 249 STDMETHOD(Load)(THIS_ void *source, void *object_id, IID **iids, DWORD iid_count, D3DRMLOADOPTIONS flags, 293 #define IDirect3DRM2_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->lpVtbl->Load(p,a,b,c,d,e,f,g,h,i,j) 332 #define IDirect3DRM2_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->Load(a,b,c,d,e,f,g,h,i,j) 392 STDMETHOD(Load)(THIS_ void *source, void *object_id, IID **iids, DWORD iid_count, D3DRMLOADOPTIONS flags, 441 #define IDirect3DRM3_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->lpVtbl->Load(p,a,b,c,d,e,f,g,h,i,j) 485 #define IDirect3DRM3_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->Load(a,b,c,d,e,f,g,h,i,j)
|
| H A D | ocidl.idl | 875 HRESULT Load( [in] LPSTREAM pStm ); 897 HRESULT Load( 901 [call_as(Load)] 937 HRESULT Load( 1024 HRESULT Load(
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
| H A D | d3drm.h | 99 STDMETHOD(Load)(THIS_ LPVOID, LPVOID, LPIID *, DWORD, D3DRMLOADOPTIONS, D3DRMLOADCALLBACK, LPVOID, 141 #define IDirect3DRM_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->lpVtbl->Load(p,a,b,c,d,e,f,g,h,i,j) 179 #define IDirect3DRM_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->Load(a,b,c,d,e,f,g,h,i,j) 233 STDMETHOD(Load)(THIS_ LPVOID, LPVOID, LPIID *, DWORD, D3DRMLOADOPTIONS, D3DRMLOADCALLBACK, LPVOID, 276 #define IDirect3DRM2_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->lpVtbl->Load(p,a,b,c,d,e,f,g,h,i,j) 315 #define IDirect3DRM2_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->Load(a,b,c,d,e,f,g,h,i,j) 370 STDMETHOD(Load)(THIS_ LPVOID, LPVOID, LPIID *, DWORD, D3DRMLOADOPTIONS, D3DRMLOADCALLBACK, LPVOID, 418 #define IDirect3DRM3_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->lpVtbl->Load(p,a,b,c,d,e,f,g,h,i,j) 462 #define IDirect3DRM3_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->Load(a,b,c,d,e,f,g,h,i,j)
|
| H A D | ocidl.idl | 875 HRESULT Load( [in] LPSTREAM pStm ); 897 HRESULT Load( 901 [call_as(Load)] 937 HRESULT Load( 1024 HRESULT Load(
|
| /vbox/src/VBox/Runtime/common/asm/ |
| H A D | ASMMultU64ByU32DivByU32.asm | 70 ; Load parameters into registers.
|
| /vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
| H A D | nsFileSpecOS2.cpp | 364 // Load the shortcut. 365 hres = ppf->Load(wsz, STGM_READ); 419 // Load the shortcut. 420 hres = ppf->Load(wsz, STGM_READ);
|
| H A D | nsFileSpecWin.cpp | 309 // Load the shortcut. 310 hres = ppf->Load(wsz, STGM_READ); 360 // Load the shortcut. 361 hres = ppf->Load(wsz, STGM_READ);
|
| /vbox/src/VBox/Runtime/testcase/ |
| H A D | tstLdr-4.cpp | 105 struct Load struct 124 * Load them.
|
| H A D | tstLdr.cpp | 95 struct Load struct 113 * Load them.
|
| /vbox/src/VBox/ValidationKit/bootsectors/ |
| H A D | bootsector2-vbinstst-kernel.asm | 98 ; Load the extended image into high memory. 300 ; Load loop. We load and copy 64 KB at the time into the high location. 324 ; Load a bunch of sectors into the temp segment.
|
| /vbox/src/VBox/VMM/VMMR0/ |
| H A D | CPUMR0A.asm | 158 ; Load a couple of registers we'll use later in all branches. 228 ; Load a couple of registers we'll use later in all branches. 339 ; Load a couple of registers we'll use later in all branches. 433 ; Load a couple of registers we'll use later in all branches.
|