HomeSort by: relevance | last modified time | path
    Searched refs:snprintf_blkptr (Results 1 - 5 of 5) sorted by relevancy

  /src/external/cddl/osnet/dist/cmd/zdb/
zdb_il.c 54 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
319 snprintf_blkptr(blkbuf + strlen(blkbuf),
zdb.c 905 snprintf_blkptr(blkbuf, sizeof (blkbuf), &blk);
1197 snprintf_blkptr(blkbuf, buflen, bp);
1401 snprintf_blkptr(blkbuf, sizeof (blkbuf), &ds->ds_bp);
1446 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
1988 (void) snprintf_blkptr(blkbuf + strlen(blkbuf),
2060 snprintf_blkptr(blkbuf, sizeof (blkbuf), &ub->ub_rootbp);
2428 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
2459 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
2697 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp);
3161 snprintf_blkptr(blkbuf, sizeof (blkbuf), bp)
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dbuf.h 376 snprintf_blkptr(__blkbuf, BP_SPRINTF_LEN, bp); \
spa.h 543 #define SNPRINTF_BLKPTR(func, ws, buf, size, bp, type, checksum, compress) \
831 extern void snprintf_blkptr(char *buf, size_t buflen, const blkptr_t *bp);
905 snprintf_blkptr(__blkbuf, BP_SPRINTF_LEN, (bp)); \
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa_misc.c 1601 snprintf_blkptr(char *buf, size_t buflen, const blkptr_t *bp) function
1626 SNPRINTF_BLKPTR(snprintf, ' ', buf, buflen, bp, type, checksum,

Completed in 31 milliseconds