| /vbox/src/libs/xpcom18a4/xpcom/ds/ |
| H A D | nsTHashtable.cpp | 44 PRUint32 ordinal, 42 PL_DHashStubEnumRemove(PLDHashTable *table, PLDHashEntryHdr *entry, PRUint32 ordinal, void *userarg) argument
|
| H A D | nsTHashtable.h | 50 PRUint32 ordinal,
|
| /vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgDxe/ |
| H A D | TpmComm.c | 54 CmdHdr.ordinal = TPM_ORD_Extend; 102 CmdHdr.ordinal = TPM_ORD_GetCapability;
|
| H A D | TisDxe.c | 219 TpmCmdHdr.ordinal = SwapBytes32 (TpmCmdPtr->ordinal);
|
| /vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgPei/ |
| H A D | TpmComm.c | 81 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 D | swapchain.c | 215 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 D | directx.c | 5291 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 D | device.c | 3891 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 D | wined3d_private.h | 1702 UINT ordinal; member in struct:wined3d_adapter
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
| H A D | swapchain_base.c | 161 hr = IWineD3D_GetAdapterDisplayMode(This->device->wined3d, This->device->adapter->ordinal, pMode);
|
| H A D | swapchain.c | 985 IWineD3D_GetAdapterDisplayMode(device->wined3d, adapter->ordinal, &mode);
|
| H A D | directx.c | 5428 adapter->ordinal = 0; 5640 This->adapters[0].ordinal = 0;
|
| H A D | device.c | 4341 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 D | wined3d_private.h | 1544 UINT ordinal; member in struct:wined3d_adapter
|
| /vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/ |
| H A D | DxeTcgPhysicalPresenceLib.c | 88 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 D | winnt.h | 3220 #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 D | Tpm12.h | 98 /// 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 D | winnt.h | 3005 #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 D | wined3d_private.h | 1572 UINT ordinal; member in struct:wined3d_adapter
|