Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
int dumpsys_write_aux_headers(struct dumperinfo *di);
41
42
static inline void
43
dumpsys_pa_init(void)
44
{
45
46
dumpsys_gen_pa_init();
47
}
48
49
static inline struct dump_pa *
50
dumpsys_pa_next(struct dump_pa *p)
Callers
1
dumpsys_generic
Function · 0.50
Calls
1
dumpsys_gen_pa_init
Function · 0.85
Tested by
no test coverage detected