Searched defs:BP_SPRINTF_LEN (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h329 #define BP_SPRINTF_LEN 320 macro
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h520 #define BP_SPRINTF_LEN 320 macro
883 char *__blkbuf = kmem_alloc(BP_SPRINTF_LEN, KM_SLEEP); \
884 snprintf_blkptr(__blkbuf, BP_SPRINTF_LEN, (bp)); \
886 kmem_free(__blkbuf, BP_SPRINTF_LEN); \

Completed in 62 milliseconds