Lines Matching defs:blkbuf
467 char blkbuf[BP_SPRINTF_LEN];
476 snprintf_blkptr_compact(blkbuf, sizeof (blkbuf), &bp);
477 (void) printf("\t%s\n", blkbuf);
898 char blkbuf[BP_SPRINTF_LEN];
905 snprintf_blkptr(blkbuf, sizeof (blkbuf), &blk);
908 types[p], blkbuf);
1191 snprintf_blkptr_compact(char *blkbuf, size_t buflen, const blkptr_t *bp)
1197 snprintf_blkptr(blkbuf, buflen, bp);
1202 (void) sprintf(blkbuf,
1211 blkbuf[0] = '\0';
1213 (void) snprintf(blkbuf + strlen(blkbuf),
1214 buflen - strlen(blkbuf), "%llu:%llx:%llx ",
1220 (void) snprintf(blkbuf + strlen(blkbuf),
1221 buflen - strlen(blkbuf),
1226 (void) snprintf(blkbuf + strlen(blkbuf),
1227 buflen - strlen(blkbuf),
1241 char blkbuf[BP_SPRINTF_LEN];
1261 snprintf_blkptr_compact(blkbuf, sizeof (blkbuf), bp);
1262 (void) printf("%s\n", blkbuf);
1390 char blkbuf[BP_SPRINTF_LEN];
1401 snprintf_blkptr(blkbuf, sizeof (blkbuf), &ds->ds_bp);
1436 (void) printf("\t\tbp = %s\n", blkbuf);
1443 char blkbuf[BP_SPRINTF_LEN];
1446 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
1447 (void) printf("\t%s\n", blkbuf);
1481 char blkbuf[BP_SPRINTF_LEN];
1484 snprintf_blkptr_compact(blkbuf, sizeof (blkbuf), bp);
1485 (void) printf("\t%s\n", blkbuf);
1959 char blkbuf[BP_SPRINTF_LEN + 20];
1987 (void) snprintf(blkbuf, sizeof (blkbuf), ", rootbp ");
1988 (void) snprintf_blkptr(blkbuf + strlen(blkbuf),
1989 sizeof (blkbuf) - strlen(blkbuf), os->os_rootbp);
1991 blkbuf[0] = '\0';
2000 numbuf, (u_longlong_t)usedobjs, blkbuf);
2059 char blkbuf[BP_SPRINTF_LEN];
2060 snprintf_blkptr(blkbuf, sizeof (blkbuf), &ub->ub_rootbp);
2061 (void) printf("\trootbp = %s\n", blkbuf);
2422 char blkbuf[BP_SPRINTF_LEN];
2428 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
2430 blkbuf[0] = '\0';
2440 blkbuf);
2458 char blkbuf[BP_SPRINTF_LEN];
2459 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
2466 blkbuf);
2696 char blkbuf[BP_SPRINTF_LEN];
2697 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
2699 "deferred free", blkbuf);
3156 char blkbuf[BP_SPRINTF_LEN];
3161 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
3162 (void) printf("%s\n", blkbuf);