Home
last modified time | relevance | path

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

/titanic_53/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.c902 snprintf_blkptr(blkbuf, sizeof (blkbuf), &blk); in dump_dde()
1169 snprintf_blkptr(blkbuf, buflen, bp); in snprintf_blkptr_compact()
1384 snprintf_blkptr(blkbuf, sizeof (blkbuf), &ds->ds_bp); in dump_dsl_dataset()
1429 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp); in dump_bptree_cb()
1998 (void) snprintf_blkptr(blkbuf + strlen(blkbuf), in dump_dir()
2070 snprintf_blkptr(blkbuf, sizeof (blkbuf), &ub->ub_rootbp); in dump_uberblock()
2436 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp); in zdb_blkptr_done()
2466 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp); in zdb_blkptr_cb()
2690 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp); in count_block_cb()
3165 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp); in zdb_print_blkptr()
/titanic_53/usr/src/uts/common/fs/zfs/sys/
H A Ddbuf.h372 snprintf_blkptr(__blkbuf, BP_SPRINTF_LEN, bp); \
H A Dspa.h807 extern void snprintf_blkptr(char *buf, size_t buflen, const blkptr_t *bp);
880 snprintf_blkptr(__blkbuf, BP_SPRINTF_LEN, (bp)); \
/titanic_53/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c1414 snprintf_blkptr(char *buf, size_t buflen, const blkptr_t *bp) in snprintf_blkptr() function