Home
last modified time | relevance | path

Searched refs:M_START (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h963 #define M_START(m) \ macro
989 (M_WRITABLE(m) ? ((m)->m_data - (uintptr_t)M_START(m)) : 0)
999 ((M_START(m) + M_SIZE(m)) - (mtod(m, caddr_t) + (m)->m_len)) : 0)
1475 return M_START(m); in m_mtod_lower_bound()
/xnu-11417.140.69/bsd/kern/
H A Duipc_mbuf.c6158 VERIFY(m->m_data == (uintptr_t)M_START(m));