Home
last modified time | relevance | path

Searched refs:m_next (Results 26 – 50 of 150) sorted by relevance

123456

/dragonfly/contrib/gcc-8.0/gcc/
H A Dhsa-regalloc.c102 phi = phi->m_next ? as_a <hsa_insn_phi *> (phi->m_next) : NULL) in naive_outof_ssa()
211 next_insn = insn->m_next; in rewrite_code_bb()
440 for (insn = hbb->m_first_insn; insn; insn = insn->m_next) in linear_scan_regalloc()
H A Dmemory-block.cc37 block_list *next = m_blocks->m_next; in clear_free_list()
/dragonfly/sys/netinet/
H A Dip_input.c1276 n = m->m_next; in ip_reass()
1277 m->m_next = NULL; in ip_reass()
1321 for (n = m; n; n = n->m_next) in ip_reass()
2203 mp = &(*mp)->m_next; in ip_savecontrol()
2209 mp = &(*mp)->m_next; in ip_savecontrol()
2215 mp = &(*mp)->m_next; in ip_savecontrol()
2221 mp = &(*mp)->m_next; in ip_savecontrol()
2233 mp = &(*mp)->m_next; in ip_savecontrol()
2240 mp = &(*mp)->m_next; in ip_savecontrol()
2274 mp = &(*mp)->m_next; in ip_savecontrol()
H A Dip_output.c686 while (m2->m_next != NULL) in ip_output()
687 m2 = m2->m_next; in ip_output()
688 m2->m_next = m1; in ip_output()
820 for (m = m0, off = 0; m && (off+m->m_len) <= mtu; m = m->m_next) in ip_fragment()
887 m->m_next = m_copym(m0, off, len, M_NOWAIT); in ip_fragment()
888 if (m->m_next == NULL) { /* copy failed */ in ip_fragment()
986 n->m_next = m; in ip_insertoptions()
H A Dip6.h279 if ((m)->m_next != NULL) { \
/dragonfly/sys/vfs/nfs/
H A Dnfs_socket.c1165 m = m->m_next; in nfs_request_setup()
2259 pm = &m->m_next; in nfs_realign()
2629 while (m->m_next) in nfsrv_rcv()
2630 m = m->m_next; in nfsrv_rcv()
2728 m = m->m_next; in nfsrv_getstream()
2773 om->m_next = m2; in nfsrv_getstream()
2786 m = m->m_next; in nfsrv_getstream()
2788 om->m_next = NULL; in nfsrv_getstream()
2792 m = m->m_next; in nfsrv_getstream()
2807 mpp = &((*mpp)->m_next); in nfsrv_getstream()
[all …]
H A Dnfs_mountrpc.c245 m->m_next = xdr_string_encode(path, strlen(path)); in md_lookup_swap()
246 if (m->m_next == NULL) { in md_lookup_swap()
H A Dkrpc_subr.c276 mhead->m_next = *data; in krpc_call()
304 m = m->m_next; in krpc_call()
H A Dnfs_serv.c719 mp2->m_next = mp1; in nfsrv_readlink()
777 info.mb->m_next = mp3; in nfsrv_readlink()
917 m2->m_next = m; in nfsrv_read()
938 m = m->m_next; in nfsrv_read()
1077 mp1 = mp1->m_next; in nfsrv_write()
1133 mp1 = mp1->m_next; in nfsrv_write()
1304 mp1 = mp1->m_next; in nfsrv_writegather()
1425 mp1 = mp1->m_next; in nfsrv_writegather()
1437 mp1 = mp1->m_next; in nfsrv_writegather()
1561 while (mp1->m_next) in nfsrvw_coalesce()
[all …]
/dragonfly/sys/netinet6/
H A Dip6_output.c252 exthdrs.ip6e_dest2->m_next = m->m_next; in ip6_output()
253 m->m_next = exthdrs.ip6e_dest2; in ip6_output()
269 m1->m_next = mprev->m_next;\ in ip6_output()
270 mprev->m_next = m1;\ in ip6_output()
1015 m->m_next = n; in ip6_insertfraghdr()
1020 for (mlast = n; mlast->m_next; mlast = mlast->m_next) in ip6_insertfraghdr()
1039 mlast->m_next = mfrg; in ip6_insertfraghdr()
2969 if (control->m_next) in ip6_setpktoptions()
3077 mh->m_next = m; in ip6_splithdr()
H A Dicmp6.c577 n->m_next = n0; in icmp6_input()
1251 if (!n || n->m_next || n->m_len == 0) in ni6_input()
1365 n->m_next = ni6_nametodns(hostname, hostnamelen, oldfqdn); in ni6_input()
1366 if (n->m_next == NULL) in ni6_input()
1369 if (n->m_next->m_next != NULL) in ni6_input()
1371 n->m_pkthdr.len += n->m_next->m_len; in ni6_input()
2540 if (m0->m_next) { in icmp6_redirect_output()
2541 m_freem(m0->m_next); in icmp6_redirect_output()
2542 m0->m_next = NULL; in icmp6_redirect_output()
2557 if (m0->m_next || m0->m_pkthdr.len != m0->m_len) in icmp6_redirect_output()
[all …]
/dragonfly/sys/dev/netif/plip/
H A Dif_plip.c631 for (mm = m; mm; mm = mm->m_next) { in lpoutput()
661 } while ((mm = mm->m_next)); in lpoutput()
710 } while ((mm = mm->m_next)); in lpoutput()
/dragonfly/lib/libthread_xu/thread/
H A Dthr_mutex.c762 pthread_mutex_t m, m_next; in _mutex_unlock_private() local
764 for (m = TAILQ_FIRST(&pthread->mutexq); m != NULL; m = m_next) { in _mutex_unlock_private()
765 m_next = TAILQ_NEXT(m, m_qe); in _mutex_unlock_private()
/dragonfly/usr.sbin/ppp/
H A Dmbuf.h36 struct mbuf *m_next; /* link to next mbuf */ member
H A Dasync.c129 wp = wp->m_next; in async_LayerPush()
/dragonfly/sys/dev/netif/sn/
H A Dif_sn.c367 for (len = 0, top = m; m; m = m->m_next) in snstart()
472 for (m = top; m != NULL; m = m->m_next) { in snstart()
576 for (len = 0, top = m; m; m = m->m_next) in snresume()
664 for (m = top; m != NULL; m = m->m_next) { in snresume()
/dragonfly/stand/boot/common/
H A Dmodule.c285 for (mp = fp->f_modules; mp; mp = mp->m_next) { in command_lsmod()
605 for (mp = fp->f_modules; mp; mp = mp->m_next) { in file_findmodule()
884 mp->m_next = fp->f_modules; in file_addmodule()
919 mp = mp->m_next; in file_discard()
H A Dbootstrap.h199 struct kernel_module *m_next; member
/dragonfly/sys/netgraph7/bpf/
H A Dng_bpf.c440 if (m->m_next != NULL && totlen > MHLEN) { in ng_bpf_rcvdata()
451 if (m->m_next != NULL) { in ng_bpf_rcvdata()
/dragonfly/sys/crypto/
H A Dchachapoly.c312 m = m->m_next; in _chacha20poly1305_mbuf()
315 m = m->m_next; in _chacha20poly1305_mbuf()
/dragonfly/contrib/smbfs/lib/smb/
H A Drq.c102 m = m->m_next; in smb_rq_dmem()
/dragonfly/sys/net/pf/
H A Dpf_norm.c498 m2 = m->m_next; in pf_reassemble()
499 m->m_next = NULL; in pf_reassemble()
529 for (m2 = m; m2; m2 = m2->m_next) in pf_reassemble()
667 KASSERT(((*m0)->m_next == NULL), in pf_fragcache()
676 for (t = m; t; t = t->m_next) in pf_fragcache()
738 for (t = m; t; t = t->m_next) in pf_fragcache()
/dragonfly/sys/netproto/802_11/wlan_tkip/
H A Dieee80211_crypto_tkip.c638 m = m->m_next; in wep_encrypt()
696 m = m->m_next; in wep_decrypt()
864 m = m->m_next; in michael_mic()
/dragonfly/sys/net/altq/
H A Daltq_subr.c723 for (m0 = m; m0 != NULL; m0 = m0->m_next) { in read_dsfield()
768 for (m0 = m; m0 != NULL; m0 = m0->m_next) { in write_dsfield()
/dragonfly/sys/dev/virtual/amazon/ena/
H A Dena.h408 while ((mbuf = mbuf->m_next) != NULL) in ena_mbuf_count()

123456