Lines Matching refs:dumper
101 static MALLOC_DEFINE(M_DUMPER, "dumper", "dumper block buffer");
238 MTX_SYSINIT(dumper_configs, &dumpconf_list_lk, "dumper config list", MTX_DEF);
240 /* Our selected dumper(s). */
1228 * Free a dumper. Must not be present on global list.
1246 * Allocate and set up a new dumper from the provided template.
1258 /* Allocate a new dumper */
1311 * Create a new dumper and register it in the global list.
1405 * Remove and free the requested dumper(s) from the global list.
1499 /* Encrypt data and call dumper. */
1544 * residual data in the dumper's block buffer. It will be
1756 return (di->dumper(di->priv, virtual, offset, length));