Home
last modified time | relevance | path

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

/NextBSD/sys/rpc/rpcsec_gss/
HDrpcsec_gss_prot.c246 results = m_split(results, len, M_WAITOK); in xdr_rpc_gss_unwrap_data()
/NextBSD/sys/kgssapi/krb5/
HDkrb5_mech.c1741 *mp = m = m_split(m, 16 + cklen, M_WAITOK); in krb5_unwrap_old()
1850 *mp = m = m_split(m, 16, M_WAITOK); in krb5_unwrap_new()
1875 *mp = m = m_split(m, RRC, M_WAITOK); in krb5_unwrap_new()
1950 cm = m_split(m, plen, M_WAITOK); in krb5_unwrap_new()
/NextBSD/contrib/gcc/
HDcombine.c2554 rtx m_split, *split; in try_combine() local
2560 m_split = split_insns (newpat, i3); in try_combine()
2569 if (m_split == 0 && ! reg_overlap_mentioned_p (i2dest, newpat)) in try_combine()
2575 m_split = split_insns (gen_rtx_PARALLEL in try_combine()
2584 if (m_split == 0 in try_combine()
2600 m_split = split_insns (gen_rtx_PARALLEL in try_combine()
2607 if (m_split == 0 in try_combine()
2623 if (m_split == 0 && newpat_vec_with_clobbers) in try_combine()
2624 m_split in try_combine()
2628 if (m_split && NEXT_INSN (m_split) == NULL_RTX) in try_combine()
[all …]
/NextBSD/sys/netgraph/bluetooth/l2cap/
HDng_l2cap_evnt.c204 m = m_split(con->rx_pkt, hdr->length, M_NOWAIT); in ng_l2cap_process_signal_cmd()
319 m = m_split(con->rx_pkt, hdr->length, M_NOWAIT); in ng_l2cap_process_lesignal_cmd()
HDng_l2cap_llpi.c582 m = m_split(m0, l2cap->pkt_size, M_NOWAIT); in ng_l2cap_lp_send()
/NextBSD/sys/net/
HDif_arcsubr.c292 ac->curr_frag = m_split(m, ARC_MAX_DATA, M_NOWAIT); in arc_frag_next()
HDif_fwsubr.c269 mtail = m_split(m, fsize, M_NOWAIT); in firewire_output()
/NextBSD/sys/netinet6/
HDfrag6.c813 if ((t = m_split(m, offset, wait)) == NULL) in ip6_deletefraghdr()
/NextBSD/sys/netsmb/
HDsmb_rq.c430 m0 = m_split(mtop, offset, M_WAITOK); in smb_t2_placedata()
/NextBSD/sys/net80211/
HDieee80211_superg.c305 n = m_split(m, framelen, M_NOWAIT); in ieee80211_ff_decap()
HDieee80211_ht.c490 n = m_split(m, framelen, M_NOWAIT); in ieee80211_decap_amsdu()
/NextBSD/sys/kern/
HDuipc_mbuf.c1091 m_split(struct mbuf *m0, int len0, int wait) in m_split() function
1124 n->m_next = m_split(m, len, wait); in m_split()
/NextBSD/sys/rpc/
HDsvc_vc.c627 cd->mpending = m_split(cd->mpending, in svc_vc_process_pending()
/NextBSD/sys/sys/
HDmbuf.h985 struct mbuf *m_split(struct mbuf *, int, int);
/NextBSD/share/man/man9/
HDMakefile1093 mbuf.9 m_split.9 \
/NextBSD/sys/netgraph/
HDng_ppp.c2112 struct mbuf *n = m_split(m, len, M_NOWAIT); in ng_ppp_mp_xmit()
/NextBSD/sys/netinet/
HDsctp_input.c2466 m_sig = m_split(m, sig_offset, M_NOWAIT); in sctp_handle_cookie_echo()
HDsctputil.c6937 sp = m_split(m, off, M_NOWAIT); in sctp_recv_udp_tunneled_packet()