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

Function dumpsys_pa_init

freebsd/arm/include/dump.h:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40int dumpsys_write_aux_headers(struct dumperinfo *di);
41
42static inline void
43dumpsys_pa_init(void)
44{
45
46 dumpsys_gen_pa_init();
47}
48
49static inline struct dump_pa *
50dumpsys_pa_next(struct dump_pa *p)

Callers 1

dumpsys_genericFunction · 0.50

Calls 1

dumpsys_gen_pa_initFunction · 0.85

Tested by

no test coverage detected