Go to the source code of this file.
Defines | |
| #define | SECONDS(_x_) MILLISECONDS((_x_)*1000) |
| #define | MILLISECONDS(_x_) MICROSECONDS((_x_)*1000) |
| #define | MICROSECONDS(_x_) ((_x_) * 10) |
| #define | LogErrorOnly(_Fdo_, _UniqueErrorValue_) LogError(_Fdo_, _UniqueErrorValue_, NULL, NULL) |
| #define | LogErrorString(_Fdo_, _UniqueErrorValue_, _String1_, _String2_) LogError(_Fdo_, _UniqueErrorValue_, _String1_, _String2_) |
Functions | |
| VOID | LogError (IN PDEVICE_OBJECT Fdo, IN NTSTATUS ErrorCode, const WCHAR *String1, const WCHAR *String2) |
| Log an error entry in the system log. | |
**************************************************************
Definition in file util.h.
|
|
Log without giving any strings Definition at line 36 of file util.h. Referenced by AddDeviceCommonInit(), and ParPortAllocInterrupt(). |
|
|
Log, giving up to 2 strings Definition at line 40 of file util.h. Referenced by AddDevice(), AddDeviceCommonInit(), and cbm_start_thread(). |
|
|
1us is 10 * 100ns |
|
|
1ms is 1000us |
|
|
1s is 1000ms |
|
||||||||||||||||||||
|
Log an error entry in the system log. Log an error entry in the system log.
Definition at line 47 of file libcommon/util.c. References DBG_ASSERT, FUNC_ENTER, and FUNC_LEAVE. |
1.4.2