MCPcopy 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
80static inline int
81dumpsys(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_genericFunction · 0.85

Tested by

no test coverage detected