Searched refs:M_RDONLY (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/share/dtrace/
H A Dmbuf.d46 #pragma D binding "1.6.3" M_RDONLY
47 inline int M_RDONLY = 0x00000008; /* associated data is marked read-only */
91 flags & M_RDONLY ? "M_RDONLY" :
/freebsd-11-stable/sys/sys/
H A Dmbuf.h262 #define M_RDONLY 0x00000008 /* associated data is marked read-only */ macro
296 (M_PKTHDR|M_EOR|M_RDONLY|M_BCAST|M_MCAST|M_PROMISC|M_VLANTAG| \
303 "\20\1M_EXT\2M_PKTHDR\3M_EOR\4M_RDONLY\5M_BCAST\6M_MCAST" \
861 #define M_WRITABLE(m) (!((m)->m_flags & M_RDONLY) && \
/freebsd-11-stable/sys/dev/cas/
H A Dif_cas.c1738 rxds, M_RDONLY, EXT_NET_DRV); local
1743 M_RDONLY, EXT_NET_DRV); local
1784 m->m_len, cas_free, rxds, M_RDONLY, local
1789 (void *)(uintptr_t)idx, M_RDONLY, local
1825 rxds2, M_RDONLY, local
1832 M_RDONLY, EXT_NET_DRV); local
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c109 mb->m_flags |= M_RDONLY; /* Don't allow compression once sent. */
/freebsd-11-stable/sys/kern/
H A Duipc_mbuf.c200 n->m_flags |= m->m_flags & M_RDONLY;
244 m->m_flags = m->m_flags & (M_EXT | M_RDONLY | M_NOFREE | flags);
639 n->m_flags &= ~M_RDONLY;
H A Dkern_sendfile.c783 m0->m_flags |= (M_EXT | M_RDONLY);
/freebsd-11-stable/sys/dev/en/
H A Dmidway.c856 new->m_flags &= ~M_RDONLY;
/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatm.c1787 new->m_flags &= ~M_RDONLY;

Completed in 270 milliseconds