Home
last modified time | relevance | path

Searched refs:m_split (Results 1 – 15 of 15) sorted by relevance

/dflybsd-src/sys/netbt/
H A Drfcomm_dlc.c383 dlc->rd_txbuf = m_split(m, len, M_NOWAIT); in rfcomm_dlc_start()
H A Dhci_link.c568 n = m_split(m, mlen, M_NOWAIT); in hci_acl_send()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcombine.c3460 rtx parallel, m_split, *split; in try_combine() local
3466 m_split = combine_split_insns (newpat, i3); in try_combine()
3475 if (m_split == 0 && ! reg_overlap_mentioned_p (i2dest, newpat)) in try_combine()
3485 m_split = combine_split_insns (parallel, i3); in try_combine()
3489 if (m_split == 0 in try_combine()
3510 m_split = combine_split_insns (parallel, i3); in try_combine()
3512 if (m_split == 0 in try_combine()
3525 i2scratch = m_split != 0; in try_combine()
3530 if (m_split == 0 && newpat_vec_with_clobbers) in try_combine()
3533 m_split = combine_split_insns (parallel, i3); in try_combine()
[all …]
/dflybsd-src/sys/netinet6/
H A Dfrag6.c488 if ((t = m_split(m, offset, M_NOWAIT)) == NULL) { in frag6_input()
/dflybsd-src/sys/sys/
H A Dmbuf.h549 struct mbuf *m_split(struct mbuf *, int, int);
/dflybsd-src/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_llpi.c525 m = m_split(m0, l2cap->pkt_size, M_NOWAIT); in ng_l2cap_lp_send()
H A Dng_l2cap_evnt.c195 m = m_split(con->rx_pkt, hdr->length, M_NOWAIT); in ng_l2cap_process_signal_cmd()
/dflybsd-src/sys/netproto/smb/
H A Dsmb_rq.c430 m0 = m_split(mtop, offset, M_WAITOK); in smb_t2_placedata()
/dflybsd-src/sys/netproto/802_11/wlan/
H A Dieee80211_superg.c316 n = m_split(m, framelen, M_NOWAIT); in ieee80211_ff_decap()
H A Dieee80211_ht.c492 n = m_split(m, framelen, M_NOWAIT); in ieee80211_decap_amsdu()
/dflybsd-src/sys/kern/
H A Duipc_mbuf.c2172 m_split(struct mbuf *m0, int len0, int wait) in m_split() function
2194 n->m_next = m_split(m, len, wait); in m_split()
/dflybsd-src/share/man/man9/
H A DMakefile704 mbuf.9 m_split.9 \
/dflybsd-src/sys/netinet/
H A Dip_output.c682 m1 = m_split(m, length, M_NOWAIT); in ip_output()
/dflybsd-src/sys/netgraph/ppp/
H A Dng_ppp.c1548 struct mbuf *n = m_split(m, len, M_NOWAIT); in ng_ppp_mp_output()
/dflybsd-src/sys/netgraph7/ppp/
H A Dng_ppp.c2083 struct mbuf *n = m_split(m, len, M_NOWAIT); in ng_ppp_mp_xmit()