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

Tested by

no test coverage detected