MCPcopy Create free account
hub / github.com/F-Stack/f-stack / dumpsys_pa_init

Function dumpsys_pa_init

freebsd/x86/include/dump.h:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43#define DUMPSYS_NUM_AUX_HDRS 0
44
45static inline void
46dumpsys_pa_init(void)
47{
48
49 dumpsys_gen_pa_init();
50}
51
52static inline struct dump_pa *
53dumpsys_pa_next(struct dump_pa *p)

Callers

nothing calls this directly

Calls 1

dumpsys_gen_pa_initFunction · 0.85

Tested by

no test coverage detected