| /freebsd-10-stable/sys/rpc/ |
| D | replay.c | 200 0, M_COPYALL, M_NOWAIT); in replay_find() 238 m = m_copym(m, 0, M_COPYALL, M_WAITOK); in replay_setreply()
|
| D | clnt_bck.c | 264 m_copym(args, 0, M_COPYALL, M_WAITOK)))) { in clnt_bck_call()
|
| D | clnt_vc.c | 375 m_copym(args, 0, M_COPYALL, M_WAITOK)))) { in clnt_vc_call()
|
| D | clnt_dg.c | 446 m_copym(args, 0, M_COPYALL, M_WAITOK)))) { in clnt_dg_call()
|
| /freebsd-10-stable/sys/fs/nfsserver/ |
| D | nfs_nfsdcache.c | 416 M_COPYALL, M_WAITOK); in nfsrc_getudp() 491 M_COPYALL, M_WAITOK); in nfsrvd_updatecache() 527 m = m_copym(nd->nd_mreq, 0, M_COPYALL, M_WAITOK); in nfsrvd_updatecache() 705 M_COPYALL, M_WAITOK); in nfsrc_gettcp()
|
| D | nfs_nfsdkrpc.c | 385 m = m_copym(nd->nd_mreq, 0, M_COPYALL, in nfs_proc()
|
| /freebsd-10-stable/sys/netipsec/ |
| D | keysock.c | 305 if ((n = m_copy(m, 0, (int)M_COPYALL)) != NULL) { in key_sendup_mbuf() 335 if ((n = m_copy(m, 0, (int)M_COPYALL)) == NULL) { in key_sendup_mbuf()
|
| /freebsd-10-stable/sys/netinet6/ |
| D | icmp6.c | 571 if ((n = m_copy(m, 0, M_COPYALL)) == NULL) { in icmp6_input() 668 n = m_copy(m, 0, M_COPYALL); in icmp6_input() 751 if ((n = m_copym(m, 0, M_COPYALL, M_NOWAIT)) == NULL) { in icmp6_input() 789 if ((n = m_copym(m, 0, M_COPYALL, M_NOWAIT)) == NULL) { in icmp6_input() 820 if ((n = m_copym(m, 0, M_COPYALL, M_NOWAIT)) == NULL) { in icmp6_input() 849 if ((n = m_copym(m, 0, M_COPYALL, M_NOWAIT)) == NULL) { in icmp6_input() 880 if ((n = m_copym(m, 0, M_COPYALL, M_NOWAIT)) == NULL) { in icmp6_input() 2055 (n = m_copy(m, 0, (int)M_COPYALL)) != NULL) { in icmp6_rip6_input()
|
| D | ip6_mroute.c | 1127 mb0 = m_copy(m, 0, M_COPYALL); in X_ip6_mforward() 1529 mb_copy = m_copy(m, 0, M_COPYALL); in phyint_send() 1640 if ((mm->m_next = m_copy(m, 0, M_COPYALL)) == NULL) { in register_send()
|
| D | raw_ip6.c | 264 struct mbuf *n = m_copy(m, 0, (int)M_COPYALL); in rip6_input()
|
| D | udp6_usrreq.c | 370 if ((n = m_copy(m, 0, M_COPYALL)) != NULL) { in udp6_input()
|
| /freebsd-10-stable/sys/net/ |
| D | raw_usrreq.c | 98 n = m_copy(m, 0, (int)M_COPYALL); in raw_input_ext()
|
| D | if_fddisubr.c | 334 n = m_copy(m, 0, (int)M_COPYALL); in fddi_output()
|
| D | if_arcsubr.c | 234 struct mbuf *n = m_copy(m, 0, (int)M_COPYALL); in arc_output()
|
| D | if_iso88025subr.c | 414 n = m_copy(m, 0, (int)M_COPYALL); in iso88025_output()
|
| /freebsd-10-stable/sys/netipx/ |
| D | ipx_outputfl.c | 273 m1 = m_copym(m, 0, M_COPYALL, M_NOWAIT); in ipx_output_type20()
|
| D | ipx_input.c | 197 struct mbuf *m1 = m_copy(m, 0, (int)M_COPYALL); in ipxintr()
|
| D | spx_usrreq.c | 721 m = m_copy(m, 0, M_COPYALL); in spx_output()
|
| /freebsd-10-stable/sys/contrib/ipfilter/netinet/ |
| D | ip_compat.h | 220 # define M_COPY(x) m_copy((x), 0, M_COPYALL) 583 # ifdef M_COPYALL 584 # define M_DUP(m) m_dup(m, 0, M_COPYALL, 0)
|
| /freebsd-10-stable/sys/nfs/ |
| D | krpc_subr.c | 312 m = m_copym(mhead, 0, M_COPYALL, M_WAITOK); in krpc_call()
|
| /freebsd-10-stable/sys/netinet/ |
| D | raw_ip.c | 321 n = m_copy(m, 0, (int)M_COPYALL); in rip_input() 399 n = m_copy(m, 0, (int)M_COPYALL); in rip_input()
|
| D | udp_usrreq.c | 569 if ((n = m_copy(m, 0, M_COPYALL)) != NULL) { in udp_input()
|
| /freebsd-10-stable/sys/kern/ |
| D | uipc_mbuf.c | 624 KASSERT(len == M_COPYALL, in m_copym() 638 if (len == M_COPYALL) in m_copym() 651 if (len != M_COPYALL) in m_copym() 705 if (len == M_COPYALL) in m_copymdata()
|
| /freebsd-10-stable/sys/netsmb/ |
| D | smb_iod.c | 256 m = m_copym(rqp->sr_rq.mb_top, 0, M_COPYALL, M_WAITOK); in smb_iod_sendrq()
|
| /freebsd-10-stable/sys/sys/ |
| D | mbuf.h | 919 #define M_COPYALL 1000000000 macro
|