MCPcopy 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
9static inline __noreturn void halt(void)
10{
11 abort();
12}
13
14/* Power off the system. */
15void poweroff(void);

Callers 15

system_resetFunction · 0.50
full_resetFunction · 0.50
mainboard_enableFunction · 0.50
mainboard_initFunction · 0.50
mainboard_initFunction · 0.50
ec_initFunction · 0.50
dieFunction · 0.50
enable_updateFunction · 0.50
cse_board_resetFunction · 0.50
board_resetFunction · 0.50
run_romstageFunction · 0.50
romstage_mainFunction · 0.50

Calls 1

abortFunction · 0.50

Tested by

no test coverage detected