Home
last modified time | relevance | path

Searched refs:bus_number (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/dbgeng/
H A Ddbgeng.c1288 …ULT STDMETHODCALLTYPE debugdataspaces_ReadIo(IDebugDataSpaces *iface, ULONG type, ULONG bus_number, in debugdataspaces_ReadIo() argument
1291 …FIXME("%p, %u, %u, %u, %s, %p, %u, %p stub.\n", iface, type, bus_number, address_space, wine_dbgst… in debugdataspaces_ReadIo()
1297 …LT STDMETHODCALLTYPE debugdataspaces_WriteIo(IDebugDataSpaces *iface, ULONG type, ULONG bus_number, in debugdataspaces_WriteIo() argument
1300 …FIXME("%p, %u, %u, %u, %s, %p, %u, %p stub.\n", iface, type, bus_number, address_space, wine_dbgst… in debugdataspaces_WriteIo()
1321 …ULONG bus_number, ULONG slot_number, ULONG offset, void *buffer, ULONG buffer_size, ULONG *read_le… in debugdataspaces_ReadBusData() argument
1323 …FIXME("%p, %u, %u, %u, %u, %p, %u, %p stub.\n", iface, data_type, bus_number, slot_number, offset,… in debugdataspaces_ReadBusData()
1330 …ULONG bus_number, ULONG slot_number, ULONG offset, void *buffer, ULONG buffer_size, ULONG *written) in debugdataspaces_WriteBusData() argument
1332 …FIXME("%p, %u, %u, %u, %u, %p, %u, %p stub.\n", iface, data_type, bus_number, slot_number, offset,… in debugdataspaces_WriteBusData()
/reactos/sdk/include/psdk/
H A Ddbgeng.h1301 …STDMETHOD(ReadIo)(THIS_ ULONG type, ULONG bus_number, ULONG address_space, ULONG64 offset, void *b… in DECLARE_INTERFACE_()
1303 …STDMETHOD(WriteIo)(THIS_ ULONG type, ULONG bus_number, ULONG address_space, ULONG64 offset, void *… in DECLARE_INTERFACE_()
1307 …STDMETHOD(ReadBusData)(THIS_ ULONG data_type, ULONG bus_number, ULONG slot_number, ULONG offset, v… in DECLARE_INTERFACE_()
1309 …STDMETHOD(WriteBusData)(THIS_ ULONG data_type, ULONG bus_number, ULONG slot_number, ULONG offset, … in DECLARE_INTERFACE_()
1340 …STDMETHOD(ReadIo)(THIS_ ULONG type, ULONG bus_number, ULONG address_space, ULONG64 offset, void *b… in DECLARE_INTERFACE_()
1342 …STDMETHOD(WriteIo)(THIS_ ULONG type, ULONG bus_number, ULONG address_space, ULONG64 offset, void *… in DECLARE_INTERFACE_()
1346 …STDMETHOD(ReadBusData)(THIS_ ULONG data_type, ULONG bus_number, ULONG slot_number, ULONG offset, v… in DECLARE_INTERFACE_()
1348 …STDMETHOD(WriteBusData)(THIS_ ULONG data_type, ULONG bus_number, ULONG slot_number, ULONG offset, … in DECLARE_INTERFACE_()