Searched refs:m_split (Results 1 – 15 of 15) sorted by relevance
/dflybsd-src/sys/netbt/ |
H A D | rfcomm_dlc.c | 383 dlc->rd_txbuf = m_split(m, len, M_NOWAIT); in rfcomm_dlc_start()
|
H A D | hci_link.c | 568 n = m_split(m, mlen, M_NOWAIT); in hci_acl_send()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | combine.c | 3460 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 D | frag6.c | 488 if ((t = m_split(m, offset, M_NOWAIT)) == NULL) { in frag6_input()
|
/dflybsd-src/sys/sys/ |
H A D | mbuf.h | 549 struct mbuf *m_split(struct mbuf *, int, int);
|
/dflybsd-src/sys/netgraph7/bluetooth/l2cap/ |
H A D | ng_l2cap_llpi.c | 525 m = m_split(m0, l2cap->pkt_size, M_NOWAIT); in ng_l2cap_lp_send()
|
H A D | ng_l2cap_evnt.c | 195 m = m_split(con->rx_pkt, hdr->length, M_NOWAIT); in ng_l2cap_process_signal_cmd()
|
/dflybsd-src/sys/netproto/smb/ |
H A D | smb_rq.c | 430 m0 = m_split(mtop, offset, M_WAITOK); in smb_t2_placedata()
|
/dflybsd-src/sys/netproto/802_11/wlan/ |
H A D | ieee80211_superg.c | 316 n = m_split(m, framelen, M_NOWAIT); in ieee80211_ff_decap()
|
H A D | ieee80211_ht.c | 492 n = m_split(m, framelen, M_NOWAIT); in ieee80211_decap_amsdu()
|
/dflybsd-src/sys/kern/ |
H A D | uipc_mbuf.c | 2172 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 D | Makefile | 704 mbuf.9 m_split.9 \
|
/dflybsd-src/sys/netinet/ |
H A D | ip_output.c | 682 m1 = m_split(m, length, M_NOWAIT); in ip_output()
|
/dflybsd-src/sys/netgraph/ppp/ |
H A D | ng_ppp.c | 1548 struct mbuf *n = m_split(m, len, M_NOWAIT); in ng_ppp_mp_output()
|
/dflybsd-src/sys/netgraph7/ppp/ |
H A D | ng_ppp.c | 2083 struct mbuf *n = m_split(m, len, M_NOWAIT); in ng_ppp_mp_xmit()
|