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

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

Completed in 54 milliseconds