MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / Error

Function Error

Kernel/src/logging.cpp:206–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204 }
205
206 void Error(const char* __restrict fmt, ...){
207 unlockSerial();
208 Write("\r\n[ERROR] ", 255, 0, 0);
209 va_list args;
210 va_start(args, fmt);
211 WriteF(fmt, args);
212 va_end(args);
213 }
214
215 void Info(const char* __restrict fmt, ...){
216 //acquireLock(&logLock);

Callers 15

KernelAssertionFailedFunction · 0.85
isr_handlerFunction · 0.85
ReadMADTFunction · 0.85
InitializeFunction · 0.85
InitializeCPUFunction · 0.85
KernelAllocate4KPagesFunction · 0.85
KernelAllocate2MPagesFunction · 0.85
GetIOMappingFunction · 0.85
pci.cppFile · 0.85
AllocateVectorMethod · 0.85
ServiceFSMethod · 0.85

Calls 4

unlockSerialFunction · 0.85
WriteFFunction · 0.85
WriteFunction · 0.70
itoaFunction · 0.70

Tested by

no test coverage detected