MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / S8Printf

Method S8Printf

rEFIt_UEFI/cpp_foundation/XString.h:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 vprintf_with_callback(format, va, transmitS8Printf, this);
67 }
68 void S8Printf(const char* format, ...) __attribute__((__format__(__printf__, 2, 3)))
69 {
70 va_list va;
71
72 va_start (va, format);
73 vS8Printf(format, va);
74 va_end(va);
75 }
76};
77
78

Callers 10

SubMenuKextInjectMgmtMethod · 0.80
StartLoaderMethod · 0.80
GuidLEToXString8Function · 0.80
PatchTableType4Function · 0.80
PatchTableType17Function · 0.80
SetStartupDiskVolumeFunction · 0.80
ParseSMBIOSSettingsFunction · 0.80
GetUserSettingsFunction · 0.80
GetOSVersionFunction · 0.80
SetDMISettingsForModelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected