Searched defs:pDesc (Results 1 - 25 of 56) sorted by relevance

123

/vbox/src/VBox/Runtime/common/crypto/
H A Dpkix-signature-builtin.cpp122 PCRTCRPKIXSIGNATUREDESC pDesc = RTCrPkixSignatureFindByObjIdString(pszObjId, &pvOpaque); local
123 if (pDesc)
124 return RTCrPkixSignatureCreate(phSignature, pDesc, pvOpaque, fSigning, pKey, pParams);
133 PCRTCRPKIXSIGNATUREDESC pDesc = RTCrPkixSignatureFindByObjId(pObjId, &pvOpaque); local
134 if (pDesc)
135 return RTCrPkixSignatureCreate(phSignature, pDesc, pvOpaque, fSigning, pKey, pParams);
H A Dpkix-signature-core.cpp55 PCRTCRPKIXSIGNATUREDESC pDesc; member in struct:RTCRPKIXSIGNATUREINT
87 RTDECL(int) RTCrPkixSignatureCreate(PRTCRPKIXSIGNATURE phSignature, PCRTCRPKIXSIGNATUREDESC pDesc, void *pvOpaque, argument
94 AssertPtrReturn(pDesc, VERR_INVALID_POINTER);
109 PRTCRPKIXSIGNATUREINT pThis = (PRTCRPKIXSIGNATUREINT)RTMemAllocZ(RT_OFFSETOF(RTCRPKIXSIGNATUREINT, abState[pDesc->cbState]));
114 pThis->pDesc = pDesc;
117 if (pDesc->pfnInit)
118 rc = pDesc->pfnInit(pDesc, pThis->abState, pvOpaque, fSigning, pKey, pParams);
159 if (pThis->pDesc
[all...]
H A Ddigest-core.cpp53 PCRTCRDIGESTDESC pDesc; member in struct:RTCRDIGESTINT
84 RTDECL(int) RTCrDigestCreate(PRTCRDIGEST phDigest, PCRTCRDIGESTDESC pDesc, void *pvOpaque) argument
87 AssertPtrReturn(pDesc, VERR_INVALID_POINTER);
90 uint32_t offHash = RT_ALIGN_32(pDesc->cbState, 8);
91 PRTCRDIGESTINT pThis = (PRTCRDIGESTINT)RTMemAllocZ(RT_OFFSETOF(RTCRDIGESTINT, abState[offHash + pDesc->cbHash]));
97 pThis->pDesc = pDesc;
99 if (pDesc->pfnInit)
100 rc = pDesc->pfnInit(pThis->abState, pvOpaque, false /*fReInit*/);
123 PRTCRDIGESTINT pThis = (PRTCRDIGESTINT)RTMemAllocZ(RT_OFFSETOF(RTCRDIGESTINT, abState[offHash + hSrc->pDesc
[all...]
H A Dpkix-signature-rsa.cpp139 static DECLCALLBACK(int) rtCrPkixSignatureRsa_Init(PCRTCRPKIXSIGNATUREDESC pDesc, void *pvState, void *pvOpaque, argument
198 static DECLCALLBACK(int) rtCrPkixSignatureRsa_Reset(PCRTCRPKIXSIGNATUREDESC pDesc, void *pvState, bool fSigning) argument
207 static DECLCALLBACK(void) rtCrPkixSignatureRsa_Delete(PCRTCRPKIXSIGNATUREDESC pDesc, void *pvState, bool fSigning) argument
295 static DECLCALLBACK(int) rtCrPkixSignatureRsa_Verify(PCRTCRPKIXSIGNATUREDESC pDesc, void *pvState, argument
384 static DECLCALLBACK(int) rtCrPkixSignatureRsa_Sign(PCRTCRPKIXSIGNATUREDESC pDesc, void *pvState, argument
/vbox/src/VBox/VMM/include/
H A DSELMInline.h177 * @param pDesc Guest entry on input, shadow entry on return.
179 DECL_FORCE_INLINE(void) selmGuestToShadowDesc(PVM pVM, PX86DESC pDesc) argument
185 if (pDesc->Gen.u1DescType)
191 pDesc->Gen.u4Type |= X86_SEL_TYPE_ACCESSED;
199 if ( pDesc->Gen.u2Dpl == 0
200 && (pDesc->Gen.u4Type & (X86_SEL_TYPE_CODE | X86_SEL_TYPE_CONF))
203 pDesc->Gen.u2Dpl = 1;
204 pDesc->Gen.u1Available = 1;
207 else if ( pDesc->Gen.u2Dpl == 1
209 && (pDesc
[all...]
H A DSTAMInternal.h59 PSTAMDESC pDesc; member in struct:STAMLOOKUP
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispDDraw.cpp149 PVBOXVHWASURFDESC pDesc; local
175 pDesc = VBoxDispVHWASurfDescAlloc();
176 if (pDesc)
183 pDesc->hHostHandle = pBody->SurfInfo.hSurf;
188 pDesc->bVisible = true;
202 pSurf->lpGbl->dwReserved1 = (ULONG_PTR)pDesc;
207 VBoxDispVHWASurfDescFree(pDesc);
224 LPDDSURFACEDESC pDesc = lpCreateSurface->lpDDSurfaceDesc; local
226 if (pDesc->ddpfPixelFormat.dwFlags & DDPF_PALETTEINDEXED4)
231 if (pDesc
270 PVBOXVHWASURFDESC pDesc = (PVBOXVHWASURFDESC)lpDestroySurface->lpDDSurface->lpGbl->dwReserved1; local
357 PVBOXVHWASURFDESC pDesc = (PVBOXVHWASURFDESC) pSurf->lpGbl->dwReserved1; local
475 PVBOXVHWASURFDESC pDesc = (PVBOXVHWASURFDESC) pSurf->lpGbl->dwReserved1; local
[all...]
H A DVBoxDispDDrawVHWA.cpp164 PVBOXVHWASURFDESC pDesc = (PVBOXVHWASURFDESC)pSurf->lpGbl->dwReserved1; local
169 if (pDesc)
179 pBody->u.in.hSurf = pDesc->hHostHandle;
193 WARN(("!pDesc"));
360 PVBOXVHWASURFDESC pDesc = (PVBOXVHWASURFDESC)lpGetBltStatus->lpDDSurface->lpGbl->dwReserved1; local
369 if (pDesc)
371 if(ASMAtomicUoReadU32(&pDesc->cPendingBltsSrc) || ASMAtomicUoReadU32(&pDesc->cPendingBltsDst))
375 if(ASMAtomicUoReadU32(&pDesc->cPendingBltsSrc) || ASMAtomicUoReadU32(&pDesc
404 PVBOXVHWASURFDESC pDesc = (PVBOXVHWASURFDESC)lpGetFlipStatus->lpDDSurface->lpGbl->dwReserved1; local
[all...]
/vbox/src/VBox/Devices/USB/
H A DVUSBReadAhead.cpp175 PCVUSBDESCENDPOINT pDesc; local
185 pDesc = &pPipe->in->Core;
186 Assert(pDesc);
194 Assert((pDesc->wMaxPacketSize & 0x1fff) == pDesc->wMaxPacketSize);
195 Assert(pDesc->bInterval <= 16);
196 interval = pDesc->bInterval ? 1 << (pDesc->bInterval - 1) : 1;
197 max_pkt_size = pDesc->wMaxPacketSize & 0x7ff;
198 mult = ((pDesc
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFReg.cpp143 PCDBGFREGDESC pDesc; member in struct:DBGFREGLOOKUP
391 pLookupRec->pDesc = &paRegisters[iDesc];
420 pLookupRec->pDesc = &paRegisters[iDesc];
441 pLookupRec->pDesc = &paRegisters[iDesc];
818 PCDBGFREGDESC pDesc = &pSet->paDescs[enmReg];
821 rc = pDesc->pfnGet(pSet->uUserArg.pv, pDesc, pValue);
828 if (pDesc->enmType == enmType)
831 rc = dbgfR3RegValCast(pValue, pDesc->enmType, enmType);
1035 PCDBGFREGDESC pDesc
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvolume.c213 static HRESULT WINAPI IWineD3DVolumeImpl_GetDesc(IWineD3DVolume *iface, WINED3DVOLUME_DESC* pDesc) { argument
215 TRACE("(%p) : copying into %p\n", This, pDesc);
217 pDesc->Format = This->resource.format_desc->format;
218 pDesc->Type = This->resource.resourceType;
219 pDesc->Usage = This->resource.usage;
220 pDesc->Pool = This->resource.pool;
221 pDesc->Size = This->resource.size; /* dx8 only */
222 pDesc->Width = This->currentDesc.Width;
223 pDesc->Height = This->currentDesc.Height;
224 pDesc
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3DIf.cpp771 static void vboxVhwaPopulateOverlayFourccSurfDesc(DDSURFACEDESC *pDesc, uint32_t fourcc) argument
773 memset(pDesc, 0, sizeof (DDSURFACEDESC));
775 pDesc->dwSize = sizeof (DDSURFACEDESC);
776 pDesc->dwFlags = DDSD_CAPS | DDSD_PIXELFORMAT;
777 pDesc->ddpfPixelFormat.dwSize = sizeof (DDPIXELFORMAT);
778 pDesc->ddpfPixelFormat.dwFlags = DDPF_FOURCC;
779 pDesc->ddpfPixelFormat.dwFourCC = fourcc;
780 pDesc->ddsCaps.dwCaps = DDSCAPS_BACKBUFFER
795 HRESULT vboxSurfDescMerge(DDSURFACEDESC *paDescs, uint32_t *pcDescs, uint32_t cMaxDescs, DDSURFACEDESC *pDesc) argument
800 Assert(pDesc
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dcubetexture.c239 static HRESULT WINAPI IDirect3DCubeTexture8Impl_GetLevelDesc(LPDIRECT3DCUBETEXTURE8 iface, UINT Level, D3DSURFACE_DESC *pDesc) { argument
244 TRACE("iface %p, level %u, desc %p.\n", iface, Level, pDesc);
252 pDesc->Format = d3dformat_from_wined3dformat(wined3ddesc.format);
253 pDesc->Type = wined3ddesc.resource_type;
254 pDesc->Usage = wined3ddesc.usage;
255 pDesc->Pool = wined3ddesc.pool;
256 pDesc->Size = wined3ddesc.size;
257 pDesc->MultiSampleType = wined3ddesc.multisample_type;
258 pDesc->Width = wined3ddesc.width;
259 pDesc
[all...]
H A Dindexbuffer.c217 static HRESULT WINAPI IDirect3DIndexBuffer8Impl_GetDesc(LPDIRECT3DINDEXBUFFER8 iface, D3DINDEXBUFFER_DESC *pDesc) { argument
222 TRACE("iface %p, desc %p.\n", iface, pDesc);
229 pDesc->Format = d3dformat_from_wined3dformat(This->format);
230 pDesc->Type = D3DRTYPE_INDEXBUFFER;
231 pDesc->Usage = desc.Usage;
232 pDesc->Pool = desc.Pool;
233 pDesc->Size = desc.Size;
H A Dsurface.c199 static HRESULT WINAPI IDirect3DSurface8Impl_GetDesc(LPDIRECT3DSURFACE8 iface, D3DSURFACE_DESC *pDesc) { argument
204 TRACE("iface %p, desc %p.\n", iface, pDesc);
212 pDesc->Format = d3dformat_from_wined3dformat(wined3ddesc.format);
213 pDesc->Type = wined3ddesc.resource_type;
214 pDesc->Usage = wined3ddesc.usage;
215 pDesc->Pool = wined3ddesc.pool;
216 pDesc->Size = wined3ddesc.size;
217 pDesc->MultiSampleType = wined3ddesc.multisample_type;
218 pDesc->Width = wined3ddesc.width;
219 pDesc
[all...]
H A Dtexture.c237 static HRESULT WINAPI IDirect3DTexture8Impl_GetLevelDesc(LPDIRECT3DTEXTURE8 iface, UINT Level, D3DSURFACE_DESC *pDesc) { argument
242 TRACE("iface %p, level %u, desc %p.\n", iface, Level, pDesc);
250 pDesc->Format = d3dformat_from_wined3dformat(wined3ddesc.format);
251 pDesc->Type = wined3ddesc.resource_type;
252 pDesc->Usage = wined3ddesc.usage;
253 pDesc->Pool = wined3ddesc.pool;
254 pDesc->Size = wined3ddesc.size;
255 pDesc->MultiSampleType = wined3ddesc.multisample_type;
256 pDesc->Width = wined3ddesc.width;
257 pDesc
[all...]
H A Dvertexbuffer.c219 static HRESULT WINAPI IDirect3DVertexBuffer8Impl_GetDesc(LPDIRECT3DVERTEXBUFFER8 iface, D3DVERTEXBUFFER_DESC *pDesc) { argument
224 TRACE("iface %p, desc %p.\n", iface, pDesc);
231 pDesc->Type = D3DRTYPE_VERTEXBUFFER;
232 pDesc->Usage = desc.Usage;
233 pDesc->Pool = desc.Pool;
234 pDesc->Size = desc.Size;
235 pDesc->FVF = This->fvf;
236 pDesc->Format = D3DFMT_VERTEXDATA;
H A Dvolume.c187 static HRESULT WINAPI IDirect3DVolume8Impl_GetDesc(LPDIRECT3DVOLUME8 iface, D3DVOLUME_DESC *pDesc) { argument
192 TRACE("iface %p, desc %p.\n", iface, pDesc);
200 pDesc->Format = d3dformat_from_wined3dformat(wined3ddesc.Format);
201 pDesc->Type = wined3ddesc.Type;
202 pDesc->Usage = wined3ddesc.Usage;
203 pDesc->Pool = wined3ddesc.Pool;
204 pDesc->Size = wined3ddesc.Size;
205 pDesc->Width = wined3ddesc.Width;
206 pDesc->Height = wined3ddesc.Height;
207 pDesc
[all...]
H A Dvolumetexture.c237 static HRESULT WINAPI IDirect3DVolumeTexture8Impl_GetLevelDesc(LPDIRECT3DVOLUMETEXTURE8 iface, UINT Level, D3DVOLUME_DESC* pDesc) { argument
242 TRACE("iface %p, level %u, desc %p.\n", iface, Level, pDesc);
250 pDesc->Format = d3dformat_from_wined3dformat(wined3ddesc.Format);
251 pDesc->Type = wined3ddesc.Type;
252 pDesc->Usage = wined3ddesc.Usage;
253 pDesc->Pool = wined3ddesc.Pool;
254 pDesc->Size = wined3ddesc.Size;
255 pDesc->Width = wined3ddesc.Width;
256 pDesc->Height = wined3ddesc.Height;
257 pDesc
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dcubetexture.c278 static HRESULT WINAPI IDirect3DCubeTexture9Impl_GetLevelDesc(LPDIRECT3DCUBETEXTURE9 iface, UINT Level, D3DSURFACE_DESC* pDesc) { argument
283 TRACE("iface %p, level %u, desc %p.\n", iface, Level, pDesc);
291 pDesc->Format = d3dformat_from_wined3dformat(wined3ddesc.format);
292 pDesc->Type = wined3ddesc.resource_type;
293 pDesc->Usage = wined3ddesc.usage;
294 pDesc->Pool = wined3ddesc.pool;
295 pDesc->MultiSampleType = wined3ddesc.multisample_type;
296 pDesc->MultiSampleQuality = wined3ddesc.multisample_quality;
297 pDesc->Width = wined3ddesc.width;
298 pDesc
[all...]
H A Dindexbuffer.c218 static HRESULT WINAPI IDirect3DIndexBuffer9Impl_GetDesc(LPDIRECT3DINDEXBUFFER9 iface, D3DINDEXBUFFER_DESC *pDesc) { argument
223 TRACE("iface %p, desc %p.\n", iface, pDesc);
230 pDesc->Format = d3dformat_from_wined3dformat(This->format);
231 pDesc->Usage = desc.Usage;
232 pDesc->Pool = desc.Pool;
233 pDesc->Size = desc.Size;
234 pDesc->Type = D3DRTYPE_INDEXBUFFER;
H A Dsurface.c255 static HRESULT WINAPI IDirect3DSurface9Impl_GetDesc(LPDIRECT3DSURFACE9 iface, D3DSURFACE_DESC* pDesc) { argument
260 TRACE("iface %p, desc %p.\n", iface, pDesc);
268 pDesc->Format = d3dformat_from_wined3dformat(wined3ddesc.format);
269 pDesc->Type = wined3ddesc.resource_type;
270 pDesc->Usage = wined3ddesc.usage;
271 pDesc->Pool = wined3ddesc.pool;
272 pDesc->MultiSampleType = wined3ddesc.multisample_type;
273 pDesc->MultiSampleQuality = wined3ddesc.multisample_quality;
274 pDesc->Width = wined3ddesc.width;
275 pDesc
[all...]
H A Dtexture.c275 static HRESULT WINAPI IDirect3DTexture9Impl_GetLevelDesc(LPDIRECT3DTEXTURE9 iface, UINT Level, D3DSURFACE_DESC* pDesc) { argument
280 TRACE("iface %p, level %u, desc %p.\n", iface, Level, pDesc);
288 pDesc->Format = d3dformat_from_wined3dformat(wined3ddesc.format);
289 pDesc->Type = wined3ddesc.resource_type;
290 pDesc->Usage = wined3ddesc.usage;
291 pDesc->Pool = wined3ddesc.pool;
292 pDesc->MultiSampleType = wined3ddesc.multisample_type;
293 pDesc->MultiSampleQuality = wined3ddesc.multisample_quality;
294 pDesc->Width = wined3ddesc.width;
295 pDesc
[all...]
H A Dvertexbuffer.c219 static HRESULT WINAPI IDirect3DVertexBuffer9Impl_GetDesc(LPDIRECT3DVERTEXBUFFER9 iface, D3DVERTEXBUFFER_DESC* pDesc) { argument
224 TRACE("iface %p, desc %p.\n", iface, pDesc);
231 pDesc->Format = D3DFMT_VERTEXDATA;
232 pDesc->Usage = desc.Usage;
233 pDesc->Pool = desc.Pool;
234 pDesc->Size = desc.Size;
235 pDesc->Type = D3DRTYPE_VERTEXBUFFER;
236 pDesc->FVF = This->fvf;
H A Dvolume.c192 static HRESULT WINAPI IDirect3DVolume9Impl_GetDesc(LPDIRECT3DVOLUME9 iface, D3DVOLUME_DESC* pDesc) { argument
197 TRACE("iface %p, desc %p.\n", iface, pDesc);
207 pDesc->Format = d3dformat_from_wined3dformat(wined3ddesc.Format);
208 pDesc->Type = wined3ddesc.Type;
209 pDesc->Usage = wined3ddesc.Usage;
210 pDesc->Pool = wined3ddesc.Pool;
211 pDesc->Width = wined3ddesc.Width;
212 pDesc->Height = wined3ddesc.Height;
213 pDesc->Depth = wined3ddesc.Depth;

Completed in 2515 milliseconds

123