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