Home
last modified time | relevance | path

Searched refs:M_EOR (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.140.41/tools/lldbmacros/
H A Dmbufdefines.py53 M_EOR = 0x0004 variable
/xnu-8020.140.41/bsd/kern/
H A Duipc_socket2.c887 if (sb->sb_lastrecord != NULL && (sb->sb_mbtail->m_flags & M_EOR)) { in sbappend_common()
1185 if (m && (m0->m_flags & M_EOR)) { in sbappendrecord_common()
1186 m0->m_flags &= ~M_EOR; in sbappendrecord_common()
1187 m->m_flags |= M_EOR; in sbappendrecord_common()
1658 eor |= m->m_flags & M_EOR; in sbcompress()
1667 if (compress && n != NULL && (n->m_flags & M_EOR) == 0 && in sbcompress()
1702 m->m_flags &= ~M_EOR; in sbcompress()
H A Dkern_control.c998 m->m_flags |= M_EOR; in ctl_enqueuembuf()
1202 m->m_flags |= M_EOR; in ctl_enqueuedata()
H A Duipc_socket.c2272 top->m_flags |= M_EOR; in sosend()
2497 top->m_flags |= M_EOR; in sosend()
3611 if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) { in soreceive()
3844 if (m->m_flags & M_EOR) { in soreceive()
H A Duipc_mbuf.c1569 _CASSERT(MBUF_EOR == M_EOR); in mbinit()
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h642 #define M_EOR 0x0004 /* end of record */ macro
667 (M_PKTHDR|M_EOR|M_PROTO1|M_PROTO2|M_PROTO3 | \