Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ dumpsys
Function
dumpsys
freebsd/x86/include/dump.h:80–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
static inline int
81
dumpsys(struct dumperinfo *di)
82
{
83
84
return (dumpsys_generic(di));
85
}
86
87
#endif /* !_MACHINE_DUMP_H_ */
Callers
nothing calls this directly
Calls
1
dumpsys_generic
Function · 0.85
Tested by
no test coverage detected