• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/cddl/contrib/opensolaris/cmd/zdb/

Lines Matching defs:blkbuf

506 		char blkbuf[BP_SPRINTF_LEN];
515 snprintf_blkptr_compact(blkbuf, sizeof (blkbuf), &bp);
516 (void) printf("\t%s\n", blkbuf);
1118 char blkbuf[BP_SPRINTF_LEN];
1125 snprintf_blkptr(blkbuf, sizeof (blkbuf), &blk);
1128 types[p], blkbuf);
1413 snprintf_blkptr_compact(char *blkbuf, size_t buflen, const blkptr_t *bp)
1419 snprintf_blkptr(blkbuf, buflen, bp);
1424 (void) sprintf(blkbuf,
1433 blkbuf[0] = '\0';
1435 (void) snprintf(blkbuf + strlen(blkbuf),
1436 buflen - strlen(blkbuf), "%llu:%llx:%llx ",
1442 (void) snprintf(blkbuf + strlen(blkbuf),
1443 buflen - strlen(blkbuf),
1448 (void) snprintf(blkbuf + strlen(blkbuf),
1449 buflen - strlen(blkbuf),
1463 char blkbuf[BP_SPRINTF_LEN];
1483 snprintf_blkptr_compact(blkbuf, sizeof (blkbuf), bp);
1484 (void) printf("%s\n", blkbuf);
1618 char blkbuf[BP_SPRINTF_LEN];
1636 snprintf_blkptr(blkbuf, sizeof (blkbuf), &ds->ds_bp);
1671 (void) printf("\t\tbp = %s\n", blkbuf);
1678 char blkbuf[BP_SPRINTF_LEN];
1681 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
1682 (void) printf("\t%s\n", blkbuf);
1719 char blkbuf[BP_SPRINTF_LEN];
1722 snprintf_blkptr_compact(blkbuf, sizeof (blkbuf), bp);
1723 (void) printf("\t%s\n", blkbuf);
2316 char blkbuf[BP_SPRINTF_LEN + 20];
2351 (void) snprintf(blkbuf, sizeof (blkbuf), ", rootbp ");
2352 (void) snprintf_blkptr(blkbuf + strlen(blkbuf),
2353 sizeof (blkbuf) - strlen(blkbuf), os->os_rootbp);
2355 blkbuf[0] = '\0';
2364 numbuf, (u_longlong_t)usedobjs, blkbuf,
2473 char blkbuf[BP_SPRINTF_LEN];
2474 snprintf_blkptr(blkbuf, sizeof (blkbuf), &ub->ub_rootbp);
2475 (void) printf("\trootbp = %s\n", blkbuf);
3011 char blkbuf[BP_SPRINTF_LEN];
3017 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
3019 blkbuf[0] = '\0';
3029 blkbuf);
3047 char blkbuf[BP_SPRINTF_LEN];
3048 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
3055 blkbuf);
3759 char blkbuf[BP_SPRINTF_LEN];
3760 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
3762 "deferred free", blkbuf);
4985 char blkbuf[BP_SPRINTF_LEN];
4990 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
4991 (void) printf("%s\n", blkbuf);