Searched refs:ordinal (Results 1 - 19 of 19) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTHashtable.cpp44 PRUint32 ordinal,
42 PL_DHashStubEnumRemove(PLDHashTable *table, PLDHashEntryHdr *entry, PRUint32 ordinal, void *userarg) argument
H A DnsTHashtable.h50 PRUint32 ordinal,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgDxe/
H A DTpmComm.c54 CmdHdr.ordinal = TPM_ORD_Extend;
102 CmdHdr.ordinal = TPM_ORD_GetCapability;
H A DTisDxe.c219 TpmCmdHdr.ordinal = SwapBytes32 (TpmCmdPtr->ordinal);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgPei/
H A DTpmComm.c81 SendBuffer.Hdr.ordinal = SwapBytes32 (TPM_ORD_Startup);
118 SendBuffer.Hdr.ordinal = SwapBytes32 (TPM_ORD_ContinueSelfTest);
161 SendBuffer.Hdr.ordinal = SwapBytes32 (TPM_ORD_GetCapability);
221 SendBuffer.Hdr.ordinal = SwapBytes32 (TPM_ORD_Extend);
268 SendBuffer.Hdr.ordinal = SwapBytes32 (TSC_ORD_PhysicalPresence);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dswapchain.c215 swapchain->device->adapter->ordinal, &swapchain->original_mode)))
372 swapchain->device->adapter->ordinal, raster_status);
383 swapchain->device->adapter->ordinal, mode, rotation);
1097 adapter->ordinal, &swapchain->original_mode, NULL)))
1172 if (FAILED(hr = wined3d_set_adapter_display_mode(device->wined3d, adapter->ordinal, &mode)))
1308 adapter->ordinal, &swapchain->original_mode)))
H A Ddirectx.c5291 static BOOL wined3d_adapter_init(struct wined3d_adapter *adapter, UINT ordinal) argument
5302 TRACE("adapter %p, ordinal %u.\n", adapter, ordinal);
5304 adapter->ordinal = ordinal;
5442 EnumDisplayDevicesW(NULL, ordinal, &display_device, 0);
5457 static void wined3d_adapter_init_nogl(struct wined3d_adapter *adapter, UINT ordinal) argument
5462 adapter->ordinal = ordinal;
5483 EnumDisplayDevicesW(NULL, ordinal,
[all...]
H A Ddevice.c3891 return wined3d_get_device_caps(device->wined3d, device->adapter->ordinal,
4668 if (FAILED(hr = wined3d_get_adapter_display_mode(device->wined3d, device->adapter->ordinal, &mode, NULL)))
5214 if (FAILED(hr = wined3d_set_adapter_display_mode(device->wined3d, device->adapter->ordinal, &m)))
H A Dwined3d_private.h1702 UINT ordinal; member in struct:wined3d_adapter
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain_base.c161 hr = IWineD3D_GetAdapterDisplayMode(This->device->wined3d, This->device->adapter->ordinal, pMode);
H A Dswapchain.c985 IWineD3D_GetAdapterDisplayMode(device->wined3d, adapter->ordinal, &mode);
H A Ddirectx.c5428 adapter->ordinal = 0;
5640 This->adapters[0].ordinal = 0;
H A Ddevice.c4341 return IWineD3D_GetDeviceCaps(This->wined3d, This->adapter->ordinal, This->devType, pCaps);
6583 count = IWineD3D_GetAdapterModeCount(This->wined3d, This->adapter->ordinal, WINED3DFMT_UNKNOWN);
6586 hr = IWineD3D_EnumAdapterModes(This->wined3d, This->adapter->ordinal, WINED3DFMT_UNKNOWN, i, &m);
H A Dwined3d_private.h1544 UINT ordinal; member in struct:wined3d_adapter
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
H A DDxeTcgPhysicalPresenceLib.c88 TpmRqu->ordinal = SwapBytes32 (TPM_ORD_GetCapability);
150 TpmRqu->ordinal = SwapBytes32 (TSC_ORD_PhysicalPresence);
206 TpmRqu->ordinal = SwapBytes32 (Ordinal);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h3220 #define IMAGE_SNAP_BY_ORDINAL64(ordinal) (((ordinal) & IMAGE_ORDINAL_FLAG64) != 0)
3221 #define IMAGE_SNAP_BY_ORDINAL32(ordinal) (((ordinal) & IMAGE_ORDINAL_FLAG32) != 0)
3222 #define IMAGE_ORDINAL64(ordinal) ((ordinal) & 0xffff)
3223 #define IMAGE_ORDINAL32(ordinal) ((ordinal) & 0xffff)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DTpm12.h98 /// The command ordinal
1218 UINT32 ordinal; member in struct:tdTPM_IDENTITY_CONTENTS
1359 TPM_COMMAND_CODE ordinal; member in struct:tdTPM_AUDIT_EVENT_OUT
1482 // designated the ordinal, and the final two bytes contain the Command
2159 TPM_COMMAND_CODE ordinal; member in struct:tdTPM_RQU_COMMAND_HDR
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h3005 #define IMAGE_SNAP_BY_ORDINAL64(ordinal) (((ordinal) & IMAGE_ORDINAL_FLAG64) != 0)
3006 #define IMAGE_SNAP_BY_ORDINAL32(ordinal) (((ordinal) & IMAGE_ORDINAL_FLAG32) != 0)
3007 #define IMAGE_ORDINAL64(ordinal) ((ordinal) & 0xffff)
3008 #define IMAGE_ORDINAL32(ordinal) ((ordinal) & 0xffff)
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1572 UINT ordinal; member in struct:wined3d_adapter

Completed in 449 milliseconds