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

Function fatal

payloads/libpayload/libc/lib.c:110–114  ·  view source on GitHub ↗

* Enters HALT state, after printing msg * * @param msg message to print */

Source from the content-addressed store, hash-verified

108 * @param msg message to print
109 */
110void fatal(const char *msg)
111{
112 fprintf(stderr, "%s",msg);
113 halt();
114}
115
116void exit(int status)
117{

Callers 15

find_tx_fifoFunction · 0.85
xhci_pci_initFunction · 0.85
dwc2_reinitFunction · 0.85
ohci_initFunction · 0.85
ohci_controlFunction · 0.85
ohci_create_intr_queueFunction · 0.85
uhci_pci_initFunction · 0.85
uhci_controlFunction · 0.85
create_scheduleFunction · 0.85
uhci_create_intr_queueFunction · 0.85

Calls 2

fprintfFunction · 0.85
haltFunction · 0.50

Tested by

no test coverage detected