Lines Matching defs:blkbuf
57 char blkbuf[BP_SPRINTF_LEN];
59 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
60 (void) printf("%s%s\n", prefix, blkbuf);
461 char blkbuf[BP_SPRINTF_LEN + 10];
469 (void) strcpy(blkbuf, ", ");
470 snprintf_blkptr(blkbuf + strlen(blkbuf),
471 sizeof (blkbuf) - strlen(blkbuf), bp);
473 blkbuf[0] = '\0';
484 (u_longlong_t)bp->blk_cksum.zc_word[ZIL_ZC_SEQ], claim, blkbuf);