Symbol: BOTH_INT
usr/src/uts/common/sys/fs/hsfs_isospec.h
145
#define ISO_VOL_SIZE(x) BOTH_INT(ISO_vol_size(x))
usr/src/uts/common/sys/fs/hsfs_isospec.h
149
#define ISO_PTBL_SIZE(x) BOTH_INT(ISO_ptbl_size(x))
usr/src/uts/common/sys/fs/hsfs_isospec.h
211
#define IDE_EXT_LBN(x) BOTH_INT(IDE_ext_lbn(x))
usr/src/uts/common/sys/fs/hsfs_isospec.h
212
#define IDE_EXT_SIZE(x) BOTH_INT(IDE_ext_size(x))
usr/src/uts/common/sys/fs/hsfs_rrip.h
169
#define RRIP_MODE(x) (mode_t)BOTH_INT(RRIP_mode(x))
usr/src/uts/common/sys/fs/hsfs_rrip.h
172
#define RRIP_NLINK(x) (short)BOTH_INT(RRIP_nlink(x))
usr/src/uts/common/sys/fs/hsfs_rrip.h
175
#define RRIP_UID(x) (uid_t)BOTH_INT(RRIP_uid(x))
usr/src/uts/common/sys/fs/hsfs_rrip.h
178
#define RRIP_GID(x) (gid_t)BOTH_INT(RRIP_gid(x))
usr/src/uts/common/sys/fs/hsfs_rrip.h
181
#define RRIP_INO(x) (uint32_t)BOTH_INT(RRIP_ino(x))
usr/src/uts/common/sys/fs/hsfs_rrip.h
191
#define RRIP_MAJOR(x) BOTH_INT(RRIP_major(x))
usr/src/uts/common/sys/fs/hsfs_rrip.h
194
#define RRIP_MINOR(x) BOTH_INT(RRIP_minor(x))
usr/src/uts/common/sys/fs/hsfs_rrip.h
278
#define RRIP_CHILD_LBN(x) (uint_t)BOTH_INT(RRIP_child_lbn(x))
usr/src/uts/common/sys/fs/hsfs_rrip.h
281
#define RRIP_PARENT_LBN(x) (uint_t)BOTH_INT(RRIP_parent_lbn(x))
usr/src/uts/common/sys/fs/hsfs_spec.h
148
#define HSV_DESC_LBN(x) BOTH_INT(HSV_desc_lbn(x))
usr/src/uts/common/sys/fs/hsfs_spec.h
154
#define HSV_VOL_SIZE(x) BOTH_INT(HSV_vol_size(x))
usr/src/uts/common/sys/fs/hsfs_spec.h
158
#define HSV_PTBL_SIZE(x) BOTH_INT(HSV_ptbl_size(x))
usr/src/uts/common/sys/fs/hsfs_spec.h
251
#define HDE_EXT_LBN(x) BOTH_INT(HDE_ext_lbn(x))
usr/src/uts/common/sys/fs/hsfs_spec.h
252
#define HDE_EXT_SIZE(x) BOTH_INT(HDE_ext_size(x))
usr/src/uts/common/sys/fs/hsfs_susp.h
136
#define CE_BLK_LOC(x) BOTH_INT(CE_blk_loc(x)) /* cont. starting block */
usr/src/uts/common/sys/fs/hsfs_susp.h
139
#define CE_OFFSET(x) BOTH_INT(CE_offset(x)) /* cont. offset */
usr/src/uts/common/sys/fs/hsfs_susp.h
142
#define CE_CONT_LEN(x) BOTH_INT(CE_cont_len(x)) /* continuation len */