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

/freebsd-11-stable/sys/ddb/
H A Ddb_textdump.c231 * textdump_writeblock() writes TEXTDUMP_BLOCKSIZE-sized blocks of data to
239 textdump_writeblock(struct dumperinfo *di, off_t offset, char *buffer) function
251 printf("textdump_writeblock: offset %jd, error %d\n", (intmax_t)offset,
288 error = textdump_writeblock(di, textdump_offset, buffer);

Completed in 46 milliseconds