Lines Matching refs:x

108 #define	RRIP_TF_FLAGS(x)	*(RRIP_tf_flags(x))  argument
109 #define RRIP_tf_flags(x) (&((uchar_t *)(x))[4]) argument
113 #define RRIP_TF_TIME_LENGTH(x) (IS_TIME_BIT_SET(RRIP_TF_FLAGS(x), \ argument
131 #define RRIP_tf_creation(x) (&((uchar_t *)x)[RRIP_TIME_START_BP]) argument
132 #define RRIP_tf_modify(x) (&((uchar_t *)x)[RRIP_TIME_START_BP + \ argument
133 (RRIP_TF_TIME_LENGTH(x) * \
134 (IS_TIME_BIT_SET(RRIP_TF_FLAGS(x), \
137 #define RRIP_tf_access(x) (&((uchar_t *)x)[RRIP_TIME_START_BP + \ argument
138 (RRIP_TF_TIME_LENGTH(x) * \
139 (IS_TIME_BIT_SET(RRIP_TF_FLAGS(x), \
141 IS_TIME_BIT_SET(RRIP_TF_FLAGS(x), \
144 #define RRIP_tf_attributes(x) (&((uchar_t *)x)[RRIP_TIME_START_BP + \ argument
145 (RRIP_TF_TIME_LENGTH(x) * \
146 (IS_TIME_BIT_SET(RRIP_TF_FLAGS(x), \
148 IS_TIME_BIT_SET(RRIP_TF_FLAGS(x), \
150 IS_TIME_BIT_SET(RRIP_TF_FLAGS(x), \
161 #define IS_TIME_BIT_SET(x, y) (((x) & (y)) ? 1 : 0) argument
162 #define SET_TIME_BIT(x, y) ((x) |= (y)) argument
168 #define RRIP_mode(x) (&((uchar_t *)x)[4]) argument
169 #define RRIP_MODE(x) (mode_t)BOTH_INT(RRIP_mode(x)) argument
171 #define RRIP_nlink(x) (&((uchar_t *)x)[12]) argument
172 #define RRIP_NLINK(x) (short)BOTH_INT(RRIP_nlink(x)) argument
174 #define RRIP_uid(x) (&((uchar_t *)x)[20]) argument
175 #define RRIP_UID(x) (uid_t)BOTH_INT(RRIP_uid(x)) argument
177 #define RRIP_gid(x) (&((uchar_t *)x)[28]) argument
178 #define RRIP_GID(x) (gid_t)BOTH_INT(RRIP_gid(x)) argument
180 #define RRIP_ino(x) (&((uchar_t *)x)[36]) argument
181 #define RRIP_INO(x) (uint32_t)BOTH_INT(RRIP_ino(x)) argument
190 #define RRIP_major(x) (&((uchar_t *)x)[4]) argument
191 #define RRIP_MAJOR(x) BOTH_INT(RRIP_major(x)) argument
193 #define RRIP_minor(x) (&((uchar_t *)x)[12]) argument
194 #define RRIP_MINOR(x) BOTH_INT(RRIP_minor(x)) argument
201 #define SYM_LINK_LEN(x) (strlen(x) + 1) argument
203 #define RRIP_NAME_LEN(x) (SUF_LEN(x) - RRIP_NAME_LEN_BASE) argument
205 #define RRIP_NAME_FLAGS(x) (((uchar_t *)x)[4]) argument
230 #define SET_NAME_BIT(x, y) ((x) |= (y)) argument
231 #define UNSET_NAME_BIT(x, y) ((x) &= ~(y)) argument
232 #define IS_NAME_BIT_SET(x, y) ((x) & (y)) argument
236 #define RRIP_name(x) (&((uchar_t *)x)[5]) argument
237 #define RRIP_NAME(x) RRIP_name(x) argument
249 #define RRIP_sl_comp(x) (&((uchar_t *)x)[5]) argument
250 #define RRIP_SL_COMP(x) RRIP_sl_comp(x) argument
251 #define RRIP_SL_FLAGS(x) (((uchar_t *)x)[4]) argument
255 #define RRIP_comp(x) (&((uchar_t *)x)[2]) argument
256 #define RRIP_COMP(x) RRIP_comp(x) argument
257 #define RRIP_COMP_FLAGS(x) (((uchar_t *)x)[0]) argument
258 #define RRIP_COMP_LEN(x) (RRIP_COMP_NAME_LEN(x) + 2) argument
259 #define RRIP_COMP_NAME_LEN(x) (((uchar_t *)x)[1]) argument
270 #define IS_RELOC_BIT_SET(x, y) (((x) & (y)) ? 1 : 0) argument
271 #define SET_RELOC_BIT(x, y) ((x) |= (y)) argument
277 #define RRIP_child_lbn(x) (&((uchar_t *)x)[4]) argument
278 #define RRIP_CHILD_LBN(x) (uint_t)BOTH_INT(RRIP_child_lbn(x)) argument
280 #define RRIP_parent_lbn(x) (&((uchar_t *)x)[4]) argument
281 #define RRIP_PARENT_LBN(x) (uint_t)BOTH_INT(RRIP_parent_lbn(x)) argument