Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ dumpsys
Function
dumpsys
freebsd/arm/include/dump.h:63–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
static inline int
64
dumpsys(struct dumperinfo *di)
65
{
66
67
return (dumpsys_generic(di));
68
}
69
70
#endif /* !_MACHINE_DUMP_H_ */
Callers
1
doadump
Function · 0.50
Calls
1
dumpsys_generic
Function · 0.85
Tested by
no test coverage detected