Searched refs:BF64_SET (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/zfs/
H A Dspa.h56 #define BF64_SET(x, low, len, val) \ macro
67 BF64_SET(x, low, len, ((val) >> (shift)) - (bias))
187 #define DVA_SET_GRID(dva, x) BF64_SET((dva)->dva_word[0], 24, 8, x)
190 #define DVA_SET_VDEV(dva, x) BF64_SET((dva)->dva_word[0], 32, 32, x)
193 #define DVA_SET_GANG(dva, x) BF64_SET((dva)->dva_word[1], 63, 1, x)
201 #define BP_SET_COMPRESS(bp, x) BF64_SET((bp)->blk_prop, 32, 8, x)
204 #define BP_SET_CHECKSUM(bp, x) BF64_SET((bp)->blk_prop, 40, 8, x)
207 #define BP_SET_TYPE(bp, x) BF64_SET((bp)->blk_prop, 48, 8, x)
210 #define BP_SET_LEVEL(bp, x) BF64_SET((bp)->blk_prop, 56, 5, x)
213 #define BP_SET_PROP_BIT_61(bp, x) BF64_SET((b
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h39 #define BF64_SET(x, low, len, val) \ macro
50 BF64_SET(x, low, len, ((val) >> (shift)) - (bias))
202 #define DVA_SET_LAYOUT(dva, x) BF64_SET((dva)->dva_word[0], 24, 2, x)
211 #define DVA_SET_VDEV(dva, x) BF64_SET((dva)->dva_word[0], 32, 32, x)
219 #define DVA_SET_GANG(dva, x) BF64_SET((dva)->dva_word[1], 63, 1, x)
241 #define BP_SET_COMPRESS(bp, x) BF64_SET((bp)->blk_prop, 32, 8, x)
244 #define BP_SET_CHECKSUM(bp, x) BF64_SET((bp)->blk_prop, 40, 8, x)
247 #define BP_SET_TYPE(bp, x) BF64_SET((bp)->blk_prop, 48, 8, x)
250 #define BP_SET_LEVEL(bp, x) BF64_SET((bp)->blk_prop, 56, 5, x)
253 #define BP_SET_CRYPT(bp, x) BF64_SET((b
[all...]

Completed in 16 milliseconds