MCPcopy Create free account
hub / github.com/coreboot/coreboot / buts

Function buts

payloads/linuxcheck/i386.c:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#include "linuxcheck.h"
18
19void buts(char *s)
20{
21 int i;
22 for (i = 0; i < strlen(s); i++)
23 outb(s[i], 0x3f8);
24}
25
26void hex4(u8 c)
27{

Callers 1

mainFunction · 0.85

Calls 2

strlenFunction · 0.85
outbFunction · 0.50

Tested by

no test coverage detected