Home
last modified time | relevance | path

Searched refs:IoAllocateErrorLogEntry (Results 1 – 12 of 12) sorted by relevance

/reactos/sdk/lib/drivers/wdf/kmdf/src/librarycommon/
H A Dfxlibrarycommon.cpp683 errorLogEntry = (PIO_ERROR_LOG_PACKET)IoAllocateErrorLogEntry(DriverObject, in LibraryLogEvent()
/reactos/ntoskrnl/io/iomgr/
H A Derror.c528 IoAllocateErrorLogEntry(IN PVOID IoObject, in IoAllocateErrorLogEntry() function
H A Dirp.c178 ErrorLogEntry = IoAllocateErrorLogEntry(DeviceObject, in IopDisassociateThreadIrp()
/reactos/drivers/network/tcpip/tcpip/
H A Dmain.c75 LogEntry = (PIO_ERROR_LOG_PACKET)IoAllocateErrorLogEntry(DriverContext, EntrySize); in TiWriteErrorLog()
/reactos/drivers/storage/class/cdrom/
H A Dsense.c1640 …errorLogEntry = (PIO_ERROR_LOG_PACKET)IoAllocateErrorLogEntry(DeviceExtension->DeviceObject, (UCHA… in SenseInfoLogError()
H A Dioctl.c2525 logEntry = IoAllocateErrorLogEntry( in _IRQL_requires_max_()
/reactos/drivers/storage/class/classpnp/
H A Dutils.c5208 … errorLogEntry = (PIO_ERROR_LOG_PACKET)IoAllocateErrorLogEntry(DeviceObject, (UCHAR)logEntrySize); in _IRQL_requires_()
5394 … errorLogEntry = (PIO_ERROR_LOG_PACKET)IoAllocateErrorLogEntry(DeviceObject, (UCHAR)logEntrySize); in ClasspLogSystemEventWithDeviceNumber()
5899 … errorLogEntry = (PIO_ERROR_LOG_PACKET)IoAllocateErrorLogEntry(DeviceObject, (UCHAR)logEntrySize); in _IRQL_requires_()
H A Dautorun.c4205 logEntry = IoAllocateErrorLogEntry( in _IRQL_requires_max_()
H A Dclass.c6582 … errorLogEntry = (PIO_ERROR_LOG_PACKET)IoAllocateErrorLogEntry(Fdo, (UCHAR)totalSize);
/reactos/drivers/storage/class/disk/
H A Ddisk.c2433 … logEntry = IoAllocateErrorLogEntry(fdoExtension->DeviceObject, in DiskFdoProcessError()
2866 …logEntry = IoAllocateErrorLogEntry(FdoExtension->DeviceObject, sizeof(IO_ERROR_LOG_PACKET) + (4 * … in DiskLogCacheInformation()
/reactos/sdk/include/xdk/
H A Diofuncs.h640 IoAllocateErrorLogEntry(
/reactos/ntoskrnl/
H A Dntoskrnl.spec339 @ stdcall IoAllocateErrorLogEntry(ptr long)