Searched refs:textdump_writeblock (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/ddb/
H A Ddb_textdump.c221 * textdump_writeblock() writes TEXTDUMP_BLOCKSIZE-sized blocks of data to
229 textdump_writeblock(struct dumperinfo *di, off_t offset, char *buffer) function
275 error = textdump_writeblock(di, textdump_offset, buffer);

Completed in 504 milliseconds