Searched refs:IoAllocateErrorLogEntry (Results 1 – 12 of 12) sorted by relevance
/reactos/sdk/lib/drivers/wdf/kmdf/src/librarycommon/ |
H A D | fxlibrarycommon.cpp | 683 errorLogEntry = (PIO_ERROR_LOG_PACKET)IoAllocateErrorLogEntry(DriverObject, in LibraryLogEvent()
|
/reactos/ntoskrnl/io/iomgr/ |
H A D | error.c | 528 IoAllocateErrorLogEntry(IN PVOID IoObject, in IoAllocateErrorLogEntry() function
|
H A D | irp.c | 178 ErrorLogEntry = IoAllocateErrorLogEntry(DeviceObject, in IopDisassociateThreadIrp()
|
/reactos/drivers/network/tcpip/tcpip/ |
H A D | main.c | 75 LogEntry = (PIO_ERROR_LOG_PACKET)IoAllocateErrorLogEntry(DriverContext, EntrySize); in TiWriteErrorLog()
|
/reactos/drivers/storage/class/cdrom/ |
H A D | sense.c | 1640 …errorLogEntry = (PIO_ERROR_LOG_PACKET)IoAllocateErrorLogEntry(DeviceExtension->DeviceObject, (UCHA… in SenseInfoLogError()
|
H A D | ioctl.c | 2525 logEntry = IoAllocateErrorLogEntry( in _IRQL_requires_max_()
|
/reactos/drivers/storage/class/classpnp/ |
H A D | utils.c | 5208 … 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 D | autorun.c | 4205 logEntry = IoAllocateErrorLogEntry( in _IRQL_requires_max_()
|
H A D | class.c | 6582 … errorLogEntry = (PIO_ERROR_LOG_PACKET)IoAllocateErrorLogEntry(Fdo, (UCHAR)totalSize);
|
/reactos/drivers/storage/class/disk/ |
H A D | disk.c | 2433 … 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 D | iofuncs.h | 640 IoAllocateErrorLogEntry(
|
/reactos/ntoskrnl/ |
H A D | ntoskrnl.spec | 339 @ stdcall IoAllocateErrorLogEntry(ptr long)
|