Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ halt
Function
halt
src/include/halt.h:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
#include <commonlib/bsd/stdlib.h>
8
9
static inline __noreturn void halt(void)
10
{
11
abort();
12
}
13
14
/* Power off the system. */
15
void poweroff(void);
Callers
15
system_reset
Function · 0.50
full_reset
Function · 0.50
mainboard_enable
Function · 0.50
mainboard_init
Function · 0.50
mainboard_init
Function · 0.50
ec_init
Function · 0.50
die
Function · 0.50
enable_update
Function · 0.50
cse_board_reset
Function · 0.50
board_reset
Function · 0.50
run_romstage
Function · 0.50
romstage_main
Function · 0.50
Calls
1
abort
Function · 0.50
Tested by
no test coverage detected