Searched refs:snprintf_blkptr (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/cddl/contrib/opensolaris/cmd/zdb/ |
| HD | zdb_il.c | 54 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp); in print_log_bp() 319 snprintf_blkptr(blkbuf + strlen(blkbuf), in print_log_block()
|
| HD | zdb.c | 892 snprintf_blkptr(blkbuf, sizeof (blkbuf), &blk); in dump_dde() 1184 snprintf_blkptr(blkbuf, buflen, bp); in snprintf_blkptr_compact() 1388 snprintf_blkptr(blkbuf, sizeof (blkbuf), &ds->ds_bp); in dump_dsl_dataset() 1433 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp); in dump_bptree_cb() 1975 (void) snprintf_blkptr(blkbuf + strlen(blkbuf), in dump_dir() 2047 snprintf_blkptr(blkbuf, sizeof (blkbuf), &ub->ub_rootbp); in dump_uberblock() 2414 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp); in zdb_blkptr_done() 2445 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp); in zdb_blkptr_cb() 2666 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp); in count_block_cb() 3128 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp); in zdb_print_blkptr()
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| HD | dbuf.h | 372 snprintf_blkptr(__blkbuf, BP_SPRINTF_LEN, bp); \
|
| HD | spa.h | 826 extern void snprintf_blkptr(char *buf, size_t buflen, const blkptr_t *bp); 900 snprintf_blkptr(__blkbuf, BP_SPRINTF_LEN, (bp)); \
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | spa_misc.c | 1487 snprintf_blkptr(char *buf, size_t buflen, const blkptr_t *bp) in snprintf_blkptr() function
|