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

Tested by

no test coverage detected