Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ dumpsys_write_aux_headers
Function
dumpsys_write_aux_headers
freebsd/x86/include/dump.h:73–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
static inline int
74
dumpsys_write_aux_headers(struct dumperinfo *di)
75
{
76
77
return (dumpsys_gen_write_aux_headers(di));
78
}
79
80
static inline int
81
dumpsys(struct dumperinfo *di)
Callers
1
dumpsys_generic
Function · 0.50
Calls
1
dumpsys_gen_write_aux_headers
Function · 0.85
Tested by
no test coverage detected