Lines Matching defs:blkbuf
52 char blkbuf[BP_SPRINTF_LEN];
54 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
55 (void) printf("%s%s\n", prefix, blkbuf);
310 char blkbuf[BP_SPRINTF_LEN + 10];
318 (void) strcpy(blkbuf, ", ");
319 snprintf_blkptr(blkbuf + strlen(blkbuf),
320 sizeof (blkbuf) - strlen(blkbuf), bp);
322 blkbuf[0] = '\0';
333 (u_longlong_t)bp->blk_cksum.zc_word[ZIL_ZC_SEQ], claim, blkbuf);