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

Function dumpsys_pa_init

freebsd/arm64/include/dump.h:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44int dumpsys_write_aux_headers(struct dumperinfo *di);
45
46static inline void
47dumpsys_pa_init(void)
48{
49
50 dumpsys_gen_pa_init();
51}
52
53static inline struct dump_pa *
54dumpsys_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