Home
last modified time | relevance | path

Searched refs:snprintf_blkptr (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/zdb/
H A Dzdb_il.c54 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp); in print_log_bp()
319 snprintf_blkptr(blkbuf + strlen(blkbuf), in print_log_block()
H A Dzdb.c891 snprintf_blkptr(blkbuf, sizeof (blkbuf), &blk); in dump_dde()
1156 snprintf_blkptr(blkbuf, buflen, bp); in snprintf_blkptr_compact()
1360 snprintf_blkptr(blkbuf, sizeof (blkbuf), &ds->ds_bp); in dump_dsl_dataset()
1405 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp); in dump_bptree_cb()
1949 (void) snprintf_blkptr(blkbuf + strlen(blkbuf), in dump_dir()
2021 snprintf_blkptr(blkbuf, sizeof (blkbuf), &ub->ub_rootbp); in dump_uberblock()
2387 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp); in zdb_blkptr_done()
2417 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp); in zdb_blkptr_cb()
2638 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp); in count_block_cb()
3100 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp); in zdb_print_blkptr()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddbuf.h372 snprintf_blkptr(__blkbuf, BP_SPRINTF_LEN, bp); \
H A Dspa.h801 extern void snprintf_blkptr(char *buf, size_t buflen, const blkptr_t *bp);
874 snprintf_blkptr(__blkbuf, BP_SPRINTF_LEN, (bp)); \
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c1406 snprintf_blkptr(char *buf, size_t buflen, const blkptr_t *bp) in snprintf_blkptr() function