Home
last modified time | relevance | path

Searched refs:M_RDONLY (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/share/dtrace/
HDmbuf.d44 #pragma D binding "1.6.3" M_RDONLY
45 inline int M_RDONLY = 0x00000008; /* associated data is marked read-only */ variable
93 flags & M_RDONLY ? "M_RDONLY" :
/freebsd-13-stable/sys/sys/
HDmbuf.h455 #define M_RDONLY 0x00000008 /* associated data is marked read-only */ macro
493 (M_PKTHDR|M_EOR|M_RDONLY|M_BCAST|M_MCAST|M_PROMISC|M_VLANTAG|M_TSTMP| \
500 (M_EXT | M_RDONLY | M_NOFREE | M_EXTPG)
1102 #define M_WRITABLE(m) (((m)->m_flags & (M_RDONLY | M_EXTPG)) == 0 && \
/freebsd-13-stable/sys/kern/
HDkern_mbuf.c910 m->m_flags &= ~(M_EXT | M_RDONLY | M_EXTPG); in mb_unmapped_compress()
1037 mb_unmapped_free_mext, sf, mref, M_RDONLY, EXT_SFBUF); in _mb_unmapped_to_ext()
1160 m->m_flags |= (M_EXT | M_RDONLY | M_EXTPG); in mb_alloc_ext_pgs()
HDuipc_mbuf.c231 n->m_flags |= m->m_flags & (M_RDONLY | M_EXT | M_EXTPG); in mb_dupcl()
711 n->m_flags &= ~M_RDONLY; in m_dup()
HDkern_sendfile.c1113 m0->m_flags |= (M_EXT | M_RDONLY); in vn_sendfile()
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_tx.c111 mb->m_flags |= M_RDONLY; /* Don't allow compression once sent. */ in sdp_post_send()
/freebsd-13-stable/sys/dev/cas/
HDif_cas.c1729 M_RDONLY, EXT_NET_DRV); in cas_rint()
1769 (void *)(uintptr_t)idx, M_RDONLY, in cas_rint()
1804 M_RDONLY, EXT_NET_DRV); in cas_rint()
/freebsd-13-stable/sys/dev/iscsi/
HDicl_soft.c1238 newmb->m_flags |= M_RDONLY; in icl_soft_conn_pdu_append_data()
/freebsd-13-stable/sys/dev/cxgbe/cxgbei/
HDicl_cxgbei.c766 m->m_flags |= M_RDONLY; in icl_cxgbei_conn_pdu_append_data()