Home
last modified time | relevance | path

Searched refs:m_head (Results 1 – 25 of 40) sorted by relevance

12

/openbsd/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp123 ValueObject *m_head = nullptr; member in __anon2767de5e0111::AbstractListFrontEnd
170 m_head = nullptr; in Update()
203 m_slow_runner = ListEntry(m_head).next(); in HasLoop()
229 ListIterator current(m_head); in GetItem()
251 ListEntry current(m_head); in CalculateNumChildren()
264 if (!m_head) in GetChildAtIndex()
306 m_head = impl_sp->GetChildMemberWithName(ConstString("__next_"), true).get(); in Update()
319 if (!m_head || !m_tail || m_node_address == 0) in CalculateNumChildren()
332 uint64_t next_val = m_head->GetValueAsUnsigned(0); in CalculateNumChildren()
341 ListEntry current(m_head); in CalculateNumChildren()
[all …]
/openbsd/sys/dev/pci/
H A Dif_ixgb.c271 struct mbuf *m_head; in ixgb_start() local
287 if (m_head == NULL) in ixgb_start()
290 if (ixgb_encap(sc, m_head)) { in ixgb_start()
680 tx_buffer->m_head = NULL; in ixgb_encap()
695 tx_buffer->m_head = m_head; in ixgb_encap()
1262 tx_buffer->m_head = NULL; in ixgb_free_transmit_structures()
1345 tx_buffer->m_head = NULL; in ixgb_transmit_checksum_setup()
1393 m_freem(tx_buffer->m_head); in ixgb_txeof()
1394 tx_buffer->m_head = NULL; in ixgb_txeof()
1475 rx_buffer->m_head = mp; in ixgb_get_buf()
[all …]
H A Dif_ste.c1270 m_freem(m_head); in ste_encap()
1273 if (m_head->m_pkthdr.len > MHLEN) { in ste_encap()
1277 m_freem(m_head); in ste_encap()
1281 m_copydata(m_head, 0, m_head->m_pkthdr.len, in ste_encap()
1284 m_freem(m_head); in ste_encap()
1285 m_head = mn; in ste_encap()
1289 c->ste_mbuf = m_head; in ste_encap()
1300 struct mbuf *m_head = NULL; in ste_start() local
1325 m_head = ifq_dequeue(&ifp->if_snd); in ste_start()
1326 if (m_head == NULL) in ste_start()
[all …]
H A Dif_vge.c1330 m_head, BUS_DMA_NOWAIT); in vge_encap()
1356 if (m_head->m_pkthdr.len < VGE_MIN_FRAMELEN) { in vge_encap()
1360 m_head->m_pkthdr.len)); in vge_encap()
1366 len = m_head->m_pkthdr.len; in vge_encap()
1382 if (m_head->m_flags & M_VLANTAG) { in vge_encap()
1389 sc->vge_ldata.vge_tx_mbuf[idx] = m_head; in vge_encap()
1404 struct mbuf *m_head = NULL; in vge_start() local
1427 m_head = ifq_dequeue(&ifp->if_snd); in vge_start()
1428 if (m_head == NULL) in vge_start()
1431 if (vge_encap(sc, m_head, idx)) { in vge_start()
[all …]
H A Dif_wb.c1156 m = m_head; in wb_encap()
1159 for (m = m_head, frag = 0; m != NULL; m = m->m_next) { in wb_encap()
1191 if (m_head->m_pkthdr.len > MHLEN) { in wb_encap()
1198 m_copydata(m_head, 0, m_head->m_pkthdr.len, in wb_encap()
1201 m_freem(m_head); in wb_encap()
1202 m_head = m_new; in wb_encap()
1220 c->wb_mbuf = m_head; in wb_encap()
1238 struct mbuf *m_head = NULL; in wb_start() local
1255 m_head = ifq_dequeue(&ifp->if_snd); in wb_start()
1256 if (m_head == NULL) in wb_start()
[all …]
H A Dif_lge.c883 lge_encap(struct lge_softc *sc, struct mbuf *m_head, u_int32_t *txidx) in lge_encap() argument
895 m = m_head; in lge_encap()
899 for (m = m_head; m != NULL; m = m->m_next) { in lge_encap()
913 cur_tx->lge_mbuf = m_head; in lge_encap()
934 struct mbuf *m_head = NULL; in lge_start() local
952 m_head = ifq_deq_begin(&ifp->if_snd); in lge_start()
953 if (m_head == NULL) in lge_start()
956 if (lge_encap(sc, m_head, &idx)) { in lge_start()
957 ifq_deq_rollback(&ifp->if_snd, m_head); in lge_start()
963 ifq_deq_commit(&ifp->if_snd, m_head); in lge_start()
[all …]
H A Dif_tl.c1368 m = m_head; in tl_encap()
1371 for (m = m_head, frag = 0; m != NULL; m = m->m_next) { in tl_encap()
1398 if (m_head->m_pkthdr.len > MHLEN) { in tl_encap()
1405 m_copydata(m_head, 0, m_head->m_pkthdr.len, in tl_encap()
1408 m_freem(m_head); in tl_encap()
1409 m_head = m_new; in tl_encap()
1428 c->tl_mbuf = m_head; in tl_encap()
1447 struct mbuf *m_head = NULL; in tl_start() local
1465 m_head = ifq_dequeue(&ifp->if_snd); in tl_start()
1466 if (m_head == NULL) in tl_start()
[all …]
H A Dif_nge.c1336 m = m_head; in nge_encap()
1339 for (m = m_head; m != NULL; m = m->m_next) { in nge_encap()
1363 if (m_head->m_flags & M_VLANTAG) { in nge_encap()
1369 sc->nge_ldata->nge_tx_list[cur].nge_mbuf = m_head; in nge_encap()
1389 struct mbuf *m_head = NULL; in nge_start() local
1404 m_head = ifq_deq_begin(&ifp->if_snd); in nge_start()
1405 if (m_head == NULL) in nge_start()
1408 if (nge_encap(sc, m_head, &idx)) { in nge_start()
1409 ifq_deq_rollback(&ifp->if_snd, m_head); in nge_start()
1415 ifq_deq_commit(&ifp->if_snd, m_head); in nge_start()
[all …]
H A Dif_sis.c1599 error = bus_dmamap_load_mbuf(sc->sc_dmat, map, m_head, in sis_encap()
1606 if (m_defrag(m_head, M_DONTWAIT) == 0 && in sis_encap()
1607 bus_dmamap_load_mbuf(sc->sc_dmat, map, m_head, in sis_encap()
1641 sc->sis_ldata->sis_tx_list[cur].sis_mbuf = m_head; in sis_encap()
1666 struct mbuf *m_head = NULL; in sis_start() local
1680 m_head = ifq_deq_begin(&ifp->if_snd); in sis_start()
1681 if (m_head == NULL) in sis_start()
1684 if (sis_encap(sc, m_head, &idx)) { in sis_start()
1685 ifq_deq_rollback(&ifp->if_snd, m_head); in sis_start()
1691 ifq_deq_commit(&ifp->if_snd, m_head); in sis_start()
[all …]
H A Dif_se.c1094 se_encap(struct se_softc *sc, struct mbuf *m_head, uint32_t *txidx) in se_encap() argument
1118 if (m_defrag(m_head, M_DONTWAIT) != 0) { in se_encap()
1133 for (m = m_head; m != NULL; m = m->m_next) { in se_encap()
1190 struct mbuf *m_head = NULL; in se_start() local
1207 m_head = ifq_deq_begin(&ifp->if_snd); in se_start()
1208 if (m_head == NULL) in se_start()
1211 if (se_encap(sc, m_head, &i) != 0) { in se_start()
1212 ifq_deq_rollback(&ifp->if_snd, m_head); in se_start()
1218 ifq_deq_commit(&ifp->if_snd, m_head); in se_start()
1227 bpf_mtap(ifp->if_bpf, m_head, BPF_DIRECTION_OUT); in se_start()
H A Dif_vte.c570 vte_encap(struct vte_softc *sc, struct mbuf **m_head) in vte_encap() argument
577 m = *m_head; in vte_encap()
651 struct mbuf *m_head; in vte_start() local
663 m_head = ifq_dequeue(&ifp->if_snd); in vte_start()
664 if (m_head == NULL) in vte_start()
672 if ((txd = vte_encap(sc, &m_head)) == NULL) { in vte_start()
684 bpf_mtap_ether(ifp->if_bpf, m_head, BPF_DIRECTION_OUT); in vte_start()
688 m_freem(m_head); in vte_start()
H A Dif_ix.c452 struct mbuf *m_head; in ixgbe_start() local
478 m_head = ifq_dequeue(ifq); in ixgbe_start()
479 if (m_head == NULL) in ixgbe_start()
484 m_freem(m_head); in ixgbe_start()
1457 m_head, BUS_DMA_NOWAIT)) { in ixgbe_encap()
1494 txbuf->m_head = m_head; in ixgbe_encap()
2466 m_freem(tx_buffer->m_head); in ixgbe_free_transmit_buffers()
2467 tx_buffer->m_head = NULL; in ixgbe_free_transmit_buffers()
2602 tx_buffer->m_head = NULL; in ixgbe_tx_ctx_setup()
2651 m_freem(tx_buffer->m_head); in ixgbe_txeof()
[all …]
/openbsd/sys/dev/ic/
H A Drtl81x9.c788 rl_encap(struct rl_softc *sc, struct mbuf *m_head) in rl_encap() argument
799 m_freem(m_head); in rl_encap()
802 if (m_head->m_pkthdr.len > MHLEN) { in rl_encap()
806 m_freem(m_head); in rl_encap()
810 m_copydata(m_head, 0, m_head->m_pkthdr.len, mtod(m_new, caddr_t)); in rl_encap()
831 m_freem(m_head); in rl_encap()
834 m_freem(m_head); in rl_encap()
849 struct mbuf *m_head = NULL; in rl_start() local
853 m_head = ifq_dequeue(&ifp->if_snd); in rl_start()
854 if (m_head == NULL) in rl_start()
[all …]
H A Dxl.c1533 m_head, BUS_DMA_NOWAIT); in xl_encap()
1536 m_freem(m_head); in xl_encap()
1568 m_freem(m_head); in xl_encap()
1575 m_freem(m_head); in xl_encap()
1579 m_copydata(m_head, 0, m_head->m_pkthdr.len, in xl_encap()
1582 m_freem(m_head); in xl_encap()
1583 m_head = m_new; in xl_encap()
1596 c->xl_mbuf = m_head; in xl_encap()
1661 if (m_head == NULL) in xl_start()
1769 struct mbuf *m_head = NULL; in xl_start_90xB() local
[all …]
H A Dti.c1813 if (m_head->m_flags & M_VLANTAG) { in ti_encap_tigon1()
1836 sc->ti_cdata.ti_tx_chain[cur] = m_head; in ti_encap_tigon1()
1899 if (m_head->m_flags & M_VLANTAG) { in ti_encap_tigon2()
1901 f->ti_vlan_tag = m_head->m_pkthdr.ether_vtag; in ti_encap_tigon2()
1919 sc->ti_cdata.ti_tx_chain[cur] = m_head; in ti_encap_tigon2()
1942 struct mbuf *m_head = NULL; in ti_start() local
1951 m_head = ifq_deq_begin(&ifp->if_snd); in ti_start()
1952 if (m_head == NULL) in ti_start()
1961 error = ti_encap_tigon1(sc, m_head, &prodidx); in ti_start()
1966 ifq_deq_rollback(&ifp->if_snd, m_head); in ti_start()
[all …]
H A Dmtd8xx.c359 mtd_encap(struct mtd_softc *sc, struct mbuf *m_head, u_int32_t *txidx) in mtd_encap() argument
373 m_head, BUS_DMA_NOWAIT) != 0) in mtd_encap()
400 sc->mtd_cdata.mtd_tx_chain[cur].sd_mbuf = m_head; in mtd_encap()
693 struct mbuf *m_head = NULL; in mtd_start() local
703 m_head = ifq_dequeue(&ifp->if_snd); in mtd_start()
704 if (m_head == NULL) in mtd_start()
707 if (mtd_encap(sc, m_head, &idx)) { in mtd_start()
718 bpf_mtap(ifp->if_bpf, m_head, BPF_DIRECTION_OUT); in mtd_start()
/openbsd/sys/dev/usb/
H A Dif_ugl.c580 struct mbuf *m_head = NULL; in ugl_start() local
590 m_head = ifq_dequeue(&ifp->if_snd); in ugl_start()
591 if (m_head == NULL) in ugl_start()
594 if (ugl_send(sc, m_head, 0)) { in ugl_start()
595 m_freem(m_head); in ugl_start()
606 bpf_mtap(ifp->if_bpf, m_head, BPF_DIRECTION_OUT); in ugl_start()
H A Dif_upl.c560 struct mbuf *m_head = NULL; in upl_start() local
570 m_head = ifq_dequeue(&ifp->if_snd); in upl_start()
571 if (m_head == NULL) in upl_start()
574 if (upl_send(sc, m_head, 0)) { in upl_start()
575 m_freem(m_head); in upl_start()
586 bpf_mtap(ifp->if_bpf, m_head, BPF_DIRECTION_OUT); in upl_start()
H A Dif_cdce.c371 struct mbuf *m_head = NULL; in cdce_start() local
376 m_head = ifq_dequeue(&ifp->if_snd); in cdce_start()
377 if (m_head == NULL) in cdce_start()
380 if (cdce_encap(sc, m_head, 0)) { in cdce_start()
381 m_freem(m_head); in cdce_start()
388 bpf_mtap(ifp->if_bpf, m_head, BPF_DIRECTION_OUT); in cdce_start()
H A Dif_cue.c866 struct mbuf *m_head = NULL; in cue_start() local
876 m_head = ifq_deq_begin(&ifp->if_snd); in cue_start()
877 if (m_head == NULL) in cue_start()
880 if (cue_send(sc, m_head, 0)) { in cue_start()
881 ifq_deq_rollback(&ifp->if_snd, m_head); in cue_start()
886 ifq_deq_commit(&ifp->if_snd, m_head); in cue_start()
894 bpf_mtap(ifp->if_bpf, m_head, BPF_DIRECTION_OUT); in cue_start()
H A Dif_kue.c844 struct mbuf *m_head = NULL; in kue_start() local
854 m_head = ifq_dequeue(&ifp->if_snd); in kue_start()
855 if (m_head == NULL) in kue_start()
858 if (kue_send(sc, m_head, 0)) { in kue_start()
859 m_freem(m_head); in kue_start()
870 bpf_mtap(ifp->if_bpf, m_head, BPF_DIRECTION_OUT); in kue_start()
H A Dif_udav.c901 struct mbuf *m_head = NULL; in udav_start() local
915 m_head = ifq_deq_begin(&ifp->if_snd); in udav_start()
916 if (m_head == NULL) in udav_start()
919 if (udav_send(sc, m_head, 0)) { in udav_start()
920 ifq_deq_rollback(&ifp->if_snd, m_head); in udav_start()
925 ifq_deq_commit(&ifp->if_snd, m_head); in udav_start()
929 bpf_mtap(ifp->if_bpf, m_head, BPF_DIRECTION_OUT); in udav_start()
H A Dif_url.c767 struct mbuf *m_head = NULL; in url_start() local
781 m_head = ifq_deq_begin(&ifp->if_snd); in url_start()
782 if (m_head == NULL) in url_start()
785 if (url_send(sc, m_head, 0)) { in url_start()
786 ifq_deq_rollback(&ifp->if_snd, m_head); in url_start()
791 ifq_deq_commit(&ifp->if_snd, m_head); in url_start()
795 bpf_mtap(ifp->if_bpf, m_head, BPF_DIRECTION_OUT); in url_start()
/openbsd/sys/dev/pv/
H A Dif_xnf.c537 xnf_fragcount(struct mbuf *m_head) in xnf_fragcount() argument
543 for (m = m_head; m != NULL; m = m->m_next) { in xnf_fragcount()
559 xnf_encap(struct xnf_softc *sc, struct mbuf *m_head, uint32_t *prod) in xnf_encap() argument
569 if ((xnf_fragcount(m_head) > sc->sc_tx_frags) && in xnf_encap()
570 m_defrag(m_head, M_DONTWAIT)) in xnf_encap()
575 next = &m_head->m_next; in xnf_encap()
576 for (m = m_head; m != NULL; m = *next) { in xnf_encap()
609 if (m == m_head && n == 0) { in xnf_encap()
/openbsd/gnu/llvm/libunwind/src/
H A DAddressSpace.hpp176 m_head = RB_INITIALIZER(&head); in UnwindInfoSectionsCache()
185 res = RB_FIND(CacheTree, &m_head, &find); in getUnwindInfoSectionsForPC()
200 RB_INSERT(CacheTree, &m_head, p_item); in setUnwindInfoSectionsForPC()
205 RB_HEAD(CacheTree, CacheItem) m_head;

12