Home
last modified time | relevance | path

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

/freebsd/share/dtrace/
H A Dmbuf.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/sys/sys/
H A Dmbuf.h470 #define M_RDONLY 0x00000008 /* associated data is marked read-only */ macro
506 (M_PKTHDR|M_EOR|M_RDONLY|M_BCAST|M_MCAST|M_PROMISC|M_VLANTAG|M_TSTMP| \
513 (M_EXT | M_RDONLY | M_NOFREE | M_EXTPG)
1137 #define M_WRITABLE(m) (((m)->m_flags & (M_RDONLY | M_EXTPG)) == 0 && \
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c111 mb->m_flags |= M_RDONLY; /* Don't allow compression once sent. */ in sdp_post_send()
/freebsd/sys/kern/
H A Dkern_sendfile.c1006 sendfile_free_mext_pg, M_RDONLY); in vn_sendfile()
1109 m0->m_flags |= (M_EXT | M_RDONLY); in vn_sendfile()
H A Dkern_mbuf.c890 m->m_flags &= ~(M_EXT | M_RDONLY | M_EXTPG); in mb_unmapped_compress()
1023 mb_unmapped_free_mext, sf, mref, m->m_flags & M_RDONLY, in _mb_unmapped_to_ext()
H A Duipc_mbuf.c268 n->m_flags |= m->m_flags & (M_RDONLY | M_EXT | M_EXTPG); in mb_dupcl()
748 n->m_flags &= ~M_RDONLY; in m_dup()
H A Duipc_ktls.c3075 m->m_flags |= M_RDONLY; in ktls_encrypt()
3114 m->m_flags |= M_RDONLY; in ktls_encrypt_cb()
/freebsd/sys/dev/cas/
H A Dif_cas.c1726 M_RDONLY, EXT_NET_DRV); in cas_rint()
1766 (void *)(uintptr_t)idx, M_RDONLY, in cas_rint()
1801 M_RDONLY, EXT_NET_DRV); in cas_rint()
/freebsd/sys/dev/nvmf/
H A Dnvmf_tcp.c867 m->m_flags |= M_RDONLY; in nvmf_tcp_mbuf()
888 m = mb_alloc_ext_pgs(how, nvmf_tcp_free_mext_pg, M_RDONLY); in nvmf_tcp_mext_pg()
/freebsd/sys/dev/nvmf/controller/
H A Dctl_frontend_nvmf.c442 ctnio->kern_data_arg, M_RDONLY, EXT_CTL); in m_get_ref_data()
/freebsd/sys/dev/iscsi/
H A Dicl_soft.c1237 newmb->m_flags |= M_RDONLY; in icl_soft_conn_pdu_append_data()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c765 m->m_flags |= M_RDONLY; in icl_cxgbei_conn_pdu_append_data()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c2129 m = mb_alloc_ext_pgs(M_WAITOK, aiotx_free_pgs, M_RDONLY); in alloc_aiotx_mbuf()