Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ puts
Function
puts
payloads/libpayload/libc/console.c:137–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
int puts(const char *s)
138
{
139
size_t size = strlen(s);
140
141
console_write(s, size);
142
143
putchar(
'\n'
);
144
return size + 1;
145
}
146
147
int havekey(void)
148
{
Callers
15
gdb_output_write
Function · 0.85
main
Function · 0.85
octeon_ddr_initialize
Function · 0.85
limit_l2_ways
Function · 0.85
print_ahci
Function · 0.85
FseekEnd
Function · 0.85
dump_fw
Function · 0.85
main
Function · 0.85
FseekEnd
Function · 0.85
main
Function · 0.85
usage
Function · 0.85
usage
Function · 0.85
Calls
3
strlen
Function · 0.85
putchar
Function · 0.85
console_write
Function · 0.70
Tested by
1
main
Function · 0.68