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

Function textdump_restoreoff

freebsd/ddb/db_textdump.c:274–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274void
275textdump_restoreoff(off_t offset)
276{
277
278 textdump_offset = offset;
279}
280
281/*
282 * Interface to write the "next block" relative to the current offset; since

Callers 2

textdump_dump_msgbufFunction · 0.85
textdump_dumpsysFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected