Lines Matching defs:blkbuf

460 		char blkbuf[BP_SPRINTF_LEN];
469 snprintf_blkptr_compact(blkbuf, sizeof (blkbuf), &bp);
470 (void) printf("\t%s\n", blkbuf);
895 char blkbuf[BP_SPRINTF_LEN];
902 snprintf_blkptr(blkbuf, sizeof (blkbuf), &blk);
905 types[p], blkbuf);
1163 snprintf_blkptr_compact(char *blkbuf, size_t buflen, const blkptr_t *bp)
1169 snprintf_blkptr(blkbuf, buflen, bp);
1174 (void) sprintf(blkbuf,
1183 blkbuf[0] = '\0';
1185 (void) snprintf(blkbuf + strlen(blkbuf),
1186 buflen - strlen(blkbuf), "%llu:%llx:%llx ",
1192 (void) snprintf(blkbuf + strlen(blkbuf),
1193 buflen - strlen(blkbuf),
1198 (void) snprintf(blkbuf + strlen(blkbuf),
1199 buflen - strlen(blkbuf),
1213 char blkbuf[BP_SPRINTF_LEN];
1233 snprintf_blkptr_compact(blkbuf, sizeof (blkbuf), bp);
1234 (void) printf("%s\n", blkbuf);
1366 char blkbuf[BP_SPRINTF_LEN];
1384 snprintf_blkptr(blkbuf, sizeof (blkbuf), &ds->ds_bp);
1419 (void) printf("\t\tbp = %s\n", blkbuf);
1426 char blkbuf[BP_SPRINTF_LEN];
1429 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
1430 (void) printf("\t%s\n", blkbuf);
1467 char blkbuf[BP_SPRINTF_LEN];
1470 snprintf_blkptr_compact(blkbuf, sizeof (blkbuf), bp);
1471 (void) printf("\t%s\n", blkbuf);
1966 char blkbuf[BP_SPRINTF_LEN + 20];
1997 (void) snprintf(blkbuf, sizeof (blkbuf), ", rootbp ");
1998 (void) snprintf_blkptr(blkbuf + strlen(blkbuf),
1999 sizeof (blkbuf) - strlen(blkbuf), os->os_rootbp);
2001 blkbuf[0] = '\0';
2010 numbuf, (u_longlong_t)usedobjs, blkbuf);
2069 char blkbuf[BP_SPRINTF_LEN];
2070 snprintf_blkptr(blkbuf, sizeof (blkbuf), &ub->ub_rootbp);
2071 (void) printf("\trootbp = %s\n", blkbuf);
2430 char blkbuf[BP_SPRINTF_LEN];
2436 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
2438 blkbuf[0] = '\0';
2448 blkbuf);
2465 char blkbuf[BP_SPRINTF_LEN];
2466 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
2473 blkbuf);
2689 char blkbuf[BP_SPRINTF_LEN];
2690 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
2692 "deferred free", blkbuf);
3160 char blkbuf[BP_SPRINTF_LEN];
3165 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
3166 (void) printf("%s\n", blkbuf);