Searched defs:mtod (Results 1 – 5 of 5) sorted by relevance
46 #define mtod(m,t) ((t)(m)->m_data) macro
76 # define mtod(m,t) ((t)(m)->b_rptr) macro
93 #define mtod(m, t) ((t)((m)->m_data)) macro