Searched refs:str_aligned (Results 1 – 2 of 2) sorted by relevance
61 #define str_aligned(X) (((ulong_t)(X) & (sizeof (long) - 1)) == 0) macro
1576 if (mp->b_cont == NULL && str_aligned(mp->b_rptr)) in pullupmsg()1588 if (str_aligned(mp->b_rptr)) in pullupmsg()