Home
last modified time | relevance | path

Searched refs:STAILQ_LAST (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_lineno.c46 ln = STAILQ_LAST(&li->li_lnlist, _Dwarf_Line, ln_next); in dwarf_add_line_entry()
112 ln = STAILQ_LAST(&li->li_lnlist, _Dwarf_Line, ln_next); in dwarf_lne_end_sequence()
/freebsd/stand/efi/libefi/
H A Defipart.c530 last = STAILQ_LAST(&parent->pd_part, pdinfo, pd_link); in efipart_cdinfo_add()
540 last = STAILQ_LAST(&cdinfo, pdinfo, pd_link); in efipart_cdinfo_add()
628 ptr = STAILQ_LAST(&parent->pd_part, pdinfo, pd_link); in efipart_hdinfo_add_node()
654 last = STAILQ_LAST(&hdinfo, pdinfo, pd_link); in efipart_hdinfo_add_filepath()
749 last = STAILQ_LAST(&hdinfo, pdinfo, pd_link); in efipart_hdinfo_add()
/freebsd/contrib/elftoolchain/common/
H A D_elftc.h176 #ifndef STAILQ_LAST
177 #define STAILQ_LAST(head, type, field) \ macro
/freebsd/usr.sbin/makefs/zfs/
H A Dobjset.c203 chunk = STAILQ_LAST(&os->dnodechunks, objset_dnode_chunk, next); in objset_dnode_bonus_alloc()
/freebsd/sys/dev/cesa/
H A Dcesa.c379 ctd_prev = STAILQ_LAST(&cr->cr_tdesc, cesa_tdma_desc, ctd_stq); in cesa_append_tdesc()
890 STAILQ_LAST(&sc->sc_queued_requests, cesa_request, cr_stq)) { in cesa_execute()
898 prev_ctd = STAILQ_LAST(&prev_cr->cr_tdesc, in cesa_execute()
/freebsd/contrib/openbsm/compat/
H A Dqueue.h275 #define STAILQ_LAST(head, type, field) \ macro
/freebsd/share/man/man3/
H A DMakefile256 queue.3 STAILQ_LAST.3 \
/freebsd/sys/sys/
H A Dmbuf.h1614 return (STAILQ_LAST(&mq->mq_head, mbuf, m_stailqpkt)); in mbufq_last()
1708 return (STAILQ_LAST(&mc->mc_q, mbuf, m_stailq)); in mc_last()
H A Dqueue.h397 #define STAILQ_LAST(head, type, field) \ macro
/freebsd/sys/netinet/
H A Dtcp_lro_hpts.c208 m = STAILQ_LAST(&tp->t_inqueue, mbuf, m_stailqpkt); in tcp_lro_get_last_if_ackcmp()
H A Dtcp_log_buf.c2156 log_entry = STAILQ_LAST(&tp->t_logs, tcp_log_mem, tlm_queue); in tcp_log_getlogbuf()
/freebsd/sys/kern/
H A Dsubr_taskqueue.c269 prev = STAILQ_LAST(&queue->tq_queue, task, ta_link); in taskqueue_enqueue_locked()
/freebsd/sys/dev/liquidio/base/
H A Dlio_request_manager.c794 tmp = STAILQ_LAST(&oct->sc_buf_pool.head, lio_stailq_node, entries); in lio_alloc_soft_command()
/freebsd/contrib/libarchive/unzip/
H A Dla_queue.h363 #define STAILQ_LAST(head, type, field) \ macro
/freebsd/sys/dev/firewire/
H A Dfwohci.c1285 STAILQ_LAST(&dbch->db_trq, fwohcidb_tr,link)->link.stqe_next
1529 prev = STAILQ_LAST(&it->stdma, fw_bulkxfer, link);
1659 prev = STAILQ_LAST(&ir->stdma, fw_bulkxfer, link);
H A Dsbp.c2717 prev2 = prev = STAILQ_LAST(&sdev->ocbs, sbp_ocb, ocb); in sbp_enqueue_ocb()
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpsw.c1744 last_old_slot = STAILQ_LAST(&sc->rx.active, cpsw_slot, next); in cpsw_rx_enqueue()
1857 last_old_slot = STAILQ_LAST(&sc->swsc->tx.active, cpsw_slot, next); in cpswp_tx_enqueue()
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c3753 STAILQ_LAST(&on_cache, obj_list, entry)) { in zfs_lookup()
3828 STAILQ_LAST(&on_cache, obj_list, entry)) { in zfs_lookup()
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c1753 reqlist = STAILQ_LAST(&xbb->reqlist_pending_stailq, in xbb_run_queue()
/freebsd/stand/common/
H A Dgfx_fb.c2153 fl = STAILQ_LAST(&fonts, fontlist, font_next); in set_font()