Searched refs:str_aligned (Results 1 – 3 of 3) sorted by relevance
59 #define str_aligned(X) (((ulong_t)(X) & (sizeof (long) - 1)) == 0) macro
1143 if (mp->b_cont == NULL && str_aligned(mp->b_rptr)) in pullupmsg()1155 if (str_aligned(mp->b_rptr)) in pullupmsg()
1590 if (mp->b_cont == NULL && str_aligned(mp->b_rptr)) in pullupmsg()1602 if (str_aligned(mp->b_rptr)) in pullupmsg()