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

Function bscb_location

src/include/bootstate.h:108–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106};
107
108static inline const char *bscb_location(const struct boot_state_callback *bscb)
109{
110#if CONFIG(DEBUG_BOOT_STATE)
111 return bscb->location;
112#else
113 return dead_code_t(const char *);
114#endif
115}
116
117#if CONFIG(DEBUG_BOOT_STATE)
118#define BOOT_STATE_CALLBACK_LOC __FILE__ ":" STRINGIFY(__LINE__)

Callers 1

bs_call_callbacksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected