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