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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_isospec.h51 #define BOTH_SHORT(x) (short)*((short *)x) macro
62 #define BOTH_SHORT(x) LSB_SHORT(x) macro
146 #define ISO_SET_SIZE(x) BOTH_SHORT(ISO_set_size(x))
147 #define ISO_SET_SEQ(x) BOTH_SHORT(ISO_set_seq(x))
148 #define ISO_BLK_SIZE(x) BOTH_SHORT(ISO_blk_size(x))
217 #define IDE_VOL_SET(x) BOTH_SHORT(IDE_vol_set(x))
H A Dhsfs_spec.h65 #define BOTH_SHORT(x) (short)*((short *)x) macro
76 #define BOTH_SHORT(x) LSB_SHORT(x) macro
157 #define HSV_SET_SIZE(x) BOTH_SHORT(HSV_set_size(x))
158 #define HSV_SET_SEQ(x) BOTH_SHORT(HSV_set_seq(x))
159 #define HSV_BLK_SIZE(x) BOTH_SHORT(HSV_blk_size(x))
260 #define HDE_VOL_SET(x) BOTH_SHORT(HDE_vol_set(x))

Completed in 61 milliseconds