MCPcopy Create free account
hub / github.com/F-Stack/f-stack / dumper_ddb_insert

Function dumper_ddb_insert

freebsd/kern/kern_shutdown.c:1274–1278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1272
1273#ifdef DDB
1274void
1275dumper_ddb_insert(struct dumperinfo *newdi)
1276{
1277 TAILQ_INSERT_HEAD(&dumper_configs, newdi, di_next);
1278}
1279
1280void
1281dumper_ddb_remove(struct dumperinfo *di)

Callers 1

netdump_client.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected