Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ putchar
Function
putchar
payloads/libpayload/libc/console.c:130–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
int putchar(unsigned int i)
131
{
132
unsigned char c = (unsigned char)i;
133
console_write(&c, 1);
134
return (int)c;
135
}
136
137
int puts(const char *s)
138
{
Callers
11
readline
Function · 0.85
puts
Function · 0.85
PDC_beep
Function · 0.85
print_fastmap
Function · 0.85
print_partial_compiled_pattern
Function · 0.85
regex_compile
Function · 0.85
conf_sym
Function · 0.85
printk
Function · 0.85
print_with_path
Function · 0.85
dump_console
Function · 0.85
dump_regs
Function · 0.85
Calls
1
console_write
Function · 0.70
Tested by
1
printk
Function · 0.68